MAN page from openSUSE Leap 15 freerdp-server-2.0.0~rc4-lp150.107.1.x86_64.rpm
winpr-hash
Section: FreeRDP (1)
Updated: 2017-01-11
Index NAME
winpr-hash - NTLM hashing tool
SYNOPSIS
winpr-hash-u username
-p password[
-d domain][
-f {
default | sam }][
-v {
1 | 2 }]
DESCRIPTION
winpr-hashis a small utility that can be used to create a NTLM hash from a username and password pair. The created hash can be outputed as plain hash or in SAM format.
OPTIONS
- -u username
- The username to use.
- -p password
- Password to use.
- -d domain
- A optional parameter to specify the domain of the user.
- -f format
- Specify the output format. The default outputs only the plain NTLMhash. The second output format available is sam which outputs thecreated hash in a format that it can be used in SAM file:
user:domain::hash:::
- -v version
- Version allows it to specify the NTLM version to use. The default is to use version 1. In caseversion 2 is used a domain needs to be specified.
EXAMPLES
winpr-hash -u
user -p
password -d
domain -f
sam -v
2Create a version 2 NTLM hash for user with domain and password and output it in sam format.
EXIT STATUS
- 0
- Successful program execution.
- 1
- Missing or invalid arguments.
AUTHOR
FreeRDP <teamAATTfreerdp.com>
Index
- NAME
- SYNOPSIS
- DESCRIPTION
- OPTIONS
- EXAMPLES
- EXIT STATUS
- AUTHOR
This document was created byman2html,using the manual pages.