[HECnet] "Hacking" attempts

sampsa at mac.com sampsa at mac.com
Sat Dec 29 09:21:04 PST 2012


I occasionally get people trying to get into the Internet facing parts of my stuff, I usually reply with these:

--- cznmap ---		runs nmap at timing=INSANE to find open ports

nmap -T5 -sV $1

--- end cznmap ---

There's usually something serving HTTP, after which I run this:

--- fcku ---

while :
do
curl http://$1:$2/FUCKYOU &> /dev/null
done

--- end fcku ---


Stops the login attempts pretty quickly I've found.



---
Sampsa Laine   <sampsa at mac.com>



More information about the Hecnet-list mailing list