27 lines
503 B
Markdown
27 lines
503 B
Markdown
# Tactical Tigerfish
|
|
|
|
Tactical Tigerfish is a logging server for system information, credentials, and files in red team engagements.
|
|
|
|
## Setup
|
|
### Install Requirements
|
|
```bash
|
|
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.yml` are only used when `--debug` is passed when running the server.
|
|
|
|
### Run The Server
|
|
```bash
|
|
cd ttf-server
|
|
python3 ttf-server.py
|
|
```
|