Commit Graph

  • 654aecedfe Minor layout adjustments, minor fixes and updated changelog Bernardo Damele 2008-11-17 00:00:54 +00:00
  • fa0507ab39 Minor enhancement to fingerprint the back-end DBMS operating system (type, version, release, distribution, codename and service pack) by parsing the DBMS banner value when both -f and -b are provided: adapted the code and added XML files defining regular expressions for matching. Bernardo Damele 2008-11-15 23:41:31 +00:00
  • 84cbc60659 Major bug fix to correctly handle httplib.BadStatusLine exception. Minor improvement to set by default in all HTTP requests the standard HTTP headers (Accept, Accept-Encoding, etc.) Updated user's manual. Bernardo Damele 2008-11-15 12:25:19 +00:00
  • 4bf1fcb8ec Minor layout adjustment Bernardo Damele 2008-11-15 01:10:29 +00:00
  • 0bd5b52d95 Minor fixes Bernardo Damele 2008-11-13 00:03:04 +00:00
  • ecc4a98071 Properly moved and improved inject.goStacked() function and newly implemented Time based blind SQL injection now is a single test file within the lib/techniques/ folder. Renamed lib/techniques/inference to lib/techniques/blind, it is more approriate and adapted the rest of the libraries. Updated ChangeLog file. Bernardo Damele 2008-11-12 23:44:09 +00:00
  • 9329f8c9c4 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. Bernardo Damele 2008-11-12 22:53:25 +00:00
  • 81ed7c2086 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. Bernardo Damele 2008-11-12 00:36:50 +00:00
  • 13f76cfe3b Adjusted unhandled exception error message Bernardo Damele 2008-11-11 14:08:40 +00:00
  • e1385eb2bf Removed useless W3C reference for CSS/HTML validation Bernardo Damele 2008-11-09 19:00:54 +00:00
  • 0c5d3df546 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. Bernardo Damele 2008-11-09 16:57:47 +00:00
  • 544ced52b5 Name adjustment Bernardo Damele 2008-11-04 19:56:07 +00:00
  • 2a01de3f0b Minor bug fix to correctly dump table entries when the column is provided Bernardo Damele 2008-11-04 19:54:44 +00:00
  • be599d5a33 Updated documentation and minor fix in update functionality Bernardo Damele 2008-11-04 16:33:13 +00:00
  • 359b28bbaf Updated documentation Bernardo Damele 2008-11-04 16:09:12 +00:00
  • 0f79ec0088 Minor bug fix in MySQL comment injection fingerprint technique Bernardo Damele 2008-11-04 16:05:43 +00:00
  • 278f0aad7c Documentation updated Bernardo Damele 2008-11-03 01:23:55 +00:00
  • 95d2a0fcd1 Updated documentation 0.6.2 Bernardo Damele 2008-11-02 22:25:48 +00:00
  • 04474e3232 Updated ChangeLog Bernardo Damele 2008-11-02 22:20:02 +00:00
  • 8d130f12a0 Major bug fix to correctly update sqlmap to the latest stable release with command line --update Bernardo Damele 2008-11-02 22:16:54 +00:00
  • bfe1863731 Updated Microsoft SQL Server XML versions file Bernardo Damele 2008-11-02 22:11:35 +00:00
  • de980ae79f Updated site and doc to 0.6.2 Bernardo Damele 2008-11-02 20:23:06 +00:00
  • 56a5e8d390 Updated sqlmap packaging scripts, site and documentation, almost ready for sqlmap 0.6.2 Bernardo Damele 2008-11-02 20:12:50 +00:00
  • 67e1be07a4 Added a JSP backdoor (GET /.../backdoor.jsp?cmd=<os command>) for long term new features for OS commanding Bernardo Damele 2008-11-02 19:32:04 +00:00
  • 3d81f60962 Updated documentation Bernardo Damele 2008-11-02 19:29:50 +00:00
  • 206191d164 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 Bernardo Damele 2008-11-02 19:21:19 +00:00
  • 03b90e0a3f Be more user friendly on messages and minor code layout improvement Bernardo Damele 2008-11-02 18:23:42 +00:00
  • 09ca578ca1 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; Bernardo Damele 2008-11-02 18:17:12 +00:00
  • 91a47246f8 Minor bug fix to correctly handle --start and --stop Bernardo Damele 2008-11-02 14:39:38 +00:00
  • e2a0f7a47b Fix typo Bernardo Damele 2008-10-30 23:20:14 +00:00
  • 7ad9639ed0 Updated the database management system fingerprint checks to correctly identify MySQL 5.1.x, MySQL 6.0.x and PostgreSQL 8.3 Bernardo Damele 2008-10-29 15:32:12 +00:00
  • a19229cbd8 Updated documentation Bernardo Damele 2008-10-29 11:42:04 +00:00
  • 5e47518983 Minor layout fix Bernardo Damele 2008-10-28 00:09:03 +00:00
  • 4eef34c532 Updated documentation Bernardo Damele 2008-10-28 00:08:00 +00:00
  • 9895338630 Major bug fix following the last commit Bernardo Damele 2008-10-27 23:56:02 +00:00
  • eb6e6f4d03 Major bug fix when the request is POST to also send the GET parameters in the request if they've been provided Bernardo Damele 2008-10-27 15:42:32 +00:00
  • 5d5bfaf3db Updated changelog Bernardo Damele 2008-10-26 20:07:22 +00:00
  • 56383cfaad Updated documentation and removed svn:keyword Bernardo Damele 2008-10-26 19:12:17 +00:00
  • 342a5436f4 Minor enhancement to be able to dump entries also on MySQL < 5.0 when DB name, table name and column(s) are provided Bernardo Damele 2008-10-26 17:07:55 +00:00
  • 2fcbb57e1c Minor code restyling Bernardo Damele 2008-10-26 17:00:07 +00:00
  • 4b02ed45fa Due to last commit.. Bernardo Damele 2008-10-26 16:45:36 +00:00
  • 5216fb6e02 Major bug fix so that the users' privileges enumeration now works properly also on MySQL < 5.0 (fix a traceback) Bernardo Damele 2008-10-26 16:45:14 +00:00
  • fce61ff950 Minor if condition adjustment Bernardo Damele 2008-10-26 16:25:28 +00:00
  • 8f5fb5657d Major improvement to correctly enumerate tables, columns and dump tables entries on PostgreSQL when the database name is not 'public' or a system database and on Oracle. Minor code restyle. Bernardo Damele 2008-10-26 16:19:15 +00:00
  • e07e48efb2 Major bug fix to correctly dump tables entries Bernardo Damele 2008-10-26 16:10:28 +00:00
  • fc28372596 Added a comment Bernardo Damele 2008-10-26 16:06:43 +00:00
  • fee52bce3e Minor improvements to sqlmap msf3 auxiliary modules based on Efrain Torres' commit on msf3 trunk, http://metasploit.com/dev/trac/changeset/5787 Bernardo Damele 2008-10-25 19:43:13 +00:00
  • fcc16b2346 Updated site, documentation (dev and user) and packaging scripts for 0.6.1 Bernardo Damele 2008-10-20 13:43:18 +00:00
  • 6ddb5afef9 Adapted to latest enhancements Bernardo Damele 2008-10-20 10:13:03 +00:00
  • 38f13932bc Minor improvements to queries Bernardo Damele 2008-10-20 10:09:37 +00:00
  • fe6e29fbf6 Minor updates to the user's manual, need still to write on new enhancements Bernardo Damele 2008-10-17 15:50:36 +00:00
  • 016118ce7a Some more fixes and adjustments before 0.6.1 release. Bernardo Damele 2008-10-17 15:26:43 +00:00
  • 1f3ffc8ef7 Minor layout adjustment Bernardo Damele 2008-10-17 13:23:24 +00:00
  • 66136b48c0 Minor fixes.. should work also for Cookie now the % parsing Bernardo Damele 2008-10-17 11:51:12 +00:00
  • e2fedd3b46 Minor layout adjustment Bernardo Damele 2008-10-16 16:39:24 +00:00
  • f90a7cce28 Minor fix to urldecode %3d and any other urlencoded values in target url, posted data and cookie Bernardo Damele 2008-10-16 16:31:20 +00:00
  • 41f8acf0fd Updated documentation Bernardo Damele 2008-10-16 15:41:26 +00:00
  • e5aa557bd4 Minor fix Bernardo Damele 2008-10-16 15:39:25 +00:00
  • a5b2366033 Implemented a better way to deal with % characters in parameters' value. Minor code restyle. Bernardo Damele 2008-10-16 15:31:02 +00:00
  • d664f0387e Fixed a bug reported by Bedirhan Urgun <bedirhanurgun@gmail.com> Bernardo Damele 2008-10-16 14:01:14 +00:00
  • 962d63eff5 Improved the message to display in case of unhandled exception Bernardo Damele 2008-10-16 14:00:39 +00:00
  • 892a7b2f8a propsets.. Bernardo Damele 2008-10-15 15:56:32 +00:00
  • 8e3eb45510 After the storm, a restore.. Bernardo Damele 2008-10-15 15:38:22 +00:00