File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -577,8 +577,8 @@ def getShellByFeiFeiCMS(url):
577
577
578
578
def fetchIPs (value ,page ):
579
579
API_URL = "https://www.censys.io/api/v1"
580
- UID = "3ac350c3-21f9-46be-aeb7-d18f832006f9" // Your API UID
581
- SECRET = "UBqUKkuUevh2pZqfO3fQalqNVDheGWuc" // Your API SECRET
580
+ UID = "3ac350c3-21f9-46be-aeb7-d18f832006f9" # Your API UID
581
+ SECRET = "UBqUKkuUevh2pZqfO3fQalqNVDheGWuc" # Your API SECRET
582
582
value = value .strip ()
583
583
now = time .strftime ('%H:%M:%S' ,time .localtime (time .time ()))
584
584
print "[" + str (now )+ "] [INFO] Fetching IPs from Censys..."
@@ -598,7 +598,7 @@ def fetchIPs(value,page):
598
598
print "[" + str (mynow )+ "] [INFO] " + ip
599
599
except Exception :
600
600
mynow = time .strftime ('%H:%M:%S' ,time .localtime (time .time ()))
601
- print "[" + str (mynow )+ "] [WARNING] nothing found!"
601
+ print "[" + str (mynow )+ "] [WARNING] nothing found, please check API UID and SECRET !"
602
602
output = os .path .dirname (os .path .realpath (__file__ ))+ "/censys.txt"
603
603
if os .path .exists (output ):
604
604
print "\n [INFO] Fetched IPs:"
You can’t perform that action at this time.
0 commit comments