You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DemnonHunter is a distributed low interaction honeypot with Agent/Master design.
Agents are honeypots of diffrent protocols and master is where receives attack information and shows to honeypot administrators.
By using DemonHunter you are capable of choosing from various protocol handlers, for example you can choose between Apache(v2.4.18) or Nginx(1.10.0). Handlers are fake and you don't need to install anything extra on your server.
Each Agent is capable of holding more than one protocol. And each master can hold unlimitted count of agents.
Requirements
DemonHunter is developed under python3.6 and might work on python3.5(testers are welcome to report bugs)
As i mentioned DemonHunter has 2 sides:
* Master
* Agents (Honeypots)
To run Master you can simply execute dh_run command line interface.
By running dh cli, dh master will run under https://127.0.0.1:8000 + sqlitedb(current_dir/test.db). these are default options for dh_run cli. for changing them run dh_run --help to have more information on how to change the defaults.
To access DemonHunter's Master interface for first time you can use username: admin, password: admin. After logging in for first time create a user and delete default admin.
DemonHunter WebMaster Screenshots
Contribution
I really accept contributions, you can simply open an issue and create a discussion about how DH should move forward.