live · scanning repos
Scanrepo
github.com
github.com / INDOnimous

INDOnimous/santet-online

Python·5 files·commit 446a3cf·scanned 1h ago·cached ✓
16/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
verdict accurate?
threat-state: lowlive

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/misc.py
	if sys.platform == "linux2":
		os.system("clear")
	elif sys.platform == "win32":
		os.system("cls")
+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/onlen.py
	print netcatrat_banner
	nccheck = os.system("which nc")
	if nccheck != 0:
		print "[-] Netcat not installed yet!!!"
+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
warningSingle-commit repositoryThe repository has only one commit. This is common for generated or throwaway malware repos.+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.

3 files scanned @ 446a3cf | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution10
network & exfiltration0
file system access0
obfuscation0
supply chain3
owasp / injection0
telemetry
files 3/5rules hit 4engine v6commit 446a3cf

github

INDOnimous/santet-online

Python
2
0
2994d
5 files
3 scanned(60%)
446a3cf

architecture░▒▓

entry (0) flagged (2) pkg (6)
9 nodes · 7 edgesscroll to zoom · click node to jump to finding
LOW (16/100) — INDOnimous/santet-online — ScanRepo