Skip to content

Quick script to scan through a PHP project and flag up functions that are of interest when looking for security vulnerabilities. Aids manual code review.

License

Notifications You must be signed in to change notification settings

TartarusLabs/phpscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

PHPscan

Quick and dirty script to scan through a PHP project and flag up functions that are of interest when looking for security vulnerabilities. Helps to save time when doing manual code review by drawing attention to specific places where vulnerabilities are more likely to exist.

Usage

Note that development was done using Python 2.7 and this should be used for execution.

  • git clone https://github.com/TartarusLabs/phpscan.git
  • cd phpscan
  • ./phpscan.py ~/Downloads/ReallySecureCMS/

About

Quick script to scan through a PHP project and flag up functions that are of interest when looking for security vulnerabilities. Aids manual code review.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages