Skip to content

clienthold/OpenDirectory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🗂️ Open Directory Honeypot Flask

🧩 Features

  • Delivering your payload
  • Logging of all downloads

📥 Deployment

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

🐧 For linux (gunicorn)

pip3 install -r requirements.txt
pip3 install gunicorn
gunicorn --bind=0.0.0.0:8080 honeypot:app

🪟 For windows (waitress)

pip install -r requirements.txt
pip install waitress
waitress-serve --listen=*:8080 honeypot:app

Releases

No releases published

Packages

No packages published