Skip to content

Latest commit

 

History

History
91 lines (69 loc) · 3.49 KB

README.md

File metadata and controls

91 lines (69 loc) · 3.49 KB

BWF : Bill Word Finder

Description 📜

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.



Features ✨

  • 🔍 Bruteforce Submit Bar:

  • 📂 Bruteforce Mystery URL:

  • 💻 Bruteforce Computer Codes:

  • 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.

Prerequisites 🛠️

  • Python 3.x
  • Python libraries:
    • requests
    • requests-toolbelt
    • colorama

You can install these libraries using pip:

pip install requests requests-toolbelt colorama

Usage 🚀

  1. Clone the repository or download the script files to your machine.

    git clone https://github.com/ababoude/BillWordFinder.git
    cd BillWordFinder
  2. 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.
  3. Run the script:

    • Use the following command to execute the script:

      python BillWordFinder.py

Example 📊

Here's an example of running the script:

Contributing 🤝

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.