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

tunjayoff/sofascore_scraper

Python·95 files·commit d2224c8·scanned 45m ago·cached ✓
85/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?
threat-state: maliciouslive

FINDINGS ░▒▓

criticalRemote script piped into a shellA shell script downloads remote content and executes it directly (e.g. `curl … | bash`). The payload is never stored or reviewable and can change server-side — a classic malware/backdoor install pattern.scripts/install.sh
# Yerel (klonlanmış repo): ./scripts/install.sh
# Parametresiz uzak kurulum (resmi repo): curl -fsSL .../install.sh | bash
# Özel depo: curl ... | bash -s -- https://github.com/KULLANICI/fork.git [hed...
+10
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/ui/cli_shell.py
        if platform.system() == "Windows":
            os.system("cls")
        else:
            os.system("clear")
+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
warningHigh-entropy string literalsFound 12 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/SofaScoreUi.py+3
warningHigh-entropy string literalsFound 10 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/config_manager.py+3
warningHigh-entropy string literalsFound 35 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.src/match_data_fetcher.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/web/jobs.py+3
infoSuspicious file in repoExecutable file (Start SofaScore.bat) in repositoryStart SofaScore.bat+2
infoSuspicious file in repoExecutable file (install.bat) in repositoryscripts/install.bat+2
infoSuspicious file in repoExecutable file (install.ps1) in repositoryscripts/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.

56 files scanned @ d2224c8 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution16
network & exfiltration0
file system access0
obfuscation15
supply chain6
owasp / injection0
telemetry
files 56/95rules hit 10engine v6commit d2224c8

github

tunjayoff/sofascore_scraper

SofaScore Scraper is a comprehensive Python application designed to fetch, process, and analyze football match data from SofaScore. Built with a focus on flexibility and data integrity, this tool enables researchers, football analysts, and sports enthusiasts to access structured match data across multiple leagues and seasons.

Python
36
13
562d
95 files
56 scanned(59%)
d2224c8

architecture░▒▓

entry (2) flagged (12) pkg (83)
128 nodes · 241 edgesscroll to zoom · click node to jump to finding