Skip to content

thatonesecguy/RCE-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpRCE-Scanner

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 '''

alt text

Note : Runs only on Python3.x ... No support for Python2!

Installation

git clone https://github.com/harshil-shah004/phpRCE-Scanner.git

cd phpRCE-Scanner

pip install -r requirements.txt

Usage

usage: python3 scanner.py [path to the project] [php / py ]

About

Python script to scan for Remote Code Execution in php projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages