config root man

Current Path : /home/tools/awstats/lib/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : /home/tools/awstats/lib/worms.pm

# AWSTATS WORMS ADATABASE
#-------------------------------------------------------
# If you want to add worms to extend AWStats database detection capabilities,
# you must add an entry in WormsSearchIDOrder, WormsHashID and WormsHashLib.
#-------------------------------------------------------
# $Revision: 1.3 $ - $Author: eldy $ - $Date: 2003/06/05 19:09:25 $


#package AWSWORMS;



# WormsSearchIDOrder
# This list is used to know in which order to search Robot IDs.
# This array is array of Worms matching criteria found in URL submitted
# to web server.
#-------------------------------------------------------
@WormsSearchIDOrder = (
"/default.ida?",
"exe?/c+dir",
#"root.exe?/c",
#"cmd.exe?/c",
);


# WormsHashID
# Each Worms search ID is associated to a string that is unique name of worm.
#--------------------------------------------------------------------------
%WormsHashID	= (
"/default.ida?","code_red",
"exe?/c+dir","nimba"
#"root.exe?/c","nimba",
#"cmd.exe?/c","nimba"
);


# WormsHashLib
# Worms name list ("worm unique id in lower case","worm clear text")
# Each unique ID string is associated to a label
#-------------------------------------------------------
%WormsHashLib   = (
"code_red","Code Red family worm",
"nimba","Nimba family worm"
);


1;

Man Man