Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 1.02 KB

README.md

File metadata and controls

14 lines (12 loc) · 1.02 KB

arg_toolset

a simple toolkit helping you solve ARGs

Tools

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