LiquidHoney
ver to Xeger
A small, fluid, low-interaction honeypot designed to spoof banners across thousands of ports.
create-cert.sh
)Note:
While LiquidHoney will attempt to register iptables rules redirecting ports to itself, you may need to do this manually if
iptables is not present or is not usable.
Setup is relatively simple. You will need Python 3 and pip installed to run this application.
pip install -r requirements.txt
./create-cert.sh
to generate an SSL certificatesudo python3 liquid_honey.py --create-rules
python3 liquid_honey.py
Note: By default, LiquidHoney drops packets sent to the listen port from non-internal addresses, however it is highly recommended that you block external traffic to that port (11337 by default).
LiquidHoney can be configured in more depth using the config.yml
file. There are descriptions of the options in the default config.