文件名称:fuxploider:文件上传漏洞扫描器和利用工具
文件大小:165KB
文件格式:ZIP
更新时间:2024-06-19 02:03:50
detection python3 pentesting exploitation takeover
六倍体 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 . 用法 要
【文件预览】:
fuxploider-master
----payloads()
--------.htaccess(358B)
--------template.php(20B)
--------template.jpg(720B)
--------template.jsp(11B)
--------imagemagick_rce.mvg(150B)
--------template.gif(71B)
----.deepsource.toml(106B)
----templates.json(2KB)
----fuxploider.py(18KB)
----utils.py(5KB)
----techniques.json(525B)
----user-agents.txt(383KB)
----UploadForm.py(12KB)
----mimeTypes.basic(3KB)
----Dockerfile(404B)
----screenshot.png(104KB)
----requirements.txt(36B)
----LICENSE.md(34KB)
----.gitignore(1KB)
----mimeTypes.advanced(12KB)
----README.md(1KB)