From 65a3cc9a5d9dbf74562a1fc3821a7f1e82330aef Mon Sep 17 00:00:00 2001 From: hgsdodo Date: Fri, 21 Dec 2012 10:10:18 +0100 Subject: [PATCH] Update sqlmap.conf --- sqlmap.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/sqlmap.conf b/sqlmap.conf index 55857cf83..18f90657d 100644 --- a/sqlmap.conf +++ b/sqlmap.conf @@ -63,7 +63,7 @@ agent = randomAgent = False # HTTP Host header. -host = +host = http://web1.carparts-cat.com/default.aspx?11=23&14=4&10=CF29291F4659979BE040A8C01E3E0A47023004&12=1003 # HTTP Referer header. Useful to fake the HTTP Referer header value at # each HTTP request. @@ -131,7 +131,7 @@ scope = # Url address to visit frequently during testing. # Example: http://192.168.1.121/index.html -safUrl = +safUrl = http://www.google.hr # Test requests between two visits to a given safe url (default 0). # Valid: integer @@ -477,7 +477,7 @@ commonColumns = False udfInject = False # Local path of the shared library -shLib = +shLib = C:\Users\Dodo\Documents # These options can be used to access the back-end database management @@ -529,11 +529,11 @@ privEsc = False # Local path where Metasploit Framework is installed. # Valid: file system path -msfPath = +msfPath = C:\metasploit # Remote absolute path of temporary files directory. # Valid: absolute file system path -tmpPath = +tmpPath = C:\Users\Default\AppData\Local\temp\ # These options can be used to access the back-end database management @@ -645,7 +645,7 @@ torType = HTTP # Update sqlmap. # Valid: True or False -updateAll = False +updateAll = true [Miscellaneous] @@ -661,7 +661,7 @@ answers = # Make a beep sound when SQL injection is found. # Valid: True or False -beep = False +beep = true # Offline WAF/IPS/IDS payload detection testing. # Valid: True or False @@ -677,7 +677,7 @@ cleanup = False # Check for missing (non-core) sqlmap dependencies. # Valid: True or False -dependencies = False +dependencies = True # Disable console output coloring. # Valid: True or False @@ -709,7 +709,7 @@ testFilter = # Simple wizard interface for beginner users. # Valid: True or False -wizard = False +wizard = true # Verbosity level. # Valid: integer between 0 and 6