1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: bbqsql
Section: net
Priority: optional
Maintainer: Debian Security Tools Packaging Team <pkg-security-team@lists.alioth.debian.org>
Uploaders: Marcos Fouces <mfouces@yahoo.es>
Build-Depends: debhelper (>= 10), python, python-setuptools, dh-python, python-gevent, python-requests
Standards-Version: 3.9.8
Homepage: https://github.com/Neohapsis/bbqsql
Vcs-Git: https://anonscm.debian.org/git/pkg-security/bbqsql.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-security/bbqsql.git
Package: bbqsql
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-gevent, python-requests
Description: SQL Injection Exploitation Tool
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.
|