github.com / Xpl0itU
Xpl0itU/ WiiUDownloader
Go·60 files·commit 0f2155e·scanned 3d ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.
score capped at 25 — 2,040 stars — findings likely legitimate code patterns
verdict accurate?
threat-state: lowlive
FINDINGS ░▒▓
criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.cmd/WiiUDownloader/darkMode.go
case "darwin":
cmd := exec.Command("defaults", "read", "-g", "AppleInterfaceStyle")
output, err := cmd.Output()
if err == nil && strings.TrimSpace(string(output)) == "Dark" {+8criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.cmd/WiiUDownloader/mainwindow.go
func execCommand(name string, args ...string) error {
cmd := exec.Command(name, args...)
return cmd.Start()
}+8warningGo unsafe package usageunsafe package bypasses Go's type safety. Malware uses it for memory tricks, pointer casts, and hiding behavior.cmd/WiiUDownloader/ui_idle.go
"runtime/cgo" "unsafe" )+3
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.data/bundle_paths.py
run_fn(cmd)
return subprocess.run(cmd, shell=True, capture_output=True, text=True)
+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.data/create_bundle.py
print(f"$ {cmd}")
result = subprocess.run(cmd, shell=True, capture_output=True, text=True)
if result.returncode != 0:
print(f"STDOUT: {result.stdout}")+4warningHigh-entropy string literalsFound 4 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.data/create_bundle.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.
43 files scanned @ 0f2155e | 8/22/2026 | heuristic scan — always review manually
risk by category
code execution25
network & exfiltration0
file system access0
obfuscation3
supply chain0
owasp / injection0
telemetry
files 43/60rules hit 7engine v5commit 0f2155e
github
Xpl0itU/WiiUDownloader
Cross-platform Wii U NUS downloader for Windows, macOS & Linux. No title keys needed. Alternative to Wii U USB Helper.
2040
67
1391d
60 files
43 scanned(72%)
0f2155e
architecture░▒▓
entry (0) flagged (5) pkg (48)
88 nodes · 127 edgesscroll to zoom · click node to jump to finding