sqlmap/lib
deadworoz 9c2c3894d6 Converting a command to lowercase breaks a case-sensitive URL
To reproduce the bug:
1. Start the server: ./sqlmapapi.py -s
2. Start the client: ./sqlmapapi.py -c
3. Add a new task with a case-sensitive URL: new -u "http://vbox.lc/bWAPP/sqli_4.php?title=iron+man&action=search"
4. Check the log: 
...
"message": "testing connection to the target URL"
...
"message": "page not found (404)"
...
"message": "HTTP error codes detected during run:\n404 (Not Found) - 1 times"

5. Check that sqlmap.py correcty work with same parameters: ./sqlmap.py -u "http://vbox.lc/bWAPP/sqli_4.php?title=iron+man&action=search"

[INFO] testing connection to the target URL
[INFO] checking if the target is protected by some kind of WAF/IPS/IDS
2016-08-08 14:48:25 +04:00
..
controller Definite patch for MemoryError(s) (fixes #1991) 2016-06-30 14:57:56 +02:00
core Adding pypi script to the repository 2016-08-02 13:21:05 +02:00
parse Some cosmetic changes 2016-08-02 11:50:42 +02:00
request Minor patch 2016-08-02 12:38:57 +02:00
takeover Another fix (related to the last commit) 2016-07-15 11:45:59 +02:00
techniques Fixes #2060 (ParseError has been added in Python 2.7) 2016-07-23 15:27:25 +02:00
utils Converting a command to lowercase breaks a case-sensitive URL 2016-08-08 14:48:25 +04:00
__init__.py Update of copyright string 2016-01-06 00:06:12 +01:00