Skip to content

Commit bc0ce84

Browse files
authored
Update fofa.py
1 parent f313b9d commit bc0ce84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inc/fofa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def FofaDowload(key,proxies):
105105
cprint("======开始对接Fofa接口进行Spring资产测绘======","green")
106106
cprint('[+] 您的Fofa密钥为:' + key ,"green")
107107
try:
108-
choices = input("\n请输入要测绘的资产数量(默认100条): ")
108+
choices = input("\n[.] 请输入要测绘的资产数量(默认100条): ")
109109
if choices == '':
110110
choices = "100"
111111
elif int(choices) <= 0:

0 commit comments

Comments
 (0)