This script is a brute-force tool designed specifically for fans of Gravity Falls to tackle challenges related to the Bill Cipher ARG (Alternate Reality Game) in 2024. It can be used to verify whether specific words are associated with certain ARG endpoints. The script offers a range of functionalities to assist users.
WE. ARE. GOING. TO. KILL. HIM.
-
🔍 Bruteforce Submit Bar:
- Sends POST requests with words to https://mystery.thisisnotawebsitedotcom.com/
- Displays results based on HTTP response codes (404 for not found, 500 for internal server error, etc.).
-
📂 Bruteforce Mystery URL:
- Checks for the existence of files at https://files.thisisnotawebsitedotcom.com/is-it-time-yet for each word.
- Displays whether the file exists or not (using HEAD requests).
-
💻 Bruteforce Computer Codes:
- Sends POST requests with words to https://codes.thisisnotawebsitedotcom.com/.
- Displays results based on HTTP response codes (404 for not found, 500 for internal server error, etc.).
-
➕ Generate Possible Combinations (by yBeta):
- Creates all possible combinations of characters up to a specified length using a defined character set (e.g., letters, numbers, and special characters).
- Saves these combinations to
input.txt
for further use. - Useful for generating potential words to test against ARG endpoints.
- Python 3.x
- Python libraries:
requests
requests-toolbelt
colorama
You can install these libraries using pip:
pip install requests requests-toolbelt colorama
-
Clone the repository or download the script files to your machine.
git clone https://github.com/ababoude/BillWordFinder.git cd BillWordFinder
-
Prepare the input file:
- Create a text file named
input.txt
in the same directory as the script. - Add each word to test on a new line.
- Create a text file named
-
Run the script:
-
Use the following command to execute the script:
python BillWordFinder.py
-
Here's an example of running the script:
Contributors | Additions |
---|---|
yBeta | Addition of recursive word generation |
Contributions are welcome! If you have ideas to improve the script or have found bugs, please submit an issue or create a pull request.