Skip to content

xqyet/BlockchainAddressSpoofer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain Address Spoofer Tool

A C# WinForms application that generates target wallet addresses based on initial prefix and grabs from Ethereum transaction history. developed by xqyet.


Interface

address_spoofer_GUI

Features

  • Address Generation: Search for wallet addresses matching prefix characters. Displays best matches in order of matched characters
  • Transaction Analytics: Fetch and display transaction history for any Ethereum & Binance address.

Requirements

  • .NET Framework (4.8 or later)
  • Packages:
    • Newtonsoft.Json
    • Nethereum
    • System.Net.Http

Installation

  1. Clone the repository:
    git clone https://github.com/username/AddressSpoofer.git

''' 2. Open the project in Visual Studio.

  1. Restore NuGet packages by navigating to the Solution Explorer and right-clicking the project, then selecting Manage NuGet Packages -> Restore.

How to use

  1. Generate Address:

    • Enter the target wallet address in the input field.
    • Click Start to search for matching addresses.
    • Click Abort to stop searching.
  2. Fetch Transactions:

    • Enter an Ethereum address in the Analytics section.
    • Click Fetch Transactions to load transaction history in the table.

Code Structure

  • Form1.cs: Main application logic, including the address generator and API calls.
  • Form1.Designer.cs: UI components and layout.

License

MIT License

About

proof of concept wallet address spoofer for binance smart chain and ethereum blockchain addresses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages