A python tool to scan for Remote Code Execution in PHP projects.
It will help you to perform a quick source code review for php web applications and try to extract any unsafe functions on the project and print them out to you.
''' Currently support RCE scanning is restricted to php and python '''
Note : Runs only on Python3.x ... No support for Python2!
git clone https://github.com/harshil-shah004/phpRCE-Scanner.git
cd phpRCE-Scanner
pip install -r requirements.txt
usage: python3 scanner.py [path to the project] [php / py ]
