6
I Use This!
High Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 16, 2025 — Feb 16, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
update More... almost 16 years ago
update More... almost 16 years ago
Added support to connect directly also to Oracle - see #158 More... almost 16 years ago
Major enhancement to directly connect to the dbms without passing via a sql injection: adapted code accordingly - see #158. This feature relies on python third-party libraries to be able to connect to the database. For the moment it has been implemented for MySQL (with python-mysqldb module) and PostgreSQL (with python-psycopg2 module). Minor layout adjustments. More... almost 16 years ago
update More... almost 16 years ago
minor update More... almost 16 years ago
Minor bug fix for --roles More... almost 16 years ago
added copyright notice and keywords More... almost 16 years ago
new module for Feature #61 More... almost 16 years ago
added two new functions: isBase64EncodedString and isHexEncodedString for Feature #71 More... almost 16 years ago
added socket timeout exception handling regarding that timeout message from Fahad Al Shunaiber More... almost 16 years ago
Minor layout adjustment More... almost 16 years ago
Added support for --roles (for Oracle ROLE_PRIVS). Enhanced Oracle --privileges to fall-back to USER_SYS_PRIVS if DBA_SYS_PRIVS is not accessible (so session user is not DBA) - Fixes ticket #180. Minor enhancement to Firebird to determine if a DB user is a DBA. Minor code refactoring. More... almost 16 years ago
Minor layout adjustment for --threads and --eta output More... almost 16 years ago
Ahead with code refactoring, related to r1502. Fixed svn:keywords propset to all .py files. More... almost 16 years ago
Updated THANKS More... almost 16 years ago
Fixes #180 - properly url encode sqlmap payload in POST/Cookie too, like for GET More... almost 16 years ago
Major code refactoring: moved and split plugins (mysql, pgsql, mssql, oracle) more granularly and organized. Todo for firebird, sqlite, access. More... almost 16 years ago
Minor bug fix and layout adjustment regarding --threading and standard output More... almost 16 years ago
Updated More... almost 16 years ago
fixes #181 - proper save/resume information about single entry UNION SQL injection More... almost 16 years ago
Code cleanup More... almost 16 years ago
Minor bug fix More... almost 16 years ago
Initial support for SQLite (90% approx). Initial support for Firebird (30% approx). Initial support for Access (10% approx). Shared libraries code/installation scripts ported to 64bit, directory structure adapted. Minor code adjustments. More... almost 16 years ago
added basic skeleton for FAQ doc More... almost 16 years ago
Fixes #172 - also cookies are parsed from burp/webscarab logs (-l) and request file (-r) now More... almost 16 years ago
Fixes #178 and #179 - proper handling of custom redirects More... almost 16 years ago
Revert last commit More... almost 16 years ago
Fix for Issue #177 More... almost 16 years ago
Fixes #177 - Don't exit at exception if in "multiple targets" mode (-l or -g) More... almost 16 years ago