carnal0wnage / weirdAAL

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

List modules #56

Closed cktricky closed 5 years ago

cktricky commented 5 years ago

Hey @carnal0wnage 👋,

I've made a change so that you can run python3 weirdAAL.py -l and get a list of all the modules along with a description.

Here is the printout:

screen shot 2018-09-21 at 10 52 45 pm

Make sure you run pip3 install -r requirements.txt (or whatever you run on your machine to install the requirements). This is because I added tabulate as a dependency.

cktricky commented 5 years ago

Oh the other thing I forgot to mention is that you can now place modules under aws or gcp folder depending obviously on what its for.

carnal0wnage commented 5 years ago

merged