部署与使用

在GitHub下载源文件

#可新建一个目录

将源文件放入目录

#使用pip安装其依赖包reportlab

#如果没有pip则先安装pip

yum -y  install python-pip
pip  install reportlab
yum -y install epel-release
yum clean all
yum makecache  

运行

在源码目录里面使用以下命令运行anti-XSS

#其中-u接参数http://democonfig.brightoilonline.com是目标URL,-d则是目录深度

python anti-XSS.py -u  http://demo.com -d 5  

扫描完成后可以在result目录中看结果

#还可以python anti-XSS.py -h查看更多命令

参考链接:

https://www.sohu.com/a/160486818_609556

https://github.com/lewang2333/anti-XSS

Last modification:March 4th, 2023 at 06:53 pm
硬币投入口