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

Lucksi/Mr.Holmes

Python·387 files·commit 028bffb·scanned 5d 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?
20% file coverage
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.Core/Searcher_website.py
    def search(username, Mode):
        os.system("cls" if os.name == "nt" else "clear")
        Web.Banner(Mode)
        print(Font.Color.BLUE + "\n[I]" + Font.Color.WHITE + "INFO:" + "[{}]".format(F...
+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.Core/Support/Clear.py
    def Clear():
        os.system("cls" if os.name == Windows else "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.Core/Support/Database.py
                if os.getuid() == 0:
                    os.system("php -S" + host +
                              ":5001 -t GUI >/dev/null 2>&1 &")
                    Req = True
+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
criticalKnown malicious / C2 domainKnown domains used by Lazarus Group and other malware for hosting payloads or exfiltrating data.Site_lists/Username/site_list.json+5
warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.GUI/Script/Graph/Builder.js+3
warningHigh-entropy string literalsFound 10 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.Core/Support/Map.py+3
infoSuspicious file in repoExecutable file (Install.cmd) in repositoryInstall.cmd+2
infoSuspicious file in repoExecutable file (Win_Launcher.exe) in repositoryLaunchers/Win_Launcher.exe+2
infoSuspicious file in repoExecutable file (Install.ps1) in repositoryWin_File/Install.ps1+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.

76 files scanned @ 028bffb | 8/20/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration5
file system access0
obfuscation6
supply chain8
owasp / injection0
telemetry
files 76/387rules hit 10engine v5commit 028bffb

github

Lucksi/Mr.Holmes

A Complete Osint Tool :mag:

Python
4080
610
1889d
387 files
76 scanned(20%)
028bffb

architecture░▒▓

entry (0) flagged (9) pkg (30)
83 nodes · 146 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (70/100) — Lucksi/Mr.Holmes — ScanRepo