Skip to content

A Python script designed to protect against phishing attacks by flooding fake seed phrases to malicious endpoints. This tool simulates realistic user behavior, sending randomized BIP39 seed phrases to confuse and disrupt phishing attempts.

License

Notifications You must be signed in to change notification settings

SEDIDEL/Ledger-FakeSeedInjector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FakeSeedInjector README

Introduction

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.

Features

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

Dependencies

  • Python 3.x
  • requests
  • random
  • string
  • time
  • concurrent.futures

Installation

  1. Clone the repository:
    git clone https://github.com/SEDIDEL/Ledger-FakeSeedInjector.git
    
  2. Navigate to the directory:
    cd Ledger-FakeSeedInjector
    
  3. Ensure all dependencies are installed:
    pip install requests
    

Usage

Run the script using Python:

python FakeSeedInjector.py

Technical Details

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.

Warning

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.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

MIT License

About

A Python script designed to protect against phishing attacks by flooding fake seed phrases to malicious endpoints. This tool simulates realistic user behavior, sending randomized BIP39 seed phrases to confuse and disrupt phishing attempts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages