An open API service indexing awesome lists of open source software.

https://github.com/christopher-besch/arg_toolset

Toolkit aiding in solving alternate reality games.
https://github.com/christopher-besch/arg_toolset

arg python3 tools toolset

Last synced: 3 months ago
JSON representation

Toolkit aiding in solving alternate reality games.

Awesome Lists containing this project

README

          

# 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 |