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")+4warningPython 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!!!"+4Scores 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
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