git clone https://github.com/danialhalo/AcuAutomate.git
cd AcuAutomate
pip install -r requirements.txt
chmod +x AcuAutomate.py
{
"url": "https://localhost",
"port": 3443,
"api_key": "API_KEY"
}
https://localhost:3443/#/profile
工具帮助
使用-h参数可以查看该工具的详细帮助信息:
__ _ ___
____ ________ ______ ___ / /_(_) __ _____/ (_)
__ `/ ___/ / / / __ / _ / __/ / |/_/_____/ ___/ / /
/_/ / /__/ /_/ / / / / __/ /_/ /> </_____/ /__/ / /
/_/___/__/_/_/|_| ___/_/_/
By Danial Halo :- :
usage: AcuAutomate.py [-h] {scan,stop} ...
Launch or stop a scan using Acunetix API
positional arguments:
要执行的任务
scan 启动一个扫描任务
stop 终止一个扫描任务
options:
--help 显示工具帮助信息和退出
(右滑查看更多)
扫描任务
xubuntu:~/AcuAutomate$ ./AcuAutomate.py scan -h
usage: AcuAutomate.py scan [-h] [-p] [-d DOMAIN] [-f FILE]
[-t {full,high,weak,crawl,xss,sql}]
options:
-h, --help 显示工具帮助信息和退出
-p, --pipe 从管道读取数据
-d DOMAIN, --domain DOMAIN
要扫描的目标域名
-f FILE, --file FILE 包含待扫描目标URL的文件地址
-t {full,high,weak,crawl,xss,sql}, --type {full,high,weak,crawl,xss,sql}
高危漏洞扫描、弱密码扫描、爬虫功能、XSS扫描、SQL注入扫描、完整扫描(默认)
./AcuAutomate.py scan -d https://www.google.com
cat domain.txt | ./AcuAutomate.py scan -p
subfinder -silent -d google.com | httpx -silent | ./AcuAutomate.py scan -p
./AcuAutomate.py scan -d https://www.google.com -t sql
(右滑查看更多)
终止扫描任务
xubuntu:~/AcuAutomate$ ./AcuAutomate.py stop -h
__ _ ___
____ ________ ______ ___ / /_(_) __ _____/ (_)
__ `/ ___/ / / / __ / _ / __/ / |/_/_____/ ___/ / /
/_/ / /__/ /_/ / / / / __/ /_/ /> </_____/ /__/ / /
/_/___/__/_/_/|_| ___/_/_/
By Danial Halo :- :
usage: AcuAutomate.py stop [-h] [-d DOMAIN] [-a]
options:
--help 显示工具帮助信息和退出
DOMAIN, --domain DOMAIN
单独指定要终止扫描的域名
--all 终止所有正在运行的扫描任务
原文始发于微信公众号(FreeBuf):AcuAutomate:一款基于Acunetix的大规模自动化渗透测试与漏洞扫描工具
免责声明:文章中涉及的程序(方法)可能带有攻击性,仅供安全研究与教学之用,读者将其信息做其他用途,由读者承担全部法律及连带责任,本站不承担任何法律及连带责任;如有问题可邮件联系(建议使用企业邮箱或有效邮箱,避免邮件被拦截,联系方式见首页),望知悉。
- 左青龙
- 微信扫一扫
-
- 右白虎
- 微信扫一扫
-
评论