Golang Honeypot (Detecting unauthorized connections to ports tcp/udp)
I am making an Honeypot right now in golang that reports IPs (ipabusedb) when they access unauthorized an port ex: UDP/37810. Now to my problem how do I listen to every udp port easy? I dont want to make 65500 sockets for each udp/tcp port… Continue reading Golang Honeypot (Detecting unauthorized connections to ports tcp/udp)