I'm always game lols
Also this is an Open Invitation for anyone who would like to make this honeypot
more functional and realistic you're free to join the team. :)
Btw I've also hacked a telnet honeypot (also got post by German Telekom for
having an unsecured device in my network because of this ;) ) if you like I can
release it for you. (Its very hacky just 4 fun project)
You must do error checking, every socket read, write and accept is a potential
crash.
https://github.com/blmvxer/telnet-honey
Sorry it's been a bit we had a baby girl so its taken up my time.
I can post some code later today
So I used the idea of a chat server to start making a telnet Honeypot. But if I
scan it with nmap it crashes the server and I'm not really sure why.
Can you be more specific? What os? What do you want to relay? TCP or UDP? Is
your server program crashing? why do you restart the server?
I can give you a vague answer for a vague question: when you want to proxy tcp
connections, then you could have a udp socket, which never sends data but
list
Currently I'm working on a relay server and I'm wondering if software methods
within Nim would help mitigate scans. So far I can detect them and I'll restart
the server after a timing defense. But then upon a second scan it crashes there
server