cisagov / gophish-tools

Helpful tools for interacting with a GoPhish phishing instance
Creative Commons Zero v1.0 Universal
42 stars 6 forks source link

Docopt update #1

Closed bjb28 closed 4 years ago

bjb28 commented 4 years ago

Update the docopt for Assessment, Templates, and Tools modules.

🗣 Description

Updated the following docopt items throughout the above modules:

💭 Motivation and Context

Per @dav3r's request modified formatting for uniformity and standardization.

🧪 Testing

Ensured all scripts are able to be called as expected. Checked that gophish-complete, gopish-export, gophish-import and, gophish-test still functioned correctly after change the use of global variables to passing arguments to the functions.

📷 Screenshots (if appropriate)

🚥 Types of Changes

✅ Checklist

bjb28 commented 4 years ago

@dav3r, I made the requested changes focused on docopt. I still have a few other items that came from this to work on, but I feel those should be in separate PRs.

dav3r commented 4 years ago

Everything in here looks solid now @bjb28 - great work! 🦖

I can merge this in at any time- can I just get your confirmation that you aren't planning to add anything else to this PR?

bjb28 commented 4 years ago

@dav3r, I have nothing additional for this PR. All other changes discussed will be done in separate PRs.