PHP Cheatsheet
egrep -r --include "*.php" -e "(system|pcntl_exec|passthru|exec|shell_exec|popen|pcntl_exec|proc_open)\(" .egrep -r --include "*.php" -e "(eval|assert|create_function|preg_replace)\(" .egrep -r --include "*.php" -e "echo\s*\\$.*;" .egrep -r --include "*.php" -e "\`.*\`" .egrep -r --include "*.php" -e "(\\$|\->)?(\\[\")?(user|pass|username|password)(\"\\])?\s*=\s*\".*\"" .
egrep -r --include "*.php" -e "(mysql_connect|mysqli)\(\s*(\"|\').+(\"|\')\,\s*(\"|\').+(\"|\')\,\s*(\"|\').+(\"|\')" .egrep -r --include "*.php" -e "\->(query|exec)\(\s*\".*\".*\." .egrep -r --include "*.php" -e "(fopen|fread|fwrite|fclose)\(" .egrep -r --include "*.php" -e "libxml_disable_entity_loader\(" .Last updated