Skip to content

The NTLM Hash Generator Tool is a simple command-line Python utility that allows you to generate NTLM hashes from a password input. NTLM hashes are widely used in Windows authentication systems for storing and verifying passwords securely. This tool is designed to help penetration testers, security professionals, and developers .

Notifications You must be signed in to change notification settings

cyb4x/pass2ntlm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

pass2ntlm

pass2ntlm is a simple command-line Python utility that allows you to generate NTLM hashes from a password input. NTLM hashes are widely used in Windows authentication systems for storing and verifying passwords securely. This tool is designed to help penetration testers, security professionals, and developers .

Installation

Prerequisites

  • Python 3.x is required.
  1. Clone this repository:

    git clone https://github.com/cyb4x/pass2ntlm.git
    cd pass2ntlm
    

Usage

python3 pass2ntlm.py <password>

About

The NTLM Hash Generator Tool is a simple command-line Python utility that allows you to generate NTLM hashes from a password input. NTLM hashes are widely used in Windows authentication systems for storing and verifying passwords securely. This tool is designed to help penetration testers, security professionals, and developers .

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages