sqlmap/lib/utils
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
..
__init__.py Update of copyright string 2016-01-06 00:06:12 +01:00
api.py Converting a command to lowercase breaks a case-sensitive URL 2016-08-08 14:48:25 +04:00
crawler.py Minor refactoring 2016-05-31 13:02:26 +02:00
deps.py Update of copyright string 2016-01-06 00:06:12 +01:00
getch.py Update of copyright string 2016-01-06 00:06:12 +01:00
hash.py Fixes #1964 2016-06-17 17:07:44 +02:00
hashdb.py Update for an Issue #1807 2016-04-11 09:43:50 +02:00
htmlentities.py Update of copyright string 2016-01-06 00:06:12 +01:00
pivotdumptable.py Fixes #1920 2016-06-05 12:14:01 +02:00
progress.py Update of copyright string 2016-01-06 00:06:12 +01:00
purge.py Update of copyright string 2016-01-06 00:06:12 +01:00
search.py Minor patches 2016-04-19 13:13:37 +02:00
sqlalchemy.py Update of copyright string 2016-01-06 00:06:12 +01:00
timeout.py Update of copyright string 2016-01-06 00:06:12 +01:00
versioncheck.py Update of copyright string 2016-01-06 00:06:12 +01:00
xrange.py Update of copyright string 2016-01-06 00:06:12 +01:00