From 442fabb2f3ca22cdca63b9440e141f353fc63c0e Mon Sep 17 00:00:00 2001 From: AdaniKamal Date: Wed, 7 Aug 2024 15:22:36 +0800 Subject: [PATCH 1/3] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index e8238ec..6cf8133 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,11 @@ 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 ## Exploiting / Pwn From 9a99a9f977401727afb104fc1030f917c996fb17 Mon Sep 17 00:00:00 2001 From: AdaniKamal Date: Wed, 7 Aug 2024 15:24:06 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6cf8133..870d177 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,7 @@ Check [solve section for steganography](#steganography-1). - [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 ## Exploiting / Pwn From 8366207870b35a8ce87fc7c7224000b073343a30 Mon Sep 17 00:00:00 2001 From: AdaniKamal Date: Wed, 7 Aug 2024 16:17:17 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 870d177..98c05b3 100644 --- a/README.md +++ b/README.md @@ -116,6 +116,14 @@ Check [solve section for steganography](#steganography-1). - [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