Honey Ports Logo

Honey Ports

0
Free
Visit Website

Very simple but effective docker deployed honeypot to detect port scanning in your environment. Configure ports to be exposed Edit or add ports within the brackets on line 14 of honey_ports.sh for p in {80,3306}; do Also expose corresponding ports in line 17 of dockerfile EXPOSE 80 3306 Build container image docker build -t honey_ports . Run honey_ports container sudo docker run -d -v /var/log:/logs_out honey_ports By default logs of attempted connections will be written to "hp_connections.log" which is stored on a mounted volume on the host.

FEATURES

ALTERNATIVES

A Docker container that starts a SSH honeypot and reports statistics to the SANS ISC DShield project

Automated SSRF finder with options for XSS and open redirects

Set up your own IPsec VPN server in just a few minutes with IPsec/L2TP, Cisco IPsec, and IKEv2.

A textmode sniffer for tracking tcp streams and capturing data in various modes.

A TCP-based traceroute implementation that bypasses firewall filters to trace the path to a destination.

Netcap efficiently converts network packets into structured audit records for machine learning algorithms, using Protocol Buffers for encoding.

Tool for setting up Glutton, a cybersecurity tool for monitoring SSH traffic.

6Guard is an IPv6 attack detector sponsored by Google Summer of Code 2012 and supported by The Honeynet Project organization.