Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shmoopi/dnbhl
DNBHL (Do Not Believe His Lies) Automated Code Testing
https://github.com/shmoopi/dnbhl
Last synced: 6 days ago
JSON representation
DNBHL (Do Not Believe His Lies) Automated Code Testing
- Host: GitHub
- URL: https://github.com/shmoopi/dnbhl
- Owner: Shmoopi
- License: mit
- Created: 2015-03-14T17:42:18.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-18T21:25:27.000Z (over 9 years ago)
- Last Synced: 2023-03-30T16:04:32.978Z (over 1 year ago)
- Language: Shell
- Size: 115 KB
- Stars: 5
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DNBHL Code Testing
DNBHL (Do Not Believe His Lies) Automated Code Testing Script
## Features
- Identifies Valid Codes
- Shows puzzle types
- Shows puzzle location (URL)
- Shows puzzle hints## Usage
Using the ShadowPuzzle script is very simple, just drag and drop it into Terminal, or cd into the directory with your script, and give it the path to a text file containing the codes you'd like to try.
```shell
$ ./ShadowPuzzle.sh checkthisout.txt
```
Or simply pass the codes as arguments to the script.```shell
$ ./ShadowPuzzle.sh "the first time" "I SAW YOU THERE" "In my dreams"
```Codes are separated by newlines in the provided txt file.
## Example Output
### \*\*\*SPOILERS***```
FOUND: THEFIRSTTIME with URL: https://s3.amazonaws.com/shadowpuzzle/THEFIRSTTIME.xml (Amount of Time: 3 Seconds)
PUZZLE TYPE: Text
PUZZLE LOCATION: https://s3.amazonaws.com/shadowpuzzle/thefirsttime.txt
HINT: Try to decrypt this with a method of transmitting text information as a series of on-off tones, lights, or clicks.FOUND: ISAWHIMTHERE with URL: https://s3.amazonaws.com/shadowpuzzle/ISAWHIMTHERE.xml (Amount of Time: 4 Seconds)
PUZZLE TYPE: Image
PUZZLE LOCATION: https://s3.amazonaws.com/shadowpuzzle/isawhimthere.jpg
HINT: Decrypt this using any photo editing software or app, or just print the image, cut and solve the puzzle.FOUND: INMYDREAMS with URL: https://s3.amazonaws.com/shadowpuzzle/INMYDREAMS.xml (Amount of Time: 0 Seconds)
PUZZLE TYPE: Sound
PUZZLE LOCATION: https://s3.amazonaws.com/shadowpuzzle/inmydreams.m4a
HINT: This is too fast. Try slowing it down. Remember The First Time.
```## OS Support
- Mac OS X 10.6+
## License
MIT license. Copyright © 2015 [Shmoopi LLC](http://shmoopi.net/).