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

AtomTools/Multi-tools

Python·92 files·commit f1d6617·scanned 2h ago·cached ✓
70/100
DANGEROUS
Sensitive capability combinations reachable from entry points. Do not run without review.

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

verdict accurate?
Crypto/Web3 project
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.utils/account_nuker.py
def setTitle(title):
    os.system(f"title {title}")

def clear():
+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.utils/clear_dm.py
def clear():
    os.system('cls' if os.name == 'nt' else 'clear')

def cleardmtitle():
+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.utils/credit_card_scrapper.py
def main():
    os.system('cls' if os.name == 'nt' else 'clear')

    folder_name = "credit_card_data"
+4
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.utils/obfuscator.py
        ";",
        """exec(\"\"\"{};\"\"\")""".format(
            code.replace("\n", ";").replace('"""', '\\"\\"\\"')
        ),
+7
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.utils/other/obfuscator.py
        ";",
        """exec(\"\"\"{};\"\"\")""".format(
            code.replace("\n", ";").replace('"""', '\\"\\"\\"')
        ),
+7
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
criticalPython base64 payload executionDecoding a base64 blob and passing it to exec()/compile() is a common obfuscation technique in Python malware.utils/obfuscator.py
    encoded_code = base64.b64encode(code.encode('utf-8')).decode('utf-8')
    return f"import base64; exec(base64.b64decode('{encoded_code}').decode('utf-8'))"

def inject_useless_code(code):
+8
criticalPython base64 payload executionDecoding a base64 blob and passing it to exec()/compile() is a common obfuscation technique in Python malware.utils/other/obfuscator.py
    encoded_code = base64.b64encode(code.encode('utf-8')).decode('utf-8')
    return f"import base64; exec(base64.b64decode('{encoded_code}').decode('utf-8'))"

def inject_useless_code(code):
+8
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.utils/ddos_ip.py+3
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.utils/discord/webhook_info.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.utils/dos_ip.py+3
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.

85 files scanned @ f1d6617 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration0
file system access0
obfuscation15
supply chain2
owasp / injection0
telemetry
files 85/92rules hit 12engine v6commit f1d6617

github

AtomTools/Multi-tools

Atom Multi Tools is a versatile and powerful toolkit designed to streamline development and project management. Whether you're a developer, system administrator, or tech enthusiast, this set of tools enhances your workflow with ease.

Python
61
11
793d
92 files
85 scanned(92%)
f1d6617

architecture░▒▓

entry (1) flagged (63) pkg (43)
126 nodes · 279 edgesscroll to zoom · click node to jump to finding