Fuxploider 是一种开源渗透测试工具,可自动检测和利用文件上传表单缺陷的过程。该工具能够检测允许上传的文件类型,并能够检测哪种技术最适合在所需的 Web 服务器上上传 Web shell 或任何恶意文件。
至少需要Python 3.6
git clone https:
//github.com/almandin/fuxploider.git
cd fuxploider
pip3 install -r requirements.txt
如果您在使用 pip 时遇到问题(并且如果您显然使用 windows):
python3 -m pip install -r requirements.txt
docker安装:
# Build the docker image
docker build -t almandin/fuxploider .
要获取基本选项和开关的列表,请使用:
python3 fuxploider.py -h
Basic example : 基本示例:
python3 fuxploider.py --url https:
//awesomeFileUploadService.com --not-regex "wrong file type"
https:
//github.com/almandin/fuxploider.git
声明:该公众号大部分文章来自作者日常学习笔记,也有部分文章是经过作者授权和其他公众号白名单转载,未经授权,严禁转载,如需转载,联系开白名单。
请勿利用文章内的相关技术从事非法测试,如因此产生的一切不良后果与本公众号无关。
原文始发于微信公众号(白帽学子):自动化文件上传漏洞扫描工具
免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论