Skip to content

Instantly share code, notes, and snippets.

@jro
Created October 21, 2011 04:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jro/1303079 to your computer and use it in GitHub Desktop.
Save jro/1303079 to your computer and use it in GitHub Desktop.
mod_security: baseline test
127.0.0.1 localhost localhost.localdomain
127.0.0.1 demo.testfire.net.local
target
set target http://demo.testfire.net.local/
back
plugins
discovery webSpider,allowedMethods,serverHeader,frontpage_version
audit all
output htmlFile
output config htmlFile
set fileName /tmp/testfire_baseline.html
back
output xmlFile
output config xmlFile
set fileName /tmp/testfire_baseline.xml
back
back
start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment