Blocking nmap scans

2020-10-03 Thread blmvxer
I'm always game lols

Blocking nmap scans

2020-10-03 Thread blmvxer
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. :)

Blocking nmap scans

2020-10-02 Thread enthus1ast
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)

Blocking nmap scans

2020-10-01 Thread enthus1ast
You must do error checking, every socket read, write and accept is a potential crash.

Blocking nmap scans

2020-10-01 Thread blmvxer
https://github.com/blmvxer/telnet-honey

Blocking nmap scans

2020-10-01 Thread blmvxer
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.

Blocking nmap scans

2020-08-30 Thread enthus1ast
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

Blocking nmap scans

2020-08-30 Thread blmvxer
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