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 signatures adjustments More... about 16 years ago
Minor adjustment, still to work on the cookie urlencoding/decoding More... about 16 years ago
Initial support for partial UNION query sql injection More... about 16 years ago
Show also SVN revision in error message when a traceback raises. Fix typo. More... about 16 years ago
Reverted last commit, cleaner this way More... about 16 years ago
Minor workaround because of latest bug fix More... about 16 years ago
Minor bug fix More... about 16 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... about 16 years ago
Increased default output level from 0 to 1 More... about 16 years ago
Comment and layout adjustments More... about 16 years ago
Updated MySQL versions More... about 16 years ago
Minor adjustment to command line usage message More... about 16 years ago
Completed support to get the list of targets from WebScarab/Burp proxies log file and updated the documentation More... about 16 years ago
Minor adjustments to signatures More... about 16 years ago
Minor bug fix to correctly enumerate columns on Microsoft SQL Server. Minor adjustments to XML signatures. Updated documentation. More... about 16 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... about 16 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... about 16 years ago
Minor adjustment to ETA feature More... about 16 years ago
Added new HTTP response headers on which fingerprint web app technology and web server OS. Updated documentation. More... about 16 years ago
Minor adjustments to the operating system fingerprint. More... about 16 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... about 16 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... about 16 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... about 16 years ago
Minor code adjustments More... about 16 years ago
Minor layout adjustments, minor fixes and updated changelog More... about 16 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... about 16 years ago
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. More... about 16 years ago
Minor layout adjustment More... about 16 years ago
Minor fixes More... about 16 years ago
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. More... about 16 years ago