|
|
|
@ -1,6 +1,3 @@
|
|
|
|
|
Thank you for providing the Hashcat cheatsheet in Markdown format! I have formatted it slightly for readability:
|
|
|
|
|
|
|
|
|
|
```markdown
|
|
|
|
|
# 🔓 Hashcat Cheatsheet 🔑
|
|
|
|
|
|
|
|
|
|
Hashcat is a powerful password cracking tool. Here are some useful commands and examples:
|
|
|
|
@ -107,5 +104,3 @@ hashcat -m 22000 hash.hc22000 --increment --increment-min 8 --increment-max 12 ?
|
|
|
|
|
- `?d?d?d?d?d?d?d?d?d`: 8-12 digit incremental mask.
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
The Markdown formatting looks great! Let me know if you need any other changes.
|
|
|
|
|