From b4503ff9d31e29143e9d03f4fc1c6dba3441c074 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Wed, 2 Oct 2024 11:51:05 +0200 Subject: [PATCH] chntpw: switch http to https and remove redundant mnemonics (#13917) --- pages/linux/chntpw.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}}`