Skip to content

Commit 71cb18f

Browse files
authored
Update vul.py
1 parent bca07de commit 71cb18f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/vul.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -369,7 +369,7 @@ def vul(url,proxies):
369369
}
370370
cprint("[+] 目前漏洞库内容如下:","green")
371371
for num, func in functions.items():
372-
print(f"{num}. {func.__name__}")
372+
print(f" {num}: {func.__name__}")
373373
try:
374374
choices = input("\n请输入要检测的漏洞 (例子:1,3,5 直接回车即检测全部漏洞): ")
375375
if choices == '':

0 commit comments

Comments
 (0)