Skip to content

Commit

Permalink
indicate in docs that you can install pipx
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamkadaban committed Mar 20, 2024
1 parent b39090f commit bf715c8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit bf715c8

Please sign in to comment.