From 1738748d4dfbc041ee18a6db84b1151e53cb7523 Mon Sep 17 00:00:00 2001 From: Will Pennell Date: Mon, 31 Mar 2014 20:04:57 -0400 Subject: [PATCH 1/6] Added bbqsql to Vulnerability Analysis Menu --- tools/bbqsql.md | 74 +++++++++++++++++++++++++++++++++++++++++++ vulnanalysis/index.md | 2 +- 2 files changed, 75 insertions(+), 1 deletion(-) create mode 100644 tools/bbqsql.md diff --git a/tools/bbqsql.md b/tools/bbqsql.md new file mode 100644 index 0000000..8bda242 --- /dev/null +++ b/tools/bbqsql.md @@ -0,0 +1,74 @@ +# bbqsql + +Notes +------- +https://github.com/Neohapsis/bbqsql/blob/master/README.md + + + | \ | \ / \ / \ / \ | \ + | $$$$$$$\| $$$$$$$\| $$$$$$\| $$$$$$\| $$$$$$\| $$ + | $$__/ $$| $$__/ $$| $$ | $$| $$___\$$| $$ | $$| $$ + | $$ $$| $$ $$| $$ | $$ \$$ \ | $$ | $$| $$ + | $$$$$$$\| $$$$$$$\| $$ _| $$ _\$$$$$$\| $$ _| $$| $$ + | $$__/ $$| $$__/ $$| $$/ \ $$| \__| $$| $$/ \ $$| $$_____ + | $$ $$| $$ $$ \$$ $$ $$ \$$ $$ \$$ $$ $$| $$ \ + \$$$$$$$ \$$$$$$$ \$$$$$$\ \$$$$$$ \$$$$$$\ \$$$$$$$$ + \$$$ \$$$ + + _.(-)._ + .' '. + / 'or '1'='1 \ + |'-...___...-'| + \ '=' / + `'._____.'` + / | \ + /.--'|'--.\ + []/'-.__|__.-'\[] + | + [] + + + + + + + Help + + For help, please view the Readme.MD file for usage examples + and detailed information on how the tool works + + If you are still running into issues, have ideas for improvements, + or just feature requests you can submit here: + https://github.com/Neohapsis/bbqsql/issues + + Credits + + Special thanks to David Kennedy, Kenneth Reitz, Neohapsis, Wikipedia, and + everyone who has helped file bug fixes. Oh, and ribs. Mmmm ribs! + + + + +Help Text +------- +``` +usage: bbqsql [-h] [-V] [-c config [config ...]] + +optional arguments: + -h, --help show this help message and exit + -V, --version show program's version number and exit + -c config [config ...] + import config file +``` + +Example Usage +------- + +Links +------- + + + About + + BBQSQL version 1.0 + https://github.com/Neohapsis/bbqsql diff --git a/vulnanalysis/index.md b/vulnanalysis/index.md index 9d1141b..2d63d4f 100644 --- a/vulnanalysis/index.md +++ b/vulnanalysis/index.md @@ -12,7 +12,7 @@ Cisco Tools Database Assessment ------------------- - * [bbqsql] + * [bbqsql](../tools/bbqsql.md) * [dbpwaudit] * [hexorbase] * [jsql] From fcc6d4bf9d8ed8acae6ceabcd50aee9b576d8a22 Mon Sep 17 00:00:00 2001 From: Will Pennell Date: Mon, 31 Mar 2014 20:28:42 -0400 Subject: [PATCH 2/6] Added dbpwaudit to Vulnerability Analysis Menu --- tools/dbpwaudit.md | 28 ++++++++++++++++++++++++++++ vulnanalysis/index.md | 2 +- 2 files changed, 29 insertions(+), 1 deletion(-) create mode 100644 tools/dbpwaudit.md diff --git a/tools/dbpwaudit.md b/tools/dbpwaudit.md new file mode 100644 index 0000000..da611bc --- /dev/null +++ b/tools/dbpwaudit.md @@ -0,0 +1,28 @@ +# DBPwAudit + +Notes +------- + +Help Text +------- +``` +DBPwAudit v0.8 by Patrik Karlsson +---------------------------------------------------- +DBPwAudit -s -d -D -U -P [options] + + -s - Server name or address. + -p - Port of database server/instance. + -d - Database/Instance name to audit. + -D - The alias of the driver to use (-L for aliases) + -U - File containing usernames to guess. + -P - File containing passwords to guess. + -L - List driver aliases. + +``` + +Example Usage +------- + +Links +------- + diff --git a/vulnanalysis/index.md b/vulnanalysis/index.md index 2d63d4f..86f7b53 100644 --- a/vulnanalysis/index.md +++ b/vulnanalysis/index.md @@ -13,7 +13,7 @@ Database Assessment ------------------- * [bbqsql](../tools/bbqsql.md) - * [dbpwaudit] + * [dbpwaudit](../tools/dbpwaudit.md) * [hexorbase] * [jsql] * [mdb-export] From 685987f8dd133b6783efce9ce9a82b5a4487f97d Mon Sep 17 00:00:00 2001 From: Will Pennell Date: Mon, 31 Mar 2014 21:01:01 -0400 Subject: [PATCH 3/6] Added hexorbase --- tools/hexorbase.md | 19 +++++++++++++++++++ vulnanalysis/index.md | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 tools/hexorbase.md diff --git a/tools/hexorbase.md b/tools/hexorbase.md new file mode 100644 index 0000000..ecdfbfb --- /dev/null +++ b/tools/hexorbase.md @@ -0,0 +1,19 @@ +# hexorbase + +Notes +------- +HexorBase is a database application designed for administering and auditing multiple database servers simultaneously from a centralized location, it is capable of performing SQL queries and bruteforce attacks against common database servers (MySQL, SQLite, Microsoft SQL Server, Oracle, PostgreSQL ).HexorBase allows packet routing through proxies or even metasploit pivoting antics to communicate with remotely inaccessible servers which are hidden within local subnets. + +Help Text +------- +``` +no help text +``` + +Example Usage +------- + +Links +------- +[Youtube](https://www.youtube.com/watch?v=vFt161LMA80) +https://code.google.com/p/hexorbase/ diff --git a/vulnanalysis/index.md b/vulnanalysis/index.md index 86f7b53..4b7b49c 100644 --- a/vulnanalysis/index.md +++ b/vulnanalysis/index.md @@ -14,7 +14,7 @@ Database Assessment * [bbqsql](../tools/bbqsql.md) * [dbpwaudit](../tools/dbpwaudit.md) - * [hexorbase] + * [hexorbase](../tools/hexorbase.md) * [jsql] * [mdb-export] * [mdb-hexdump] From 0fb60d116cf0a1d2068c648bc04d7e91a93f5850 Mon Sep 17 00:00:00 2001 From: Will Pennell Date: Mon, 31 Mar 2014 21:04:11 -0400 Subject: [PATCH 4/6] Updated formatting --- tools/hexorbase.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/hexorbase.md b/tools/hexorbase.md index ecdfbfb..03579c0 100644 --- a/tools/hexorbase.md +++ b/tools/hexorbase.md @@ -15,5 +15,5 @@ Example Usage Links ------- -[Youtube](https://www.youtube.com/watch?v=vFt161LMA80) -https://code.google.com/p/hexorbase/ + * [Youtube](https://www.youtube.com/watch?v=vFt161LMA80) + * https://code.google.com/p/hexorbase/ From 52528d0ab5a9b3bd6ce7933121b86d2fc5b62210 Mon Sep 17 00:00:00 2001 From: Will Pennell Date: Tue, 1 Apr 2014 18:50:03 -0400 Subject: [PATCH 5/6] Added mdb-export --- tools/mdb-export.md | 28 ++++++++++++++++++++++++++++ vulnanalysis/index.md | 3 +-- 2 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 tools/mdb-export.md diff --git a/tools/mdb-export.md b/tools/mdb-export.md new file mode 100644 index 0000000..c409302 --- /dev/null +++ b/tools/mdb-export.md @@ -0,0 +1,28 @@ +# mdb-export + +Notes +------- + +Help Text +------- +``` +Usage: mdb-export [options] +where options are: + -H supress header row + -Q don't wrap text-like fields in quotes + -d specify a column delimiter + -R specify a row delimiter + -I INSERT statements (instead of CSV) + -D set the date format (see strftime(3) for details) + -q Use to wrap text-like fields. Default is ". + -X Use to escape quoted characters within a field. Default is doubling. + -N Prefix identifiers with namespace + +``` + +Example Usage +------- + +Links +------- + diff --git a/vulnanalysis/index.md b/vulnanalysis/index.md index 4b7b49c..1640670 100644 --- a/vulnanalysis/index.md +++ b/vulnanalysis/index.md @@ -15,8 +15,7 @@ Database Assessment * [bbqsql](../tools/bbqsql.md) * [dbpwaudit](../tools/dbpwaudit.md) * [hexorbase](../tools/hexorbase.md) - * [jsql] - * [mdb-export] + * [mdb-export](../tools/mdb-export.md) * [mdb-hexdump] * [mdb-parsecsv] * [mdb-sql] From cad9134e6c29d3d6da3fccb06f0cb3c75f8338f0 Mon Sep 17 00:00:00 2001 From: WebBreacher Date: Tue, 1 Apr 2014 22:24:47 -0400 Subject: [PATCH 6/6] Added fixed width font --- tools/bbqsql.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/bbqsql.md b/tools/bbqsql.md index 8bda242..616e42c 100644 --- a/tools/bbqsql.md +++ b/tools/bbqsql.md @@ -3,7 +3,7 @@ Notes ------- https://github.com/Neohapsis/bbqsql/blob/master/README.md - +``` | \ | \ / \ / \ / \ | \ | $$$$$$$\| $$$$$$$\| $$$$$$\| $$$$$$\| $$$$$$\| $$ @@ -27,7 +27,7 @@ https://github.com/Neohapsis/bbqsql/blob/master/README.md | [] - +```