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

Manisso/fsociety

Python·44 files·commit 588334f·scanned 2h 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?
12,319 stars
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.fsociety.py
def clearScr():
    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
criticalKnown malicious / C2 domainKnown domains used by Lazarus Group and other malware for hosting payloads or exfiltrating data.fsociety.py+5
warningHigh-entropy string literalsFound 16 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.fsociety.py+3
warningFlattened or dead control flowDetected switch(true), dead if branches, or deeply nested ternaries — patterns used by obfuscators to hide execution order.fsociety.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.

4 files scanned @ 588334f | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution6
network & exfiltration5
file system access0
obfuscation6
supply chain0
owasp / injection0
telemetry
files 4/44rules hit 5engine v6commit 588334f

github

Manisso/fsociety

fsociety Hacking Tools Pack – A Penetration Testing Framework

Python
12319
2104
3676d
44 files
4 scanned(9%)
588334f

architecture░▒▓

entry (0) flagged (1) pkg (19)
20 nodes · 19 edgesscroll to zoom · click node to jump to finding
⚠️ DANGEROUS (70/100) — Manisso/fsociety — ScanRepo