Nmap Development mailing list archives

Re: Always practice safe software: a lesson from UnrealIRCd


From: David Fifield <david () bamsoftware com>
Date: Wed, 23 Jun 2010 17:28:34 -0600

On Wed, Jun 23, 2010 at 05:26:44PM -0600, David Fifield wrote:
I've attached the scripts I used to run these tests. The procedure is

./nmap -n --datadir . -p 6666,6667 -iL unreal.nmap -d --script=irc-unrealircd-backdoor.nse 2>&1 | tee 
unrealircd-orig.log
./graph.py unrealircd.log
./splitscans.py unrealircd.log
for a in unreal-*.hosts; do echo $a; sh $a 2>&1 >> $a.out; done
egrep -o '(command in.*seconds|Server closed)' unreal-*.hosts.out

Sorry, here they are.

David Fifield

Attachment: graph.py
Description:

Attachment: splitscans.py
Description:

_______________________________________________
Sent through the nmap-dev mailing list
http://cgi.insecure.org/mailman/listinfo/nmap-dev
Archived at http://seclists.org/nmap-dev/

Current thread: