Tactical Tigerfish
Tactical Tigerfish is a logging server for system information, credentials, and files in red team engagements.
Setup
Install Requirements
pip install -r requirements.txt
Configure
Either:
Update ttf-server/config.yml with your config values
or
Set environment variables
Note: The values from
config.ymlare only used when--debugis passed when running the server.
Run The Server
cd ttf-server
python3 ttf-server.py
Description
Languages
Python
100%