Snort mailing list archives
Re: thing on the snort.org page???
From: Erek Adams <erek () theadamsfamily net>
Date: Fri, 7 Sep 2001 15:25:01 -0700 (PDT)
On Fri, 7 Sep 2001, Travis Farmer wrote:
Tat thing to the right that says "Latest hosts that thought scanning an IDS site would go unnoticed ", and then lists off the IPs. How di i get my page to do that?
cat portscan.log | awk '{print $4}' | awk -F: '{print $1}' | sort -n | uniq >
foofus.txt
I'm sure there's a better, cleaner, prettier way but that works for an ole
stick-in-the-mud. :)
-----
Erek Adams
Nifty-Type-Guy
TheAdamsFamily.Net
_______________________________________________
Snort-users mailing list
Snort-users () lists sourceforge net
Go to this URL to change user options or unsubscribe:
https://lists.sourceforge.net/lists/listinfo/snort-users
Snort-users list archive:
http://www.geocrawler.com/redir-sf.php3?list=snort-users
Current thread:
- thing on the snort.org page??? Travis Farmer (Sep 07)
- Re: thing on the snort.org page??? Erek Adams (Sep 07)
- Re: thing on the snort.org page??? Brian (Sep 07)
