Skip to content

Crypto tools #9

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,20 @@ Check [solve section for steganography](#steganography-1).
- [yagu](https://sourceforge.net/projects/yafu/) - Automated integer factorization.
- [Crackstation](https://crackstation.net/) - Hash cracker (database).
- [Online Encyclopedia of Integer Sequences](https://oeis.org/) - OEIS: The On-Line Encyclopedia of Integer Sequences
- [Crib Drag](https://toolbox.lotusfa.com/crib_drag/) - OTP Crack
- [CHA:PAR:LIN:WOR](https://github.com/alex-bellon/ctf-challenges/tree/master/2021-spring/foreverctf/crypto-book-cipher) - Book Ciphers
- [Bacon Cipher](https://www.dcode.fr/bacon-cipher) - Lets burn the bacon
- [DH Key](https://cryptohack.org/challenges/diffie-hellman/) - Diffie-Hellman key exchange
- [Morse Code](https://morsecode.world/international/translator.html) - Generate Morse Code
- [Brain Fuck](https://www.dcode.fr/brainfuck-language) - Brain Fuck programming language
- [Dual Tone](http://dialabc.com/sound/detect/) - Dual Tone Decoder: find DTMF tones within audio clips
- [Substituition](https://www.dcode.fr/substitution-cipher) - Substituition Cipher
- [Hashcat](https://hashcat.net/hashcat/) – Password Cracker
- [John The Jumbo](https://github.com/magnumripper/JohnTheRipper) – Community enhanced version of John the Ripper
- [John The Ripper](http://www.openwall.com/john/) – Password Cracker
- [Nozzlr](https://github.com/intrd/nozzlr) – Nozzlr is a bruteforce framework, trully modular and script-friendly.
- [Ophcrack](http://ophcrack.sourceforge.net/) – Windows password cracker based on rainbow tables.
- [Patator](https://github.com/lanjelot/patator) – Patator is a multi-purpose brute-forcer, with a modular design.

## Exploiting / Pwn

Expand Down