carnal0wnage / weirdAAL

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

Cg build in some logic #19

Closed cktricky closed 6 years ago

cktricky commented 6 years ago

In an effort to keep branch/PRs small/narrow/concise in scope/focus, I am just opening this PR and merging into master and then deleting the branch. This branch's purpose is to add some DB logic so we can query results returned from the code and there are some fixes for silly things like print not working the same way between Python 2.7 and 3.

We still need a new branch to cover refactoring the print library to handle things like colors and tables. As well as another that addresses the module loading.

cktricky commented 6 years ago

So @carnal0wnage you'll want to switch to master, then pull down the latest code, then create a new branch off of master (for simplicity and regards to what you're building next). And maybe do a git branch -D cg_build_in_some_logic locally for cleanup

carnal0wnage commented 6 years ago

ack