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“) |
|||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| 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 | ||
| + | =Weitere= | ||
| + | *https://docs.rapid7.com/metasploit/exporting-and-importing-data/#Exporting-Data-from-a-Workspace | ||
Aktuelle Version vom 7. Oktober 2022, 06:24 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