Automatic SQL injection and database takeover tool http://sqlmap.org
Find a file
2012-12-06 14:15:44 +01:00
doc minor update 2012-10-29 10:10:33 +01:00
extra Update for an Issue #278 2012-12-05 10:45:17 +01:00
lib Removal of leftovers 2012-12-06 14:15:44 +01:00
plugins Doing some more style updating (capitalization of exception classes; using _ is enough for private members - __ is used in Python specific methods) 2012-12-06 14:14:19 +01:00
procs Bug fix for --os-shell on MySQL (it was not working for a long time because of this) 2012-10-29 15:45:30 +01:00
shell
tamper Removed unused imports and variables (pyflake-ing) 2012-12-06 11:15:05 +01:00
thirdparty Doing some more style updating (capitalization of exception classes; using _ is enough for private members - __ is used in Python specific methods) 2012-12-06 14:14:19 +01:00
txt
udf
xml Lowering --limit for inline query technique 2012-12-05 10:58:41 +01:00
.gitignore
_sqlmap.py Doing some more style updating (capitalization of exception classes; using _ is enough for private members - __ is used in Python specific methods) 2012-12-06 14:14:19 +01:00
CONTRIBUTING.md Create CONTRIBUTING.md 2012-12-06 02:53:03 -08:00
README.md
sqlmap.conf Update for an Issue #278 2012-12-05 10:45:17 +01:00
sqlmap.py

sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detection engine, many niche features for the ultimate penetration tester and a broad range of switches lasting from database fingerprinting, over data fetching from the database, to accessing the underlying file system and executing commands on the operating system via out-of-band connections.

Links