]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Added worm target in AWStats database.
authoreldy <>
Thu, 4 Mar 2004 12:45:10 +0000 (12:45 +0000)
committereldy <>
Thu, 4 Mar 2004 12:45:10 +0000 (12:45 +0000)
wwwroot/cgi-bin/lib/worms.pm

index fc1c69f4c0e691976a5cef6f3a448c6b6cfd585b..9d2dba2d57e859476f44ee8e851b97afafcebb9e 100644 (file)
 'unknown','Unknown worm'
 );
 
+# WormsHashTarget
+# Worms target list ('worm unique id in lower case','worm target clear text')
+# Each unique ID string is associated to a target
+#-----------------------------------------------------------------------------
+%WormsHashTarget = (
+'code_red','IIS',
+'mpex','IIS',
+'nimda','IIS',
+'sumthin','?',
+'unknown','MS products',
+);
+
 1;