Skip to content
Jym Cheong edited this page Nov 7, 2017 · 3 revisions

Setup & Configuration

You need to start Empire &/or Metasploit for API to connect to:

For Empire

# ./empire --rest --username YOURADMINID --password YOURPASSWORD

For Metasploit

# msfrpcd -P test -S -f

Edit c2_settings.py

Change to your username & password accordingly in c2_settings.py.

Visual Studio Code Python Env

Edit launch.json & add "env": {"PYTHONPATH":"/YOUR_PATH_TO/autoTTP"},


Troubleshooting

Python & libraries

Please use Python 3. Use respective setup.py for pymetasploit & EmpireAPIWrapper to install dependencies but PLEASE USE THE LIBRARIES WITHIN AUTOTTP during execution of scripts.

pymetasploit

Please refer to https://github.com/Mikaayenson/pymetasploit for further details.

EmpireAPIWrapper

Please refer to https://github.com/radioboyQ/EmpireAPIWrapper for further details.