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

pashayogi/Fb-hack

Python·4 files·commit 2c28b4f·scanned 4d ago·cached ✓
27/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.FB-HACK.py
def banner():
    os.system('clear')
    print " "
    runntxt(GL+"              Assalamu'@laikum. ^_^")
+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.brute.py
def banner():
    os.system('clear')
    print " "
    runntxt(GL+"              Assalamu'@laikum. ^_^")
+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
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.FB-HACK.py+4
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.brute.py+4
warningHigh-entropy string literalsFound 16 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.FB-HACK.py+3
warningHigh-entropy string literalsFound 16 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.brute.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.

2 files scanned @ 2c28b4f | 8/20/2026 | heuristic scan — always review manually

risk by category
code execution10
network & exfiltration0
file system access0
obfuscation14
supply chain0
owasp / injection0
telemetry
files 2/4rules hit 7engine v5commit 2c28b4f

github

pashayogi/Fb-hack

Fb-hack.py

Python
310
198
2655d
4 files
2 scanned(50%)
2c28b4f

architecture░▒▓

entry (0) flagged (2) pkg (4)
6 nodes · 8 edgesscroll to zoom · click node to jump to finding