kali弱点分析工具之BBQSQL

来源:互联网 发布:长得漂亮一直单身知乎 编辑:程序博客网 时间:2024/05/22 16:41

Blind SQL injection can be a pain to exploit. When the available tools work they work well, but when they don’t you have to write something custom. This is time-consuming and tedious. BBQSQL can help you address those issues.

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.

Similar to other SQL injection tools you provide certain request information.

一款半自动化的SQL 注入工具,归属于WEB攻击工具库数据库攻击工具SQL注入

root@kali:~# bbqsql
_ _ _ _ _ _
| \ | \ / \ / \ / \ | \
|

$
|
|
|
||__/|__/|||___\$|
|
|
|
|
|
|
$$ |
|
|

|
$
|$
|
|
|
|
/
|
/
|
/ \
|_|
|
/ 
|
_____ 
   |
|
$$
$$
$| $
$
$
\ $
$
\ $
$$
$$$

               _.(-)._            .'         '.           / 'or '1'='1  \           |'-...___...-'|            \    '='    /             `'._____.'`               /   |   \             /.--'|'--.\          []/'-.__|__.-'\[]                  |                 [] BBQSQL injection toolkit (bbqsql)         Lead Development: Ben Toews(mastahyeti)         Development: Scott Behrens(arbit)         Menu modified from code for Social Engineering Toolkit (SET) by: David Kennedy (ReL1K)    SET is located at: http://www.secmaniac.com(SET)    Version: 1.0               The 5 S's of BBQ: Sauce, Spice, Smoke, Sizzle, and SQLi

Select from the menu:

1) Setup HTTP Parameters
2) Setup BBQSQL Options
3) Export Config
4) Import Config
5) Run Exploit
6) Help, Credits, and About

99) Exit the bbqsql injection toolkit

bbqsql>

0 0
原创粉丝点击