diff options
author | wigums <pioneer22675@gmail.com> | 2018-04-03 00:40:47 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-04-07 08:13:10 +0700 |
commit | 787e62687077cfdf805c2cb721c37f68672bc2ac (patch) | |
tree | 8ef169650774ac13f30b7397143a892193b989a3 /system/bbqsql/README | |
parent | 1d2ffe3ab6e927ad3814eb2689a0c3104b547966 (diff) |
system/bbqsql: Added (A Blind SQL Injection Exploitation Tool).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/bbqsql/README')
-rw-r--r-- | system/bbqsql/README | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/system/bbqsql/README b/system/bbqsql/README new file mode 100644 index 0000000000000..23a751cbdc3d3 --- /dev/null +++ b/system/bbqsql/README @@ -0,0 +1,7 @@ +BBQSQL is a blind SQL injection framework written in Python. It is +extremely useful when attacking tricky SQL injection vulnerabilities. +BBQSQL is also a semi-automatic tool, allowing quite a bit of +customization for those hard to trigger SQL injection findings. The +tool is built to be database agnostic and is extremely versatile. It +also has an intuitive UI to make setting up attacks much easier. Python +gevent is also implemented, making BBQSQL extremely fast. |