@@ -28,7 +28,7 @@ def banner():
28
28
| _| (_) | _| (_| | | | | (_| | |_) |
29
29
|_| \___/|_| \__,_|_| |_|\__,_| .__/
30
30
|_| V1.1.3
31
- #Coded By Hx0战队 Update:2023.09.09 """ )
31
+ #Coded By Hx0战队 Update:2023.09.11 """ )
32
32
print (Fore .RED + "======基础配置=======" )
33
33
print (Fore .GREEN + f"[*]日志记录:{ '开启' if logger_sw == 'on' else '关闭' } " )
34
34
if logger_sw == "on" :
@@ -347,6 +347,7 @@ def get_search(query_str, scan_format):
347
347
for data in database :
348
348
if data not in set_database :
349
349
set_database .append (data )
350
+ print (database )
350
351
if check_alive == "on" and fields != "Error" and scan_format is not True :
351
352
fields = fields + ",HTTP Status Code"
352
353
set_database = check_is_alive (set_database )
@@ -655,7 +656,8 @@ def flush(self):
655
656
# 初始化参数
656
657
HTTP_PREFIX = "http://"
657
658
HTTPS_PREFIX = "https://"
658
- protocols = {"http" : HTTP_PREFIX , "https" : "" , "kubernetes(https)" : HTTPS_PREFIX , "nacos(http)" : HTTP_PREFIX }
659
+ protocols = {"http" : HTTP_PREFIX , "https" : "" , "kubernetes(https)" : HTTPS_PREFIX , "kubernetes(http)" : HTTP_PREFIX ,
660
+ "nacos(https)" : HTTPS_PREFIX , "nacos(http)" : HTTP_PREFIX }
659
661
key_database = []
660
662
colorama .init (autoreset = True )
661
663
Fore = colorama .Fore
0 commit comments