===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
##############################################
mandelbulber2-2.20/mandelbulber2/qmake/debug-opencl.pro-3-
mandelbulber2-2.20/mandelbulber2/qmake/debug-opencl.pro:4:include($$PWD/common.pri)
mandelbulber2-2.20/mandelbulber2/qmake/debug-opencl.pro-5-
##############################################
mandelbulber2-2.20/mandelbulber2/qmake/debug.pro-3-
mandelbulber2-2.20/mandelbulber2/qmake/debug.pro:4:include($$PWD/common.pri)
mandelbulber2-2.20/mandelbulber2/qmake/debug.pro-5-
##############################################
mandelbulber2-2.20/mandelbulber2/qmake/mandelbulber-opencl-no-installer.pro-2-
mandelbulber2-2.20/mandelbulber2/qmake/mandelbulber-opencl-no-installer.pro:3:include($$PWD/common.pri)
##############################################
mandelbulber2-2.20/mandelbulber2/qmake/mandelbulber-opencl.pro-2-
mandelbulber2-2.20/mandelbulber2/qmake/mandelbulber-opencl.pro:3:include($$PWD/common.pri)
mandelbulber2-2.20/mandelbulber2/qmake/mandelbulber-opencl.pro:4:include($$PWD/installer.pri)
##############################################
mandelbulber2-2.20/mandelbulber2/qmake/mandelbulber.pro-1-
mandelbulber2-2.20/mandelbulber2/qmake/mandelbulber.pro:2:include($$PWD/common.pri)
mandelbulber2-2.20/mandelbulber2/qmake/mandelbulber.pro:3:include($$PWD/installer.pri)
mandelbulber2-2.20/mandelbulber2/qmake/mandelbulber.pro-4-
##############################################
mandelbulber2-2.20/mandelbulber2/tools/codeStyleCheck.php-173-	file_put_contents($filepathTemp, $fileContent);
mandelbulber2-2.20/mandelbulber2/tools/codeStyleCheck.php:174:	shell_exec(CLANG_FORMAT_EXEC_PATH . ' -i --style=file ' . escapeshellarg($filepathTemp));
mandelbulber2-2.20/mandelbulber2/tools/codeStyleCheck.php-175-	$fileContent = file_get_contents($filepathTemp);
##############################################
mandelbulber2-2.20/mandelbulber2/tools/codeStyleCheck.php-267-	$cmakeFolder = PROJECT_PATH . 'cmake';
mandelbulber2-2.20/mandelbulber2/tools/codeStyleCheck.php:268:    shell_exec('cmake ' . escapeshellarg($cmakeFolder) . ' -DCMAKE_EXPORT_COMPILE_COMMANDS=ON');
mandelbulber2-2.20/mandelbulber2/tools/codeStyleCheck.php-269-
##############################################
mandelbulber2-2.20/mandelbulber2/tools/codeStyleCheck.php-311-	// echo $cmd; exit;
mandelbulber2-2.20/mandelbulber2/tools/codeStyleCheck.php:312:	$out = shell_exec($cmd);
mandelbulber2-2.20/mandelbulber2/tools/codeStyleCheck.php-313-	foreach($checks as $check){
##############################################
mandelbulber2-2.20/mandelbulber2/tools/common.inc.php-146-	$cmd = "git log --format='COMMIT_SEPARATOR_1____________%adCOMMIT_SEPARATOR_2____________%s' --name-only";
mandelbulber2-2.20/mandelbulber2/tools/common.inc.php:147:	$commitStringRaw = trim(shell_exec($cmd));
mandelbulber2-2.20/mandelbulber2/tools/common.inc.php-148-	$commitStrings = explode('COMMIT_SEPARATOR_1____________', $commitStringRaw);
##############################################
mandelbulber2-2.20/mandelbulber2/tools/populateOpenCL.php-218-	file_put_contents($filepathTemp, $content);
mandelbulber2-2.20/mandelbulber2/tools/populateOpenCL.php:219:	shell_exec(CLANG_FORMAT_EXEC_PATH . ' -i --style=file ' . escapeshellarg($filepathTemp));
mandelbulber2-2.20/mandelbulber2/tools/populateOpenCL.php-220-	$content = file_get_contents($filepathTemp);
##############################################
mandelbulber2-2.20/mandelbulber2/tools/populateUiInformation.php-185-	file_put_contents($filepathTemp, $newOpenCLContent);
mandelbulber2-2.20/mandelbulber2/tools/populateUiInformation.php:186:	shell_exec(CLANG_FORMAT_EXEC_PATH . ' -i --style=file ' . escapeshellarg($filepathTemp));
mandelbulber2-2.20/mandelbulber2/tools/populateUiInformation.php-187-	$newOpenCLContent = file_get_contents($filepathTemp);
##############################################
mandelbulber2-2.20/mandelbulber2/tools/populateUiInformation.php-395-	file_put_contents($filepathTemp, $newOpenCLContent);
mandelbulber2-2.20/mandelbulber2/tools/populateUiInformation.php:396:	shell_exec(CLANG_FORMAT_EXEC_PATH . ' -i --style=file ' . escapeshellarg($filepathTemp));
mandelbulber2-2.20/mandelbulber2/tools/populateUiInformation.php-397-	$newOpenCLContent = file_get_contents($filepathTemp);
##############################################
mandelbulber2-2.20/mandelbulber2/tools/populateUiInformation.php-443-	$checkOpenCLCompileCmd .= ' ' . $formula['openclFile'] . ' 2>&1';
mandelbulber2-2.20/mandelbulber2/tools/populateUiInformation.php:444:	exec($checkOpenCLCompileCmd, $output, $ret);
mandelbulber2-2.20/mandelbulber2/tools/populateUiInformation.php-445-	if ($ret != 0) {
##############################################
mandelbulber2-2.20/mandelbulber2/tools/populateUiInformation.php-457-	$cmd .= " | highlight -O html --style seashell --inline-css --syntax cpp";
mandelbulber2-2.20/mandelbulber2/tools/populateUiInformation.php:458:	return shell_exec($cmd);
mandelbulber2-2.20/mandelbulber2/tools/populateUiInformation.php-459-}
##############################################
mandelbulber2-2.20/mandelbulber2/tools/populateUiInformation.php-708-        // echo PHP_EOL . $cmd . PHP_EOL;
mandelbulber2-2.20/mandelbulber2/tools/populateUiInformation.php:709:	shell_exec($cmd);
mandelbulber2-2.20/mandelbulber2/tools/populateUiInformation.php:710:	shell_exec("convert '" . $imgPath . "' -depth 8 '" . $imgPath . "'"); // save disk space with 8-bit png
mandelbulber2-2.20/mandelbulber2/tools/populateUiInformation.php-711-	return true;
##############################################
mandelbulber2-2.20/mandelbulber2/tools/portMandelbulb3dFormula.php-93-	// echo 'Convert binary to intel hex...' . PHP_EOL;
mandelbulber2-2.20/mandelbulber2/tools/portMandelbulb3dFormula.php:94:	shell_exec($bin2hexPath . '/bin2hex.py /tmp/code.bin > /tmp/code.ihex');
mandelbulber2-2.20/mandelbulber2/tools/portMandelbulb3dFormula.php-95-	// echo 'Created following intelHex:' . file_get_contents('/tmp/code.ihex');
##############################################
mandelbulber2-2.20/mandelbulber2/tools/portMandelbulb3dFormula.php-113-	$cmdDec = $retDecBinPath . '/retdec-decompiler.py ' . implode(' ', $cmdFlags) . ' /tmp/code.ihex';
mandelbulber2-2.20/mandelbulber2/tools/portMandelbulb3dFormula.php:114:	shell_exec($cmdDec);
mandelbulber2-2.20/mandelbulber2/tools/portMandelbulb3dFormula.php-115-	// echo $cmdDec;
##############################################
mandelbulber2-2.20/mandelbulber2/tools/portMandelbulb3dFormula.php-133-    // echo 'Convert binary to intel hex...' . PHP_EOL;
mandelbulber2-2.20/mandelbulber2/tools/portMandelbulb3dFormula.php:134:    shell_exec($bin2hexPath . '/bin2hex.py /tmp/code.bin > /tmp/code.ihex');
mandelbulber2-2.20/mandelbulber2/tools/portMandelbulb3dFormula.php-135-    // echo 'Created following intelHex:' . file_get_contents('/tmp/code.ihex');
##############################################
mandelbulber2-2.20/mandelbulber2/tools/portMandelbulb3dFormula.php-153-    $cmdDec = $retDecBinPath . '/retdec-decompiler.py ' . implode(' ', $cmdFlags) . ' /tmp/code.ihex';
mandelbulber2-2.20/mandelbulber2/tools/portMandelbulb3dFormula.php:154:    shell_exec($cmdDec);
mandelbulber2-2.20/mandelbulber2/tools/portMandelbulb3dFormula.php-155-    // echo $cmdDec;
##############################################
mandelbulber2-2.20/mandelbulber2/tools/updateREADMEandCo.php-62-	$cmd = MANDELBULBER_EXEC_PATH . ' --help';
mandelbulber2-2.20/mandelbulber2/tools/updateREADMEandCo.php:63:	$out = shell_exec($cmd);
mandelbulber2-2.20/mandelbulber2/tools/updateREADMEandCo.php-64-	return $out;