← 返回命令列表

Linux command

pwdump 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Dump Windows password hashes

pwdump [system] [sam]

Dump from local SAM

pwdump localhost

Output to file

pwdump [target] > [hashes.txt]

With specific user

pwdump [target] -u [administrator] -p [password]

说明

pwdump extracts Windows password hashes from the SAM database. These hashes can then be cracked offline. Used for security auditing and penetration testing. Several versions exist (pwdump7, fgdump, etc.) with varying capabilities.

FAQ

What is the pwdump command used for?

pwdump extracts Windows password hashes from the SAM database. These hashes can then be cracked offline. Used for security auditing and penetration testing. Several versions exist (pwdump7, fgdump, etc.) with varying capabilities.

How do I run a basic pwdump example?

Run `pwdump [system] [sam]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

Where can I find more pwdump examples?

This page includes 4 examples for pwdump, plus related commands for nearby Linux tasks.