diff options
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. |