remove the aws key stuff

This commit is contained in:
carnal0wnage
2018-04-16 21:17:35 -04:00
parent 582c2c7d38
commit 1d0cad4395
18 changed files with 46 additions and 63 deletions

View File

@@ -20,7 +20,7 @@ def step_show_services_by_key():
for result in results:
print("{}:{}".format(result[0],result[1]))
#same as show_sevices
# same as show_sevices
def step_list_services_by_key():
db_name = "weirdAAL.db"
results = search_recon_by_key(db_name,AWS_ACCESS_KEY_ID)