Skip to content

Commit d0ef564

Browse files
authored
Update proxycheck.py
1 parent 4ca6a6c commit d0ef564

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

inc/proxycheck.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
#!/usr/bin/env python
22
# coding=utf-8
3+
################
4+
# AabyssZG #
5+
################
36

47
from inc import output,run,vul,console
58
import requests, sys
@@ -34,10 +37,8 @@ def SpringBoot_Scan_Proxy(args):
3437
else:
3538
proxies = ''
3639

37-
if (args.url or args.file or args.vul or args.dump):
40+
if (args.url or args.file or args.vul or args.dump or args.zoomeye):
3841
console.SpringBoot_Scan_console(args, proxies)
3942
else:
4043
output.usage()
4144
sys.exit()
42-
43-

0 commit comments

Comments
 (0)