Skip to content

Commit 0a43fd4

Browse files
committed
Update hackUtils.py
1 parent 22869f6 commit 0a43fd4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

hackUtils.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -577,8 +577,8 @@ def getShellByFeiFeiCMS(url):
577577

578578
def fetchIPs(value,page):
579579
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
582582
value = value.strip()
583583
now = time.strftime('%H:%M:%S',time.localtime(time.time()))
584584
print "["+str(now)+"] [INFO] Fetching IPs from Censys..."
@@ -598,7 +598,7 @@ def fetchIPs(value,page):
598598
print "["+str(mynow)+"] [INFO] "+ip
599599
except Exception:
600600
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!"
602602
output = os.path.dirname(os.path.realpath(__file__))+"/censys.txt"
603603
if os.path.exists(output):
604604
print "\n[INFO] Fetched IPs:"

0 commit comments

Comments
 (0)