Ledger-FakeSeedInjector is a Python script designed to inject fake seed phrases into phishing websites to prevent attackers from obtaining valid seed phrases. This tool helps protect against phishing attacks by flooding malicious endpoints with sh*t.
- Generates random PHPSESSID tokens.
- Retrieves realistic User-Agent strings.
- Downloads the BIP39 word list to generate seed phrases.
- Simulates user interactions with phishing sites.
- Sends fake seed phrases to disrupt phishing attempts.
- Python 3.x
- requests
- random
- string
- time
- concurrent.futures
- Clone the repository:
git clone https://github.com/SEDIDEL/Ledger-FakeSeedInjector.git
- Navigate to the directory:
cd Ledger-FakeSeedInjector
- Ensure all dependencies are installed:
pip install requests
Run the script using Python:
python FakeSeedInjector.py
The script creates multiple sessions, each simulating a user visiting the phishing site. It generates random seed phrases from the BIP39 word list and sends them to the endpoint with randomized headers and delays, mimicking human behavior.
This script is for educational and ethical testing purposes only. Do not use it on any website without explicit permission. The author is not responsible for any misuse of this tool.
Contributions are welcome! Please open an issue or submit a pull request.
MIT License