Automatic SQL injection and database takeover tool http://sqlmap.org
Find a file
2012-12-12 14:03:03 +01:00
doc
extra Implementation for an Issue #292 2012-12-11 12:02:06 +01:00
lib Minor update for an Issue #287 2012-12-12 14:03:03 +01:00
plugins Fix for an Issue #294 2012-12-11 12:14:33 +01:00
procs
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 Minor update for an Issue #287 2012-12-12 14:03:03 +01:00
CONTRIBUTING.md Create CONTRIBUTING.md 2012-12-06 02:53:03 -08:00
README.md
sqlmap.conf Implementation for an Issue #293 2012-12-11 12:48:58 +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