6
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor enhancement to be able to enumerate table columns and dump table entries also if the database name is not provided by using the current database on MySQL and MSSQL, the 'public' scheme on PostgreSQL and the 'USERS' TABLESPACE_NAME on Oracle. Minor bug fix so that when the user provide as SELECT statement to be processed an asterisk, now it also work if in the FROM there is no database name specified. Minor layout adjustments. More... about 16 years ago
Initial implementation of support for stacked queries. Added method to test for Time based blind SQL injection query stacking on the affected parameter a SLEEP() or similar DBMS specific function. Adapted libraries, plugins and XML with the above changes. Minor layout adjustments. More... about 16 years ago
Adjusted unhandled exception error message More... about 16 years ago
Removed useless W3C reference for CSS/HTML validation More... about 16 years ago
sqlmap 0.6.3-rc1: * Minor enhancement to be able to specify the number of seconds to wait between each HTTP request. * Minor bug fix to handle session.error and session.timeout in HTTP requests. * Updated documentation. More... about 16 years ago
Name adjustment More... about 16 years ago
Minor bug fix to correctly dump table entries when the column is provided More... about 16 years ago
Updated documentation and minor fix in update functionality More... about 16 years ago
Updated documentation More... about 16 years ago
Minor bug fix in MySQL comment injection fingerprint technique More... about 16 years ago
Documentation updated More... about 16 years ago
Updated documentation More... about 16 years ago
Updated ChangeLog More... about 16 years ago
Major bug fix to correctly update sqlmap to the latest stable release with command line --update More... about 16 years ago
Updated Microsoft SQL Server XML versions file More... about 16 years ago
Updated site and doc to 0.6.2 More... about 16 years ago
Updated sqlmap packaging scripts, site and documentation, almost ready for sqlmap 0.6.2 More... about 16 years ago
Added a JSP backdoor (GET /.../backdoor.jsp?cmd=<os command>) for long term new features for OS commanding More... about 16 years ago
Updated documentation More... about 16 years ago
Major bug fix so that when the expected value of a query (count variable) is an integer and for some reason the resumed value from session file is a string or a binary file, the query is executed again and and its new output saved to the session file More... about 16 years ago
Be more user friendly on messages and minor code layout improvement More... about 16 years ago
Major bug fix so that the users' privileges enumeration now works properly also on both MySQL < 5.0 and MySQL >= 5.0 also if the user has provided one or more users with -U option; More... about 16 years ago
Minor bug fix to correctly handle --start and --stop More... about 16 years ago
Fix typo More... about 16 years ago
Updated the database management system fingerprint checks to correctly identify MySQL 5.1.x, MySQL 6.0.x and PostgreSQL 8.3 More... about 16 years ago
Updated documentation More... about 16 years ago
Minor layout fix More... about 16 years ago
Updated documentation More... about 16 years ago
Major bug fix following the last commit More... about 16 years ago
Major bug fix when the request is POST to also send the GET parameters in the request if they've been provided More... about 16 years ago