DANGER
malware detected
github.com / Z4nzu
Z4nzu/ hackingtool
Python·134 files·commit 9b92b61·scanned 3d ago·cached ✓
82/100
MALICIOUS
Matches known-malicious patterns. Do not clone or install.
This repository contains patterns associated with malware. Do NOT run this code.
verdict accurate?
79,046 stars
Research / educational context
threat-state: maliciouslive
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.src/hackingtool/core.py
def clear_screen():
os.system("cls" if system() == "Windows" else "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.src/hackingtool/os_detect.py
result = subprocess.run(cmd, shell=True, check=False)
return result.returncode == 0+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.src/hackingtool/tools/others/socialmedia_finder.py
setup_dir = get_tools_dir() / "social_mapper" / "setup"
subprocess.run(["python3", "social_mapper.py", "-h"], cwd=str(setup_dir))
console.print(
"[bold magenta]Set ...+4criticalKnown malicious / C2 domainKnown domains used by Lazarus Group and other malware for hosting payloads or exfiltrating data.src/hackingtool/tools/wireless_attack.py+5
warningHigh-entropy string literalsFound 10 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.scripts/audit_tools.py+3
warningHigh-entropy string literalsFound 8 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.scripts/discover_tools.py+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/hackingtool/ai_command.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.src/hackingtool/discover.py+3
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.
78 files scanned @ 9b92b61 | 8/20/2026 | heuristic scan — always review manually
risk by category
code execution25
network & exfiltration5
file system access0
obfuscation15
supply chain2
owasp / injection0
telemetry
files 78/134rules hit 10engine v5commit 9b92b61
github
Z4nzu/hackingtool
ALL IN ONE Hacking Tool For Hackers
79046
8968
2327d
134 files
78 scanned(58%)
9b92b61
architecture░▒▓
entry (0) flagged (24) pkg (114)
191 nodes · 407 edgesscroll to zoom · click node to jump to finding