-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
chntpw: add page #7248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chntpw: add page #7248
Conversation
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ciph3rz, thanks for the new page. Just a couple of comments below.
Also, I think it's ok to not have the square brackets as -l
meaning List is pretty self explanatory (probably the same with the other bits). But feel free to leave them if you prefer that. 👍🏻
pages/linux/chntpw.md
Outdated
@@ -0,0 +1,17 @@ | |||
# chntpw | |||
|
|||
> Chntpw is utility that can edit windows registry, reset user password, promote users to administrator by modifying the Windows SAM. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
> Chntpw is utility that can edit windows registry, reset user password, promote users to administrator by modifying the Windows SAM. | |
> A utility that can edit windows registry, reset user password, promote users to administrator by modifying the Windows SAM. |
pages/linux/chntpw.md
Outdated
|
||
> Chntpw is utility that can edit windows registry, reset user password, promote users to administrator by modifying the Windows SAM. | ||
> Supports all Windows from NT3.5 to Win8.1, also 64 bit and also the Server versions (like 2003, 2008, 2012). | ||
> Boot target machine with live cd like Kali Linux and run elevated privileges. More information: <http://pogostick.net/~pnh/ntpasswd>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The More information
link should be on it's own line. As we currently only allow a maximum of 2 description lines and a 3rd for the link, it's probably ok to remove this 3rd line of information.
> Boot target machine with live cd like Kali Linux and run elevated privileges. More information: <http://pogostick.net/~pnh/ntpasswd>. | |
> More information: <http://pogostick.net/~pnh/ntpasswd>. |
pages/linux/chntpw.md
Outdated
|
||
- Edit [u]ser interactively: | ||
|
||
`chntpw -u {{user_name}} {{path/to/sam_file}}` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
`chntpw -u {{user_name}} {{path/to/sam_file}}` | |
`chntpw -u {{username}} {{path/to/sam_file}}` |
1 word! :)
common/
,linux/
, etc.)Version of the command being documented (if known):
#6863