This commit is contained in:
carnal0wnage
2018-04-18 20:51:53 -04:00
parent 1d0cad4395
commit 51b6a6d205
5 changed files with 65 additions and 15 deletions

View File

@@ -9,4 +9,5 @@ from libs.sql import *
if __name__ == "__main__":
db_name = "weirdAAL.db"
create_awskey_table(db_name, "AWSKey")
create_recon_table(db_name, "recon")
create_recon_table(db_name, "recon")
create_services_table(db_name,"services")