From c95ebfccc9bce5d8e48d5339d31b25d88a183fde Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 23 Sep 2000 18:08:45 +0000 Subject: fix for DoS vulnerability noted by Kevin S. Ho --- TODO | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'TODO') diff --git a/TODO b/TODO index 834f3d9..771ae48 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,13 @@ +here's a one-liner to find duplicate inputbox'es: + +grep inputbox staffing.html | perl -pe '/inputbox\(\"(.*)\"\)/ or die; $_="$1\n";' | sort | uniq -d + +(though the program should probably error out) + +and here's another useful one: + + perl -ne 'if ( /^((.*)\s+)(\S+\@\S+)$/ ) { print "$1<$3>\n"; } else { print "$_\n"; }' P* + Delivered-To: ivan-fnf-planners@420.am To: phred@well.com, larryc@cloudfactory.org, fnf-planners@topica.com From: Rob Jellinghaus -- cgit v1.2.1