From bf715c8633e7be07a11db5600d29fc0453dbb238 Mon Sep 17 00:00:00 2001 From: Adamkadaban Date: Wed, 20 Mar 2024 15:14:18 -0400 Subject: [PATCH] indicate in docs that you can install pipx --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 94ea9f7..5e1d2f7 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Use [ntlm.pw](https://ntlm.pw) (by [@lkarlslund](https://github.com/lkarlslund/) ## Usage ``` -usage: NTLMCrack.py [-h] [-s] [-n N] [-f] file_path +usage: NTLMCrack [-h] [-s] [-n N] [-f] file_path Use ntlm.pw to automatically convert hash dumps to credentials @@ -21,6 +21,12 @@ options: Filter hashes that can't be cracked ``` +## Installation +* With pipx: +```bash +pipx install git+https://github.com/Adamkadaban/NTLMCrack +``` + ## Examples Output to one file: