Metasploit ausgabe: Unterschied zwischen den Versionen

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen
 
Zeile 5: Zeile 5:
 
;You can export a PWDump file to perform offline password cracking with a tool like John the Ripper.
 
;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
 
*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

Weitere