Skip to content

Honeypot is free open source tool which can be use to fool hackers.

License

Notifications You must be signed in to change notification settings

HackHunt/honeypot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Honeypot

  • A honeypot is a computer security mechanism set to detect, deflect, or, in some manner, counteract attempts at unauthorized use of information systems.
  • It attracts Cyber Attacks by mimicking a target for the attacker.
  • Also, used as a distraction for hackers from the real target.
  • The Program generates a log file containing the attacker's IP, Port, and Time of when the connection was made.

Supports Platform:

Linux, Debain

How to use:

  • Convert the setup.sh into executable

    chmod 755 setup.sh

  • Run setup.sh

    ./setup.sh

  • Run the Python Script with root privileges.

    sudo python3 honeypot.py

Available Arguments:

  • -h or --help: Displays all the available options.
  • -ip or --host-ip: Specify the IPv4 Address of the Host.
  • -d or --tarp-data: If someone tries to connect to the port specified this data will be sent.
  • -p or --port: Specify port number to create Honeypot on.

Color:

  • Green: Successful.
  • Yellow: Notifications.
  • Blue: Activities.
  • Red: Unsuccessful or Errors.

Programming Language: Python 3 and above

Licensed: GNU General Public License, version 3

Developer Information:

About

Honeypot is free open source tool which can be use to fool hackers.

Resources

License

Stars

Watchers

Forks

Packages

No packages published