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

anywherelan/awl

Go·161 files·commit c731a10·scanned 58m 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?
threat-state: dangerouslive

FINDINGS ░▒▓

criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.cmd/awl-tray/os_hacks_linux.go

	cmd := exec.Command("pkexec", args...)
	cmd.Stdout = os.Stdout
	cmd.Stderr = os.Stderr
+8
criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.cmd/awl-tray/os_hacks_macos.go
	//nolint:gosec
	err := exec.Command("ifconfig", "lo0", "alias", config.AdminHttpServerIP, "up").Run()
	if err != nil {
		fmt.Printf("error: `ifconfig lo0 alias %s up`: %v\n", config.AdminHttpServerIP...
+8
criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.cmd/awl/main.go
		//nolint:gosec
		err := exec.Command("ifconfig", "lo0", "alias", config.AdminHttpServerIP, "up").Run()
		if err != nil {
			fmt.Printf("error: `ifconfig lo0 alias %s up`: %v\n", config.AdminHttpServ...
+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
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.monitoring/dashboards/resource-manager.json+4

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.

132 files scanned @ c731a10 | 9/25/2026 | heuristic scan — always review manually

risk by category
code execution25
network & exfiltration0
file system access0
obfuscation4
supply chain0
owasp / injection0
telemetry
files 132/161rules hit 5engine v6commit c731a10

github

anywherelan/awl

Securely connect your devices into a private network. Mesh VPN, socks5 proxy server/client

Go
684
45
2027d
161 files
132 scanned(82%)
c731a10

architecture░▒▓

entry (0) flagged (7) pkg (133)
253 nodes · 599 edgesscroll to zoom · click node to jump to finding