Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
fuxploider — 文件上传漏洞扫描与利用工具。 | Kitploit
工具/GitHubGitHub/almandin/fuxploider
漏洞扫描器漏洞利用Web应用程序漏洞利用渗透测试
GitHubalmandin/fuxploider

fuxploider

文件上传漏洞扫描与利用工具。

查看仓库
3.3k5111年前Kitploit 审核通过

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

fuxploider

Python 3.6 License

Fuxploider 是一个开源渗透测试工具,可自动检测和利用文件上传表单漏洞。该工具能够检测允许上传的文件类型,并确定哪种技术最适合在目标 Web 服务器上上传 Web Shell 或任何恶意文件。

截图

截图

安装

你至少需要 Python 3.6。

root@kitploit:~
git clone https://github.com/almandin/fuxploider.git
cd fuxploider
pip3 install -r requirements.txt

如果 pip 有问题(如果你使用 Windows 的话):

root@kitploit:~
python3 -m pip install -r requirements.txt

Docker 安装

root@kitploit:~
# Build the docker image
docker build -t almandin/fuxploider .

用法

要获取基本选项和开关列表,请使用:

root@kitploit:~
python3 fuxploider.py -h

基本示例:

root@kitploit:~
python3 fuxploider.py --url https://awesomeFileUploadService.com --not-regex "wrong file type"

[!] 法律免责声明:未经事先双方同意,使用 fuxploider 攻击目标是违法的。最终用户有责任遵守所有适用的地方、州和联邦法律。开发者不承担任何责任,也不对因本程序造成的任何误用或损害负责。

下载工具