No description
Find a file
2012-12-10 13:07:36 +01:00
doc
extra Update for an Issue #278 2012-12-05 10:45:17 +01:00
lib Another minor update for an Issue #267 2012-12-10 13:07:36 +01:00
plugins Minor fix 2012-12-07 10:57:57 +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 Support for a HTTP parameter pollution (Issue #267) 2012-12-10 11:55:31 +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