carnal0wnage / weirdAAL

WeirdAAL (AWS Attack Library)
773 stars 92 forks source link

some sort of report for find_all_permissions #4

Closed carnal0wnage closed 6 years ago

carnal0wnage commented 7 years ago

output is too unwieldy...needs to dump a html or text file with what it has permissions to

carnal0wnage commented 6 years ago

update to this, we should also dump the output to a text file but we are going to ALSO put it into a sqlite3 db

cktricky commented 6 years ago

Might be nice to have a table format (meaning, printed FROM the weirdAAL program) such as

permission do you have it
IAM something no
EC2 something yes

And of course if its yes we can colorize it so its Green or whatever. Just a thought.

carnal0wnage commented 6 years ago

seems ok to me if its just going to summarize and print it out when it's done running that seems easy enough to do

carnal0wnage commented 6 years ago

i think this is handled with the list_services_by_key output and its variants