From 5240ef058ca9e373ce021d545549e33cfbea4331 Mon Sep 17 00:00:00 2001 From: Omar Santos Date: Thu, 30 Sep 2021 14:40:17 -0400 Subject: [PATCH] adding popular SQL injection tools --- web_application_testing/sql-injection-tools.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/web_application_testing/sql-injection-tools.md b/web_application_testing/sql-injection-tools.md index bc8de41..67220f9 100644 --- a/web_application_testing/sql-injection-tools.md +++ b/web_application_testing/sql-injection-tools.md @@ -1 +1,9 @@ # Popular SQL Injection Tools +- [SQLmap](https://github.com/sqlmapproject/sqlmap) +- [jSQL Injection](https://github.com/ron190/jsql-injection) +- [BBQSQL](https://github.com/CiscoCXSecurity/bbqsql) +- [NoSQLMap](https://github.com/codingo/NoSQLMap) +- [DSSS](https://github.com/stamparm/DSSS) +- [explo](https://github.com/telekom-security/explo) +- [Blind SQL Injection via Bitshifting](https://github.com/awnumar/blind-sql-bitshifting) +- [Blisqy](https://github.com/JohnTroony/Blisqy) \ No newline at end of file