Initial commit.
This commit is contained in:
33
cxs/cxs.xtra.example
Normal file
33
cxs/cxs.xtra.example
Normal file
@@ -0,0 +1,33 @@
|
||||
###############################################################################
|
||||
# Copyright 2009-2016, Way to the Web Limited
|
||||
# URL: http://www.configserver.com
|
||||
# Email: sales@waytotheweb.com
|
||||
###############################################################################
|
||||
# The following is a list of regular expression matches and filenames that
|
||||
# cxs will additionally scan for, one per line.
|
||||
#
|
||||
# You must use the following format:
|
||||
#
|
||||
# regall: - regular expression match for all script files
|
||||
# regphp: - regular expression match for only php script files
|
||||
# regperl: - regular expression match for only perl script files
|
||||
# regfile: - regular expression match for a file or directory name
|
||||
# file: - file or directory name match (not a regex)
|
||||
# md5sum: - md5sum of a file to match as: Known exploit = [Fingerprint Match]
|
||||
#
|
||||
# Examples:
|
||||
# regall:/etc/passwd
|
||||
# regfile:\.pl$
|
||||
# file:r00t.php
|
||||
#
|
||||
# To force quarantine of a file when using --quarantine, prefix the match with
|
||||
# "quarantine:", e.g.:
|
||||
#
|
||||
# regall:quarantine:/etc/passwd
|
||||
# regfile:quarantine:\.pl$
|
||||
# file:quarantine:r00t.php
|
||||
#
|
||||
# You can include additional entries using external files with:
|
||||
# Include /path/to/cxs.altxtra
|
||||
#
|
||||
# Note: All regex's must be properly specified and escaped to work correctly
|
||||
Reference in New Issue
Block a user