/gogo-cli

Primary LanguagePython

gogo-cli

A mini tool allow to config Gophish Campaign through CLI. This tool is still in development and has a lot issues needed to fix. So feel free to leave your comment for me to improve it.

Install

git clone https://github.com/bananNat/gogo-cli.git
cd gogo-cli
pip install -r requirement.txt

Usage

You need to change the content in the config_api.py file. Replace it with your own server ip address and api key which can be found in Account Setting menu.

image

Using -h option will help you

python3 main.py -h
python3 main.py campaign -h

image

image