Metasploit ausgabe: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
(Die Seite wurde neu angelegt: „=Exporting a Workspace= *db_export -f xml -a /path/to/export-name.xml“) |
|||
| Zeile 1: | Zeile 1: | ||
=Exporting a Workspace= | =Exporting a Workspace= | ||
*db_export -f xml -a /path/to/export-name.xml | *db_export -f xml -a /path/to/export-name.xml | ||
| + | =Exporting a PWDump= | ||
| + | ;A PWDump is a text file that contains all of the credentials for a project, including plaintext passwords, SMB hashes, and SSH keys. | ||
| + | ;You can export a PWDump file to perform offline password cracking with a tool like John the Ripper. | ||
| + | *db_export -f pwdump -a /home/john/Documents/project-dump.txt | ||
Version vom 7. Oktober 2022, 06:23 Uhr
Exporting a Workspace
- db_export -f xml -a /path/to/export-name.xml
Exporting a PWDump
- A PWDump is a text file that contains all of the credentials for a project, including plaintext passwords, SMB hashes, and SSH keys.
- You can export a PWDump file to perform offline password cracking with a tool like John the Ripper.
- db_export -f pwdump -a /home/john/Documents/project-dump.txt