本文仅用于学习和研究,坚决反对一切危害网络安全的行为。
关于
Fuxploider
是一种开源渗透测试工具,可自动检测和利用文件上传表单缺陷的过程。该工具能够检测允许上传的文件类型,并能够检测哪种技术最适合在所需的 Web 服务器上上传 Web shell 或任何恶意文件。
安装环境
-
Python>=3.6 -
kali linux
安装
git clone https://github.com/almandin/fuxploider.git
cd fuxploider
# 安装依赖环境
pip3 install -r requirements.txt
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"
更多精彩文章 欢迎关注我们
原文始发于微信公众号(kali黑客笔记):Fuxploider 一款自动检测文件上传的工具
免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论