zl程序教程

您现在的位置是:首页 >  其他

当前栏目

Bug-Bounty-Tips

2023-02-19 12:20:41 时间

hackerone 常用扫描文件目录

合并多个字典

nuclei扫描

echo xxx.com | subfinder -d | httpx -nc -t 300 -p 80,443,8080,8443,8090,9090 -silent | nuclei -rl 300 -bs 35 -c 30 -mhe 10 -ni -t /root/nuclei-templates/ -o vuln.txt -stats -silent -severity critical,medium,high,low -es info low

自动化爬链接跑注入

echo xxx.com | subfinder -d | httpx -nc -t 300 -p 80,443,8080,8443,8090,9090 -silent | katana >> sqli;  sqlmap -m sqli --batch --random-agent --level 4