mirror of
https://github.com/mubix/kaliwiki.git
synced 2025-10-29 16:59:26 +00:00
Added dbpwaudit to Vulnerability Analysis Menu
This commit is contained in:
parent
1738748d4d
commit
fcc6d4bf9d
28
tools/dbpwaudit.md
Normal file
28
tools/dbpwaudit.md
Normal 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
|
||||
-------
|
||||
|
||||
@ -13,7 +13,7 @@ Database Assessment
|
||||
-------------------
|
||||
|
||||
* [bbqsql](../tools/bbqsql.md)
|
||||
* [dbpwaudit]
|
||||
* [dbpwaudit](../tools/dbpwaudit.md)
|
||||
* [hexorbase]
|
||||
* [jsql]
|
||||
* [mdb-export]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user