This commit is contained in:
carnal0wnage
2018-04-07 17:28:27 -04:00
parent 2898c11afb
commit 7e78fa821c
4 changed files with 49 additions and 18 deletions

View File

@@ -103,13 +103,13 @@ def generic_permission_bruteforcer(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, ser
try:
insert_reconservice_data(db_name, db_logger)
except sqlite3.OperationalError as e:
print (e)
print ("You need to set up the database...exiting")
print(e)
print("You need to set up the database...exiting")
sys.exit()
print ("\n")
print("\n")
else:
print ("\n[-] No {} actions allowed [-]" .format(service))
print ("\n")
print("\n[-] No {} actions allowed [-]" .format(service))
print("\n")
return actions
def generic_method_bruteforcer(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, service, tests):