Merge pull request #50 from pwnwiki/Menu_Vulnerability_Analysis

Menu vulnerability analysis
This commit is contained in:
WebBreacher 2014-04-01 22:25:10 -04:00
commit 2b343bd4cd
5 changed files with 153 additions and 5 deletions

74
tools/bbqsql.md Normal file
View File

@ -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

28
tools/dbpwaudit.md Normal file
View File

@ -0,0 +1,28 @@
# DBPwAudit
Notes
-------
Help Text
-------
```
DBPwAudit v0.8 by Patrik Karlsson <patrik@cqure.net>
----------------------------------------------------
DBPwAudit -s <server> -d <db> -D <driver> -U <users> -P <passwords> [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
-------

19
tools/hexorbase.md Normal file
View File

@ -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/

28
tools/mdb-export.md Normal file
View File

@ -0,0 +1,28 @@
# mdb-export
Notes
-------
Help Text
-------
```
Usage: mdb-export [options] <file> <table>
where options are:
-H supress header row
-Q don't wrap text-like fields in quotes
-d <delimiter> specify a column delimiter
-R <delimiter> specify a row delimiter
-I <backend> INSERT statements (instead of CSV)
-D <format> set the date format (see strftime(3) for details)
-q <char> Use <char> to wrap text-like fields. Default is ".
-X <char> Use <char> to escape quoted characters within a field. Default is doubling.
-N <namespace> Prefix identifiers with namespace
```
Example Usage
-------
Links
-------

View File

@ -12,11 +12,10 @@ Cisco Tools
Database Assessment
-------------------
* [bbqsql]
* [dbpwaudit]
* [hexorbase]
* [jsql]
* [mdb-export]
* [bbqsql](../tools/bbqsql.md)
* [dbpwaudit](../tools/dbpwaudit.md)
* [hexorbase](../tools/hexorbase.md)
* [mdb-export](../tools/mdb-export.md)
* [mdb-hexdump]
* [mdb-parsecsv]
* [mdb-sql]