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

loxy0devlp/RedTiger-Tools

Python·43 files·commit 9af0276·scanned 9d 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?
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.Config/Utils.py
def Clear():
    if os_name == "Windows": subprocess.run("cls",   shell=True)
    elif os_name == "Linux": subprocess.run("clear", shell=True)
+4
criticaleval() usage detectedeval() executes arbitrary code and is commonly used in malware to run obfuscated payloads fetched from remote servers.Program/Utils/NetworkScanningUtils.py
    suspicious_patterns = [
        "eval(", "document.write(", "document.writeln(", "innerHTML", "outerHTML",
        "setTimeout(", "setInterval(", "Function(", "onload=", "onerror=",
        "oncli...
+8
criticalPython dynamic code executioneval(), exec() or compile() on untrusted input can execute arbitrary code. Common in Python malware for running obfuscated payloads.Program/Utils/NetworkScanningUtils.py
    suspicious_patterns = [
        "eval(", "document.write(", "document.writeln(", "innerHTML", "outerHTML",
        "setTimeout(", "setInterval(", "Function(", "onload=", "onerror=",
        "oncli...
+7
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
warningHex-encoded string sequencesLong hex-encoded strings are commonly used to hide malicious code from code review.Program/Utils/NetworkScanningUtils.py
        53: [
            b"\x12\x34\x01\x00\x00\x01\x00\x00\x00\x00\x00\x00\x03www\x06google\x03com\x00\x00\x01\x00\x01",
            b"\xab\xcd\x01\x00\x00\x01\x00\x00\x00\x00\x00\x00\x03www\x06clou...
+5
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.redtiger.py+4
warningHigh-entropy string literalsFound 7 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.Program/Utils/NetworkScanningUtils.py+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.Program/NSAdvancedScanner.py+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.Program/NSHostDiscovery.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.

34 files scanned @ 9af0276 | 8/26/2026 | heuristic scan — always review manually

risk by category
code execution21
network & exfiltration0
file system access0
obfuscation15
supply chain0
owasp / injection0
telemetry
files 34/43rules hit 9engine v5commit 9af0276

github

loxy0devlp/RedTiger-Tools

RedTiger-Tools is a multifunction automation tool dedicated to pentesting and OSINT. The project is open source and designed to be fully configurable according to user needs. It also includes a plugin system that allows users to extend or create new features, in order to centralize multiple tools into a single unified platform.

Python
677
45
251d
43 files
34 scanned(79%)
9af0276

architecture░▒▓

entry (0) flagged (11) pkg (79)
104 nodes · 116 edgesscroll to zoom · click node to jump to finding