===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
libjs-jquery-file-upload-9.25.0/js/jquery.iframe-transport.js-218-            'iframe script': function (iframe) {
libjs-jquery-file-upload-9.25.0/js/jquery.iframe-transport.js:219:                return iframe && $.globalEval($(iframe[0].body).text());
libjs-jquery-file-upload-9.25.0/js/jquery.iframe-transport.js-220-            }
##############################################
libjs-jquery-file-upload-9.25.0/server/php/UploadHandler.php-1006-        $cmd .= ' '.escapeshellarg($new_file_path);
libjs-jquery-file-upload-9.25.0/server/php/UploadHandler.php:1007:        exec($cmd, $output, $error);
libjs-jquery-file-upload-9.25.0/server/php/UploadHandler.php-1008-        if ($error) {
##############################################
libjs-jquery-file-upload-9.25.0/server/php/UploadHandler.php-1032-                $cmd .= ' -ping '.escapeshellarg($file_path);
libjs-jquery-file-upload-9.25.0/server/php/UploadHandler.php:1033:                exec($cmd, $output, $error);
libjs-jquery-file-upload-9.25.0/server/php/UploadHandler.php-1034-                if (!$error && !empty($output)) {