Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions FirebaseMisconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def reverseEngineerApplication(apkFileName):
myPrint("Apktool failed with exit status "+str(result)+". Please Try Again.", "ERROR")
print
exit(1)
myPrint("Successfully decompiled the application. Proceeding with enumeraing firebase peoject names from the application code.", "INFO")
myPrint("Successfully decompiled the application. Proceeding with enumeraing firebase project names from the application code.", "INFO")

def findFirebaseProjectNames():
global firbaseProjectList
Expand Down Expand Up @@ -119,7 +119,7 @@ def scanDarlingScan():
response = urllib2.urlopen(url)
except urllib2.HTTPError as err:
if(err.code==401):
myPrint("Secure Firbase Instance Found: "+str, "SECURE")
myPrint("Secure Firebase Instance Found: "+str, "SECURE")
continue
if(err.code==404):
myPrint("Project doesnot exist: "+str, "OUTPUT_WS")
Expand All @@ -131,7 +131,7 @@ def scanDarlingScan():
myPrint("Facing connectivity issues. Please Check the Network Connectivity and Try Again.", "ERROR")
print
continue
myPrint("Misconfigured Firbase Instance Found: "+str, "INSECURE_WS")
myPrint("Misconfigured Firebase Instance Found: "+str, "INSECURE_WS")
print

####################################################################################################
Expand Down Expand Up @@ -184,4 +184,4 @@ def scanDarlingScan():
isNewInstallation()
scanDarlingScan()

myPrint("Thank You For Using FireBase Scanner","INFO")
myPrint("Thank You For Using FireBase Scanner","INFO")