===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
icingaweb2-module-x509-20190125/library/X509/CertificateUtils.php-427-
icingaweb2-module-x509-20190125/library/X509/CertificateUtils.php:428:                exec($command, $output, $exitcode);
icingaweb2-module-x509-20190125/library/X509/CertificateUtils.php-429-
##############################################
icingaweb2-module-x509-20190125/library/X509/Job.php-67-
icingaweb2-module-x509-20190125/library/X509/Job.php:68:    private static function numberToAddr($num, $ipv6 = true) {
icingaweb2-module-x509-20190125/library/X509/Job.php-69-        if ((bool) $ipv6) {
##############################################
icingaweb2-module-x509-20190125/library/X509/Job.php-98-            for ($i = 0; $i < $ip_count; $i++) {
icingaweb2-module-x509-20190125/library/X509/Job.php:99:                $ip = static::numberToAddr(gmp_add($start, $i), $ipv6);
icingaweb2-module-x509-20190125/library/X509/Job.php-100-                foreach (StringHelper::trimSplit($jobDescription->get('ports')) as $portRange) {
##############################################
icingaweb2-module-x509-20190125/library/X509/Job.php-191-                if ($target->hostname === null) {
icingaweb2-module-x509-20190125/library/X509/Job.php:192:                    $hostname = gethostbyaddr($target->ip);
icingaweb2-module-x509-20190125/library/X509/Job.php-193-