kdpkst / advanced-amun

Advanced Amun Honeypot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Advanced Amun Honeypot

Advanced Amun Honeypot is an extended and enhanced version of the original Amun Honeypot. You can find Amun honeypot here https://github.com/zeroq/amun
Limitations of original Amun:

  • ...
  • ...

Requirements

  • 2.6 <= Python < 3
  • Docker

Features Extended

  • Proxy Mode: enable Amun to be a proxy to forward attacking data to a backend machine, and forward the real response from the backend decoy to the attacker.
  • Reverse Shell Spoofing: dynamically create docker container to emulate reverse shell if the incoming shellcode aims to establish a reverse shell. Usage is as below:
    • change directory to reverseshell_spoofing and execute below commands in order.
    • sudo chmod +x build_image.sh
      
    • ./build_image.sh
      
    • then start the honeypot

Acknowledgments

Truly thanks for the following open-source projects, which have been instrumental in the development of this project:

About

Advanced Amun Honeypot

License:GNU General Public License v2.0


Languages

Language:Python 100.0%Language:Shell 0.0%Language:Dockerfile 0.0%