基于php审计关键词审计技巧总结 网路安全培训
以下是基于php审计关键词审计技巧总结:
在搜索时要注意是否为整个单词,以及小写敏感这些设置
php审计
命令执行漏洞
system()、exec()、shell_exec()、passthru()、pcntl_exec()、popen()、proc_open()
代码执行漏洞
eval()、assert()、preg_replace()、call_user_func()、call_user_func_array()、array_map()
xss:常用的输出函数列表如下:
print、print_r、echo、printf、sprintf、die、var_dump、var_export,
文件读取函数列表如下:
file_get_contents()、highlight_file()、fopen()、readfile()、fread()、fgetss()、fgets()、parse_ini_file()、show_source()、file()
sql注入关键字:
select、insert、update、、POST、$REQUEST、
上传漏洞关键字:
$_FILES、move_uploaded_file
执行漏洞关键字:
shell_exec、exec、passthru system、popen
包含漏洞关键字:
include、include_once、require、require_once
变量覆盖关键字:$$
跨站漏洞关键字:
echo、print、print_r、var_dump、var_exprot,insert
注意:吐槽知乎网只是一个问答与文章免费发布平台,所有信息均有会员免费发布,不产生金钱交易,如果你有资金往来,请及时通过电话与对方联系,调查清楚,确认无误在选择,否则造成你的损失,由自己承担,本平台概不负责,谢谢!





