Metasploit ausgabe

Aus Xinux Wiki
Zur Navigation springen Zur Suche springen

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