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

kholqin/mazkip-whatsapp-pro

Python·28 files·commit 3fa5d0e·scanned 3d ago·cached ✓
30/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
verdict accurate?
Created 0 days ago
No stars or forks
Created in the last 7 days
No community activity
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.modules/banner.py

def clear_screen(): os.system('clear' if os.name != 'nt' else 'cls')

def print_banner():
+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.mwp.py
    def _loading(self):
        os.system('clear')
        arts = [f"{R}{H}██╗░░░░░░█████╗░░█████╗░██████╗░██╗███╗░░██╗░██████╗░",
                f"{R}{H}██║░░░░░██╔══██╗██╔══██╗██╔══██╗██║████╗░██║█...
+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
warningHardcoded IP address in network callFetching data from hardcoded IP addresses instead of domain names is suspicious and may indicate C2 communication.modules/proxy_rotator.py
            "socks5://127.0.0.1:9050",  # Tor
            "http://128.199.0.1:8080",
            "http://167.99.0.1:3128",
            "http://68.183.0.1:80",
+5
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.modules/scheduler.py+3
warningHigh-entropy string literalsFound 5 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.mwp.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.

17 files scanned @ 3fa5d0e | 8/21/2026 | heuristic scan — always review manually

risk by category
code execution10
network & exfiltration5
file system access0
obfuscation6
supply chain0
owasp / injection0
telemetry
files 17/28rules hit 6engine v5commit 3fa5d0e

github

kholqin/mazkip-whatsapp-pro

MAZKIP WHATSAPP PRO v2.0 — Fullstack Assault Suite for WhatsApp Penetration Testing

Python
0
0
4d
28 files
17 scanned(61%)
3fa5d0e

architecture░▒▓

entry (0) flagged (4) pkg (30)
46 nodes · 84 edgesscroll to zoom · click node to jump to finding
LOW (30/100) — kholqin/mazkip-whatsapp-pro — ScanRepo