6
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jul 11, 2025 — Jul 11, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Minor improvement to be able to provide CU as user value (-U) when enumerating users privileges or users passwords. More... over 17 years ago
sqlmap 0.6.3-rc4: Minor enhancement to be able to specify the number of seconds before timeout the connection, default is set to 10 seconds. Minor improvement to retry the HTTP request up to three times in case an exception is raised during the connection to the target url. Minor bug fix to correctly catch connection exceptions and notify to the user also if they occur within a thread. Minor code restyling. Updated documentation. More... over 17 years ago
Removed REVISION, makes no sense. Import and use python psyco library to speed up if it's installed: it's optional. More... over 17 years ago
Minor code refactoring More... over 17 years ago
Minor signatures adjustments More... over 17 years ago
Minor adjustment, still to work on the cookie urlencoding/decoding More... over 17 years ago
Initial support for partial UNION query sql injection More... over 17 years ago
Show also SVN revision in error message when a traceback raises. Fix typo. More... over 17 years ago
Reverted last commit, cleaner this way More... over 17 years ago
Minor workaround because of latest bug fix More... over 17 years ago
Minor bug fix More... over 17 years ago
Minor improvement when testing for UNION query SQL injection to check only without comment and with DBMS specific comment (not anymore "random" unspecific comment characters) More... over 17 years ago
Increased default output level from 0 to 1 More... over 17 years ago
Comment and layout adjustments More... over 17 years ago
Updated MySQL versions More... over 17 years ago
Minor adjustment to command line usage message More... over 17 years ago
Completed support to get the list of targets from WebScarab/Burp proxies log file and updated the documentation More... over 17 years ago
Minor adjustments to signatures More... over 17 years ago
Minor bug fix to correctly enumerate columns on Microsoft SQL Server. Minor adjustments to XML signatures. Updated documentation. More... over 17 years ago
Updated work on multiple targets support (works for WebScarab conversations/ folder, still to work out for Burp log file). Major bug fix in the controller library. More... over 17 years ago
Adapted the code to support a list of targets from a text file (Burp log file) or from a directory (WebScarab conversations folder) with command line option -l. More... over 17 years ago
Minor adjustment to ETA feature More... over 17 years ago
Added new HTTP response headers on which fingerprint web app technology and web server OS. Updated documentation. More... over 17 years ago
Minor adjustments to the operating system fingerprint. More... over 17 years ago
Minor enhancement to fingerprint the web server operating system and the web application technology by parsing also HTTP response Server header. Refactor libraries and plugins that parses XML to fingerprint and show on standard output the information. Updated changelog. More... over 17 years ago
Major enhancement to the engine to parse XML files and matches on DBMS banner and HTTP response headers. Initial web application technology fingerprint (for the moment based only on X-Powered-By HTTP response header and not shown yet to the user). Minor layout adjustments. More... over 17 years ago
Minor enhancement to show the DBMS operating system (if fingerprinted) also when only -b option is provided since it's an information that sqlmap get parsing the DBMS banner. Got rid completely of useless passive fuzzing. More... over 17 years ago
Minor code adjustments More... over 17 years ago
Minor layout adjustments, minor fixes and updated changelog More... over 17 years ago
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. More... over 17 years ago