- Delivering your payload
- Logging of all downloads
git clone https://github.com/clienthold/OpenDirectory.git
cd OpenDirectory
edit the config.py
configure
HONEYPOT_LIST = ["chrome.exe", "firefox.exe"] # LIST OF FILES
PAYLOAD_PATH = "" # PATH FOR PAYLOAD FILE
LOG_FILE = "honeypot.log" # PATH FOR LOG FILE
pip3 install -r requirements.txt
pip3 install gunicorn
gunicorn --bind=0.0.0.0:8080 honeypot:app
pip install -r requirements.txt
pip install waitress
waitress-serve --listen=*:8080 honeypot:app