PHP Cheatsheet
searching for vulnerable shell functions
searching for certain vulnerable php execution functions
Useful for XSS. Searching variables that are echoed without htmlspecialchars()
searching for the back tick operator, used to execute arbitrary shell commands
searching for hardcoded credentials
potential sql injection instances
file system access
possible xxe instances, look for the true parameter
Last updated