mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-22 09:36:35 +03:00
9c2c3894d6
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 |
||
---|---|---|
.. | ||
__init__.py | ||
api.py | ||
crawler.py | ||
deps.py | ||
getch.py | ||
hash.py | ||
hashdb.py | ||
htmlentities.py | ||
pivotdumptable.py | ||
progress.py | ||
purge.py | ||
search.py | ||
sqlalchemy.py | ||
timeout.py | ||
versioncheck.py | ||
xrange.py |