Skip to content

A simple tool for recovering undrained tokens and NFTs from a compromised wallet on the Ethereum network.

Notifications You must be signed in to change notification settings

araufa/asset-recovery-tool

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Asset Recovery Tool

A tool to securely transfer ERC-20 tokens and ERC-721 NFTs from compromised wallets using Flashbots. Works only on the Ethereum Network, preventing frontrunning and ensuring safe asset recovery.

📚 Features

  • Supports Asset Recovery:
    • 💰 ERC-20 Token Transfers
    • 🖼️ ERC-721 NFT Transfers
  • Flashbots Integration: Prevents frontrunning and enhances security
  • Automatic Gas Estimation: Optimizes transaction fees dynamically
  • Priority Fee Boosting: Increases chances of successful execution
  • Safe Wallet Transfers: Sends funds securely to a designated address
  • Real-Time Block Monitoring: Reacts to new blocks for efficient execution

📋 Prerequisites

  • Node.js v16+
  • npm/yarn
  • Ethereum wallet with private key

📥 Installation

  1. Install Node.js and npm if not installed already
curl -sSL https://raw.githubusercontent.com/zunxbt/installation/main/node.sh | bash
  1. Clone this repository
rm -rf asset-recovery-tool && git clone https://github.com/zunxbt/asset-recovery-tool.git && cd asset-recovery-tool
  1. Install dependencies
npm install @flashbots/ethers-provider-bundle@^0.6.2 dotenv@^16.4.7 ethers@^5.7.2

⚙️ Configuration

  • Modify .env file with proper private key using the below command
nano .env
  • Now save this file using Ctrl + X and then Y and then press Enter

⚡ Run the bot

  • Now run the below command
node bot.js

📜 Note

  • Make sure that you have enough $ETH gas fee in PRIVATE_KEY_SPONSOR wallet
  • This script will only work on Ethereum Network
  • If hacker already drained your funds then, you can't recover it anyhow

About

A simple tool for recovering undrained tokens and NFTs from a compromised wallet on the Ethereum network.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%