From fcc6d4bf9d8ed8acae6ceabcd50aee9b576d8a22 Mon Sep 17 00:00:00 2001 From: Will Pennell Date: Mon, 31 Mar 2014 20:28:42 -0400 Subject: [PATCH] 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]