Skip to content

Commit 8d04eb5

Browse files
authored
Update SpringBoot-Scan.py
1 parent 3ca303d commit 8d04eb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SpringBoot-Scan.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def get_parser():
1515
p.add_argument("-v", "--vul", type=str, help="对单一URL进行漏洞利用")
1616
p.add_argument("-d", "--dump", type=str, help="扫描并下载SpringBoot敏感文件(可提取敏感信息)")
1717
p.add_argument("-p", "--proxy", type=str, default='', help="使用HTTP代理")
18+
p.add_argument("-z", "--zoomeye", type=str, default='', help="使用ZoomEye导出Spring框架资产")
1819
args = parser.parse_args()
1920
return args
2021

0 commit comments

Comments
 (0)