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

moom825/Discord-RAT

Python·3 files·commit 74e6556·scanned 3d 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?
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.DiscordRAT.py
            def shell(command):
                output = subprocess.run(command, stdout=subprocess.PIPE,shell=True, stderr=subprocess.PIPE, stdin=subprocess.PIPE)
                global status
    ...
+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
criticalBrowser credential store accessAccessing Chrome, Firefox, Edge, or Brave profile directories to steal cookies, passwords, and session tokens.DiscordRAT.py
            os.mkdir(temp + r"\history12")
            path_org = r""" "C:\Users\{}\AppData\Local\Google\Chrome\User Data\Default\History" """.format(Username)
            path_new = temp + r"\histo...
+10
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.DiscordRAT.py+4
warningHigh-entropy string literalsFound 11 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.DiscordRAT.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.

1 files scanned @ 74e6556 | 8/21/2026 | heuristic scan — always review manually

risk by category
code execution6
network & exfiltration0
file system access10
obfuscation7
supply chain0
owasp / injection0
telemetry
files 1/3rules hit 5engine v5commit 74e6556

github

moom825/Discord-RAT

Discord Remote Administration Tool fully written in Python3

Python
298
60
1913d
3 files
1 scanned(33%)
74e6556

architecture░▒▓

entry (0) flagged (1) pkg (36)
37 nodes · 36 edgesscroll to zoom · click node to jump to finding