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.
- Host: GitHub
- URL: https://github.com/christopher-besch/arg_toolset
- Owner: christopher-besch
- License: mit
- Created: 2020-04-02T18:04:28.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T15:14:40.000Z (over 4 years ago)
- Last Synced: 2025-05-19T22:41:13.858Z (8 months ago)
- Topics: arg, python3, tools, toolset
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |