Update JtR_cheatsheet.md

main
$./Netrunner_& 11 months ago committed by GitHub
parent 2e9bcae4c3
commit e0b2fd604e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,10 +1,9 @@
```markdown
# John the Ripper Cheatsheet # John the Ripper Cheatsheet
John the Ripper, often called "John," is an open-source and highly flexible password-cracking tool. It supports multiple algorithms and is available on both Windows and Linux. John the Ripper, often called "John," is an open-source and highly flexible password-cracking tool. It supports multiple algorithms and is available on both Windows and Linux.
## Table of Contents ## Table of Contents
- [Dictionary Attacks](#dictionary-attacks) - [Dictionary Attacks](#dictionary-attacks)
- [Brute Force Attacks](#brute-force-attacks) - [Brute Force Attacks](#brute-force-attacks)
- [Tips & Additional Commands](#tips--additional-commands) - [Tips & Additional Commands](#tips--additional-commands)
@ -90,8 +89,3 @@ john --incremental=Custom --mask='?a?a?a?a?a' hashes.txt
- **Manual Page**: Check `man john` for a complete list of options. - **Manual Page**: Check `man john` for a complete list of options.
--- ---
Feel free to reach out for any additions or modifications.
```
You can save this content into a `.md` file, such as `john-the-ripper-cheatsheet.md`, and then upload it to GitHub. The Markdown will format the text and make it look organized and easily readable.

Loading…
Cancel
Save