|
Posted
over 14 years
ago
sqlmap: Fixed issue with --random-agent (for last 6 days there was nothing random in it as there was a leftover setting the random seed to const)
|
|
Posted
over 14 years
ago
sqlmap: In some cases server doesn't recover well from time based payloads causing weird timeouts in UNION payloads. Now you'll be warned in time.
|
|
Posted
over 14 years
ago
sqlmap: If you are going to the #europython you are most welcome to attend: "sqlmap - security development in Python (talk by Miroslav Stampar)"
|
|
Posted
over 14 years
ago
sqlmap: Fixed bug which prevented detection/usage of payloads with "generic comment" on MySQL cases. This should sharp tune sqlmap even more
|
|
Posted
over 14 years
ago
sqlmap: Now supporting "blank tables" - schema of the table will be preserved, even if it's empty - especially nice feature for --replicate
|
|
Posted
over 14 years
ago
sqlmap: Added support for MySQL >=4.1 (<=5.0) error based WHERE/HAVING payload "AND ROW(1,1)>..." (--level=2)
|
|
Posted
over 14 years
ago
sqlmap: Added logic to deal with collation issues on some Union/MySQL cases (aka. 'None' value problem) - hidden switch you'll be warned in time
|
|
Posted
over 14 years
ago
sqlmap: Fixed few nasty bugs, notibly the one related to the connection retry counter.
|
|
Posted
over 14 years
ago
sqlmap: With the last commit (r3915) --tor switch now uses SOCKS proxy instead of HTTP proxy approach mostly because of compatibility reasons
|
|
Posted
over 14 years
ago
sqlmap: New MySQL error based payload should cause far less "strange timeouts"; also fixed a "similar" bug in a confirmation stage
|