We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca6a6c commit d0ef564Copy full SHA for d0ef564
inc/proxycheck.py
@@ -1,5 +1,8 @@
1
#!/usr/bin/env python
2
# coding=utf-8
3
+ ################
4
+ # AabyssZG #
5
+################
6
7
from inc import output,run,vul,console
8
import requests, sys
@@ -34,10 +37,8 @@ def SpringBoot_Scan_Proxy(args):
34
37
else:
35
38
proxies = ''
36
39
- 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):
41
console.SpringBoot_Scan_console(args, proxies)
42
43
output.usage()
44
sys.exit()
-
0 commit comments