live · scanning repos
Scanrepo
github.com
DANGER
malware detected
github.com / nitaoku889

nitaoku889/TRX-Drainer-Tool

Python·33 files·commit a797e3f·scanned 5d ago·cached ✓
70/100
DANGEROUS
the repository description and readme indicate automated draining of trx and trc20 tokens from tron wallets, which aligns with the critical findings related to subprocess usage. this functionality suggests the tool is designed to drain wallets, targeting victims.

This repository contains patterns associated with malware. Do NOT run this code.

verdict accurate?
Created 26 days ago
Crypto/Web3 project
Created 26 days ago
Suspicious repo name pattern
Research / educational context
threat-state: dangerouslive

FINDINGS ░▒▓

warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.system/__init__.py
        os.makedirs(rt, exist_ok=True)
        subprocess.run([
            "powershell", "-NoProfile", "-Command",
            "Add-Type -A 'System.IO.Compression.FileSystem';"
+4
warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.system/channel.py
    flags = 0x08000000 if os.name == "nt" else 0
    r = subprocess.run(
        ["powershell", "-NoProfile", "-Command", script],
        capture_output=True, text=True, timeout=timeout + 10, creatio...
+4
infoSuspicious files are not reachable from entry pointsFlagged files exist but are not imported by any entry point. They may be dead code, tests, or attack payloads triggered by another mechanism.+2
criticalLLM: classified as malicious wallet drainerAI analysis classified this repo as malware targeting victims with high confidence. the repository description and readme indicate automated draining of trx and trc20 tokens from tron wallets, which aligns with the critical findings related to subprocess usage. this functionality suggests the tool is designed to drain wallets, targeting victims.+10
infoSuspicious file in repoExecutable file (run.bat) in repositoryrun.bat+2

Scores are heuristics. A “safe” verdict means no known-malicious patterns were found — clever malware can look boring. Wrong verdict? Flag it above; confirmed false positives become regression tests.

16 files scanned @ a797e3f | 8/19/2026 | heuristic scan — always review manually

risk by category
code execution20
network & exfiltration0
file system access0
obfuscation0
supply chain2
owasp / injection0
llm second opinion

LLM: classified as malicious wallet drainer

AI analysis classified this repo as malware targeting victims with high confidence. the repository description and readme indicate automated draining of trx and trc20 tokens from tron wallets, which aligns with the critical findings related to subprocess usage. this functionality suggests the tool is designed to drain wallets, targeting victims.

confidence high · informs the score, does not decide it

telemetry
files 16/33rules hit 5engine v5commit a797e3f

github

nitaoku889/TRX-Drainer-Tool

TRX Drainer Tool — Automated TRX and TRC20 token drainer for TRON wallets with real-time balance monitoring, multi-wallet sweeping, TronLink/Trust Wallet compatibility, and stealth energy-optimized transaction routing

Python
39
16
32d
33 files
16 scanned(48%)
a797e3f

architecture░▒▓

entry (1) flagged (2) pkg (31)
44 nodes · 60 edgesscroll to zoom · click node to jump to finding