chntpw: switch http to https and remove redundant mnemonics (#13917)

This commit is contained in:
Sebastiaan Speck
2024-10-02 11:51:05 +02:00
committed by GitHub
parent ab7f00de76
commit b4503ff9d3

View File

@@ -2,16 +2,16 @@
> A utility that can edit windows registry, reset user password, promote users to administrator by modifying the Windows SAM.
> Boot target machine with live cd like Kali Linux and run with elevated privileges.
> More information: <http://pogostick.net/~pnh/ntpasswd>.
> More information: <https://pogostick.net/~pnh/ntpasswd>.
- List all users in the SAM file:
`chntpw -l {{path/to/sam_file}}`
- Edit [u]ser interactively:
- Edit user interactively:
`chntpw -u {{username}} {{path/to/sam_file}}`
- Use chntpw [i]nteractively:
- Use chntpw interactively:
`chntpw -i {{path/to/sam_file}}`