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

kulikov0/whitelist-bypass

Go·484 files·commit 7c19a7e·scanned 7m ago·cached ✓
25/100
LOW RISK
Minor findings consistent with the project type. Nothing reachable from install hooks.

score capped at 25 — 1,675 stars — findings likely legitimate code patterns

verdict accurate?
39% file coverage
Electron app detected
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.headless/vk-bot/main.go
	}
	cmd := exec.Command(bin, args...)
	if logF != nil {
		cmd.Stdout = logF
+8
criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.relay/desktoptun/desktoptun_darwin.go
func runCmd(name string, args ...string) ([]byte, error) {
	return exec.Command(name, args...).CombinedOutput()
}
+8
criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.relay/desktoptun/desktoptun_linux.go
func runCmd(name string, args ...string) ([]byte, error) {
	cmd := exec.Command(name, args...)
	return cmd.CombinedOutput()
}
+8
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
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.joiner-desktop-app/src/main/index.ts+3
warningHigh-entropy string literalsFound 6 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.creator-app/src/bot/bot-manager.ts+3
warningHigh-entropy string literalsFound 3 long strings with high Shannon entropy. This is common in obfuscated payloads that hide URLs, keys, or bytecode.creator-app/src/renderer/dom.ts+3
infoSuspicious file in repoExecutable file (gradlew.bat) in repositoryandroid-app/gradlew.bat+2

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.

188 files scanned @ 7c19a7e | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration0
file system access0
obfuscation9
supply chain2
owasp / injection0
telemetry
files 188/484rules hit 8engine v6commit 7c19a7e

github

kulikov0/whitelist-bypass

Tunneling data over webrtc to bypass censorship

Go
1675
104
190d
484 files
188 scanned(39%)
7c19a7e

architecture░▒▓

entry (0) flagged (7) pkg (69)
221 nodes · 588 edgesscroll to zoom · click node to jump to finding