Minor code refactoring

This commit is contained in:
Bernardo Damele
2010-01-14 20:42:45 +00:00
parent 26c7b74e65
commit c4215ce8d2
6 changed files with 30 additions and 29 deletions

View File

@@ -10,6 +10,10 @@ url =
# 'conversations/' folder path
list =
# Load HTTP request from a file
# Example (file content): POST /login.jsp HTTP/1.1\nHost: example.com\nUser-Agent: Mozilla/4.0\n\nuserid=joe&password=guessme
requestFile =
# Rather than providing a target url, let Google return target
# hosts as result of your Google dork expression. For a list of Google
# dorks see Johnny Long Google Hacking Database at
@@ -17,10 +21,6 @@ list =
# Example: +ext:php +inurl:"&id=" +intext:"powered by "
googleDork =
# Load HTTP request from a file
# Example (file content): POST /login.jsp HTTP/1.1\nHost: example.com\nUser-Agent: Mozilla/4.0\n\nuserid=joe&password=guessme
requestFile =
[Request]
# HTTP method to perform HTTP requests.
@@ -35,6 +35,10 @@ data =
# HTTP Cookie header.
cookie =
# URL-encode generated cookie injections.
# Valid: True or False
cookieUrlencode = False
# Ignore Set-Cookie header from response
# Valid: True or False
dropSetCookie = False
@@ -155,10 +159,6 @@ eString =
# (http://www.python.org/doc/2.5.2/lib/re-syntax.html)
eRegexp =
# URLEncode generated cookie injections.
# Valid: True or False
cookieUrlencode = False
[Techniques]
# Test for stacked queries (multiple statements) support.