############################################################################### # Copyright 2009-2016, Way to the Web Limited # URL: http://www.configserver.com # Email: sales@waytotheweb.com ############################################################################### # The following is a list of files, directories, users and regex matches that # cxs will ignore. # # You must use the following format: # # user: - ignore user # file: - ignore file # dir: - ignore directory # sym: - ignore symlink # script: - ignore web script (ModSecurity hook) # # puser: - regex of users to ignore # pfile: - regex of files to ignore # pdir: - regex of directories to ignore # psym: - regex of symlinks to ignore # pscript: - regex of web script to ignore (ModSecurity hook) # # The following do not apply to web script uploads via ModSecurity hook: # hfile: - ignore file relative to a users homedir # hdir: - ignore directory relative to a users homedir # hsym: - ignore symlink relative to a users homedir # # match: - ignore regex pattern match # md5sum: - ignore file md5sum # fp: - ignore fingerprint match # # The following only apply to web and ftp script uploads: # ip: - ignore uploads from IP address # # You can include additional entries using external files with: # Include /path/to/cxs.altignore # hdir:/etc hdir:/mail hdir:/tmp hdir:/.cagefs hdir:/.fantasticodata hdir:/.rvsitebuilder hdir:/.sqmaildata hdir:/.trash hdir:/.quarantine hdir:/quarantine_clamavconnector hsym:/access-logs hfile:/public_html/cgi-bin/randhtml.cgi hfile:/public_html/cgi-bin/entropybanner.cgi hfile:/public_html/cgi-bin/cgiemail hfile:/public_html/cgi-bin/cgiecho hfile:/public_html/cgi-bin/cpdownload/cpaneldownacct.cgi hfile:/public_html/cgi-bin/cpdownload/cpaneldownload.cgi hfile:/public_html/cgi-bin/cpdownload/cpanelkill.cgi hfile:/public_html/cgi-bin/cpdownload/cpanelwrap.c hfile:/public_html/cgi-bin/cpdownload/cpanelwrap.cgi pfile:^/tmp/clamav-.* pdir:^/tmp/clamav-.* pfile:^/tmp/cxs_.* md5sum:f3c8aaf882d1ed25a7f5fe7fd2ee4d9d match:symlink\s*\( # ignore specific file types pfile:.*\.xap$ pfile:.*\.jpg$ pfile:.*\.jp2$ pfile:.*\.jpeg$ pfile:.*\.bmp$ pfile:.*\.gif$ pfile:.*\.tif$ pfile:.*\.flv$ pfile:.*\.mp2$ pfile:.*\.mp3$ pfile:.*\.mp4$ pfile:.*\.wav$ pfile:.*\.avi$ pfile:.*\.mov$ pfile:.*\.pdf$ pfile:.*\.doc$ pfile:.*\.docx$ pfile:.*\.xls$ pfile:.*\.ppt$ pfile:.*\.txt$