Running as a script
Clone the repository and use setup.py to install the dependencies:
bash
git clone https://github.com/0xBallpoint/trapster-community/
cd trapster-community
python3 -m venv venv
source ./venv/bin/activate
python3 -m pip install .
python3 main.pyInteract with the CLI to see the available options:
bash
(venv) > $ python3 main.py -h
usage: main.py [-h] [-i] [-c CONFIG] [-s] [-v]
Trapster Community honeypot.
options:
-h, --help show this help message and exit
-i, --interfaces Show list of interfaces and their corresponding IPs.
-c CONFIG, --config CONFIG
Specify the config file to use.
-s, --show-config Show the config file currently in use.
-v, --version Print version