diff --git a/pages/linux/chntpw.md b/pages/linux/chntpw.md index 6a98b02225..818d782273 100644 --- a/pages/linux/chntpw.md +++ b/pages/linux/chntpw.md @@ -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: . +> More information: . - 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}}`