summaryrefslogtreecommitdiffstats
path: root/system/bbqsql/README
diff options
context:
space:
mode:
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
commit787e62687077cfdf805c2cb721c37f68672bc2ac (patch)
tree8ef169650774ac13f30b7397143a892193b989a3 /system/bbqsql/README
parent1d2ffe3ab6e927ad3814eb2689a0c3104b547966 (diff)
downloadslackbuilds-787e62687077cfdf805c2cb721c37f68672bc2ac.tar.gz
slackbuilds-787e62687077cfdf805c2cb721c37f68672bc2ac.tar.xz
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/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/system/bbqsql/README b/system/bbqsql/README
new file mode 100644
index 0000000000..23a751cbdc
--- /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.