GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
winpr-hash(1) FreeRDP winpr-hash(1)

winpr-hash - NTLM hashing tool

winpr-hash -u username -p password [-d domain] [-f { default | sam }] [-v { 1 | 2 }]

winpr-hash is 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.

-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 NTLM hash. The second output format available is sam which outputs the created 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 case version 2 is used a domain needs to be specified.

winpr-hash -u user -p password -d domain -f sam -v 2

Create a version 2 NTLM hash for user with domain and password and output it in sam format.

0
Successful program execution.
1
Missing or invalid arguments.

FreeRDP <team@freerdp.com>
2017-01-11 2.7.0

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.