Skip to content

Commit

Permalink
content-update
Browse files Browse the repository at this point in the history
  • Loading branch information
584F525F committed Mar 23, 2024
1 parent df6469d commit 68cf001
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions docs/Password Attacks, Cracking & Decoding/Argon2 cracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ pip3 install -r requirement.txt
chmod +x crack_argon2.py
```

#### To specify custom wordlist -w opting is to be supply.
#### -w specify custom wordlist
```shell
./crack_argon2.py -c '< Argon2 Hash >' -w '< Path/To/Wordlist >'
```

#### In this command -c option is used to specify Argon2id type hash & -v for Verbose output.
#### -v for Verbose output
```shell
# Default wordlist is used
./crack_argon2.py -c '< Argon2 Hash >' -v
```

#### In this command -c option is used to specify Argon2id type hash.
#### -c option is used to specify Argon2id type hash
```shell
# Default word-list (/usr/share/wordlists/fasttrack.txt) is used if no wordlist is specified.
./crack_argon2.py -c '< Argon2 hash >'
```
```
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
> Resources
[Impacket – SecureAuth](https://www.secureauth.com/labs/open-source-tools/impacket/)
[Offensive Security Cheatsheet](https://cheatsheet.haax.fr/windows-systems/exploitation/remote_execution_techniques/)
## Resources
- [Impacket – SecureAuth](https://www.secureauth.com/labs/open-source-tools/impacket/)
- [Offensive Security Cheatsheet](https://cheatsheet.haax.fr/windows-systems/exploitation/remote_execution_techniques/)

0 comments on commit 68cf001

Please sign in to comment.