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 f313b9d commit bc0ce84Copy full SHA for bc0ce84
inc/fofa.py
@@ -105,7 +105,7 @@ def FofaDowload(key,proxies):
105
cprint("======开始对接Fofa接口进行Spring资产测绘======","green")
106
cprint('[+] 您的Fofa密钥为:' + key ,"green")
107
try:
108
- choices = input("\n请输入要测绘的资产数量(默认100条): ")
+ choices = input("\n[.] 请输入要测绘的资产数量(默认100条): ")
109
if choices == '':
110
choices = "100"
111
elif int(choices) <= 0:
0 commit comments