Posted
about 13 years
ago
sqlmap: Added switch --purge-output for safely removing content of output directory (all previous scan logs, session files, results...)
|
Posted
about 13 years
ago
sqlmap: Automatically extending ranges for UNION tests in case where at least one other injection technique is usable
|
Posted
about 13 years
ago
sqlmap: Fall-back to basic technique when --file-read does not work against MySQL - when user has no INSERT privilege, required to run LOAD DATA
|
Posted
about 13 years
ago
sqlmap: Working on a new technique to exfiltrate data way faster when only boolean and time-based blind SQL injections are detected - stay tuned!
|
Posted
about 13 years
ago
sqlmap: Added support for custom POST injection marking with asterisk character (*) like for URI injection
|
Posted
about 13 years
ago
sqlmap: Major improvement to boolean-based detection: now it detects also cases where True and False response differ minimally
|
Posted
about 13 years
ago
sqlmap: Implemented a safe "chunking" mechanism for large table dumps (e.g. in full inband/union cases) preventing MemoryError crashes
|
Posted
about 13 years
ago
sqlmap: Added switch --no-cast to avoid use cast-alike statements during data fetching. This can also be used to decrease the payloads length
|
Posted
about 13 years
ago
sqlmap: Improved detection of INSERT and UPDATE injections
|
Posted
about 13 years
ago
sqlmap: Fixed few issues with removal of reflective values causing pain with 'None' values (e.g. in MySQL error based injection for some cases)
|