a simple toolkit helping you solve ARGs
| tools | description |
|---|---|
| backwards | simply reverse a text |
| caesar_cipher | brute force caesar cipher |
| only upper | return every upper case letter from a text (might be usefull for steganography) |
| substitution_cipher | convert every letter into a number and the other way around |
| vigenere | decrypt and encrypt with the vigenere cipher |
| webdev_comments | find every comment in a directory (usefull for finding hidden intel in websites) |
| xor_cipher | brute force xor cipher |