File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 2828
2929## 功能支持的更新
3030
31+ * [x] 新增在敏感端点爆破爆破(单一和批量)的时候进行延时扫描,防止扫描速度太快被拦截
3132* [x] 新增 [ Hunter资产测绘] ( https://hunter.qianxin.com/ ) 导出模块,自动对接API接口将资产导出至 ` hunterout.txt `
3233* [x] 新增 [ Fofa资产测绘] ( https://fofa.info/ ) 导出模块,自动对接API接口将资产导出至 ` fofaout.txt `
3334* [x] 新增 [ ZoomEye资产测绘] ( https://www.zoomeye.org/ ) 导出模块,自动对接API接口将资产导出至 ` zoomout.txt `
@@ -99,7 +100,7 @@ icon_hash="116323821"||body="Whitelabel Error Page"
99100 / \
100101 | $$$$$$\ _______ ______ _______ +-------------------------------------+
101102 | $$___\$$ / \| \ | \ + +
102- \$$ \ | $$$$$$$ \$$$$$$\| $$$$$$$\ + Version: 2.30 +
103+ \$$ \ | $$$$$$$ \$$$$$$\| $$$$$$$\ + Version: 2.31 +
103104 _\$$$$$$\| $$ / $$| $$ | $$ + Author: 曾哥(@AabyssZG) +
104105 | \__| $$| $$_____| $$$$$$$| $$ | $$ + Whoami: https://github.com/AabyssZG +
105106 \$$ $$ \$$ \\$$ $$| $$ | $$ + +
@@ -186,6 +187,8 @@ python3 SpringBoot-Scan.py -u example.com
186187
187188![ 扫描单一URL] ( ./pic/扫描单一URL.png )
188189
190+ 新增延时扫描选项,如果不想延时扫描输入 ` 0 ` 回车即可
191+
189192** 注:扫描结束后,会把成功的结果导出为同目录下的 ` urlout.txt ` **
190193
191194## 3# 读取目标TXT进行批量信息泄露扫描
@@ -196,6 +199,8 @@ python3 SpringBoot-Scan.py -uf url.txt
196199
197200![ 读取TXT并批量扫描] ( ./pic/读取TXT并批量扫描.png )
198201
202+ 新增延时扫描选项,如果不想延时扫描输入 ` 0 ` 回车即可
203+
199204** 注:由于版本更新,在2.21版本之后,读取TXT并扫描的参数改为 ` uf ` ,扫描结束后,会把成功的结果导出为同目录下的 ` output.txt ` **
200205
201206## 4# 对单一URL进行漏洞利用
You can’t perform that action at this time.
0 commit comments