github.com / v0id4real
v0id4real/ Void-Tools
Python·60 files·commit 8832060·scanned 22d ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
score capped at 25 — 2,567 stars — findings likely legitimate code patterns
verdict accurate?
Crypto/Web3 project
Research / educational context
threat-state: lowlive
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.Void/main.py
def sp(f, n): return os.path.join(path, "Void", "tools", f, n)
def cls(): os.system("cls" if os.name == "nt" else "clear")
def tw(): return shutil.get_terminal_size((100, 30)).columns
def th():...+4warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.Void/tools/email-bomber/en.py
if sys.platform == "win32":
os.system("cls")
else:
os.system("clear")+4warningPython subprocess / os.system usageos.system() or subprocess with shell=True / suspicious commands can execute arbitrary shell commands. Plain pip/package installs are usually benign.Void/tools/email-bomber/fr.py
if sys.platform == "win32":
os.system("cls")
else:
os.system("clear")+4warningSuspicious Windows batch commandBatch file contains commands commonly used to download and execute remote payloads (powershell, certutil, bitsadmin, curl to pipe, etc.).python_installer.bat
reg delete "HKCU\Software\Python" /f >nul 2>nul
powershell -NoProfile -NonInteractive -Command "$u=[System.Environment]::GetEnvironmentVariable('PATH','User'); $c=($u -split ';' | Where-Object {$_ -no...+5warningHigh-entropy string literalsFound 19 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.Void/main.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.Void/tools/dox/en.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.Void/tools/dox/fr.py+3
infoSuspicious file in repoExecutable file (python_installer.bat) in repositorypython_installer.bat+2
warningHardcoded secret/credentialAPI keys, passwords, or tokens hardcoded in source code. Should be in environment variables.Void/tools/email-info/en.py
HUNTER_API_KEY = '432dfd7cbfec2b733603e519786b4156a789bac3'
REPUTATION_API = "https://email-reputation.api.useinsider.com/lookup/{}"
HEADERS = {"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64...+3warningHardcoded secret/credentialAPI keys, passwords, or tokens hardcoded in source code. Should be in environment variables.Void/tools/email-info/fr.py
HUNTER_API_KEY = '432dfd7cbfec2b733603e519786b4156a789bac3'
REPUTATION_API = "https://email-reputation.api.useinsider.com/lookup/{}"
HEADERS = {"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64...+3Scores 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.
42 files scanned @ 8832060 | 8/29/2026 | heuristic scan — always review manually
risk by category
code execution19
network & exfiltration0
file system access0
obfuscation9
supply chain6
owasp / injection6
telemetry
files 42/60rules hit 13engine v5commit 8832060
github
v0id4real/Void-Tools
Python terminal multitool — OSINT, network utilities, Rich TUI dashboard. Educational use only.
2567
56
160d
60 files
42 scanned(70%)
8832060
architecture░▒▓
entry (0) flagged (7) pkg (43)
79 nodes · 245 edgesscroll to zoom · click node to jump to finding