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
Honeypot made using sockets in Python with IP blacklisting, dynamic port configuration, configurable responses, and the ability to handle multiple concurrent connections.
A simple python HoneyPot using the built-in socket library.
Usage
[email protected] >> python3 SunnyPot.py
# Takes you through an intuitive setup
Faux webpage and server banner can be modified in the code.
Example
About
Honeypot made using sockets in Python with IP blacklisting, dynamic port configuration, configurable responses, and the ability to handle multiple concurrent connections.