Use this bash script to search for code level vulenrabilities in PHP source code leveraging Grep.
Thus far it checks for:
-
INFORMATION LEAKAGE
-
COMMAND EXECUTION
-
CODE EXECUTION
-
SQL
-
LFI/RFI
Most of the searches were created by @dustyfresh he gets all the credit for compiling them! I just automated the entire thing into this script