Fuxploider 一款自动检测文件上传的工具

admin 2023年4月17日02:19:42评论90 views字数 1063阅读3分32秒阅读模式

本文仅用于学习和研究,坚决反对一切危害网络安全的行为。

关于

Fuxploider 是一种开源渗透测试工具,可自动检测和利用文件上传表单缺陷的过程。该工具能够检测允许上传的文件类型,并能够检测哪种技术最适合在所需的 Web 服务器上上传 Web shell 或任何恶意文件。

安装环境

  • Python>=3.6
  • kali linux

安装

git clone https://github.com/almandin/fuxploider.git
cd fuxploider
# 安装依赖环境
pip3 install -r requirements.txt

Fuxploider 一款自动检测文件上传的工具Docker安装

docker build -t almandin/fuxploider 

帮助

python3 fuxploider.py -h

usage: fuxploider.py [-h] [-d postData] [--proxy proxyUrl]
                     [--proxy-creds [credentials]] [-f integer]
                     [--cookies omnomnom] [--uploads-path path]
                     [-t templateName] [-r regex] -u target [--not-regex regex]
                     [--true-regex regex] [-l listOfExtensions | -n n]
                     [-v | -vv | -vvv] [-s] [-y] [-T Threads]
                     [-U useragent | --random-user-agent] [-m]
                     [--input-name image] [--form-action upload.php]
fuxploider.py: error: the following arguments are required: -u/--url

牛刀小试

python3 fuxploider.py --url https://blog.bbskali.cn --not-regex "wrong file type"
Fuxploider 一款自动检测文件上传的工具

更多精彩文章 欢迎关注我们


原文始发于微信公众号(kali黑客笔记):Fuxploider 一款自动检测文件上传的工具

  • 左青龙
  • 微信扫一扫
  • weinxin
  • 右白虎
  • 微信扫一扫
  • weinxin
admin
  • 本文由 发表于 2023年4月17日02:19:42
  • 转载请保留本文链接(CN-SEC中文网:感谢原作者辛苦付出):
                   Fuxploider 一款自动检测文件上传的工具https://cn-sec.com/archives/1663765.html

发表评论

匿名网友 填写信息