From 685987f8dd133b6783efce9ce9a82b5a4487f97d Mon Sep 17 00:00:00 2001 From: Will Pennell Date: Mon, 31 Mar 2014 21:01:01 -0400 Subject: [PATCH] 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]