php-reaper
php-reaper copied to clipboard
PHP tool to scan ADOdb code for SQL Injections
``` PHP Notice: Undefined property: PhpParser\Node\Expr\MethodCall::$expr in /home/dengolius/php-reaper/SecurityChecks.php on line 235 PHP Fatal error: Uncaught Error: Call to a member function getType() on null in /home/dengolius/php-reaper/SecurityChecks.php:235 Stack trace: #0 /home/dengolius/php-reaper/SecurityChecks.php(268):...
Hello. You said in your document, use php parser and parse code after analysis. php parser not be able to recognize include, require and etc expression. I want to know,...