DANGER
malware detected
github.com / seekr-osint
seekr-osint/ seekr
Go·395 files·commit 023b7a8·scanned 2h 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?
36% file coverage
Research / educational context
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.api/restart/restart_windows.go
// Start a new instance of the current binary
cmd := exec.Command(executable, os.Args[1:]...)
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr+8criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.api/stuff.go
case "linux": err = exec.Command("xdg-open", url).Start() case "windows": err = exec.Command("rundll32", "url.dll,FileProtocolHandler", url).Start()+8
criticalGo os/exec usageos/exec is used to run external commands. In malware it drops payloads, modifies the system, or opens shells.cmd/seekr-cli/main.go
}
cmd := exec.Command("go", "build", "-buildmode=plugin", "-o", "plugin.so", pkg.ImportPath)
cmd.Stdout = os.Stdout
cmd.Stderr = os.Stderr+8warningSSH/credential path accessAccessing .ssh, .aws/credentials, or .env files to steal authentication credentials.api/email_services.go
MailService{
Name: "keys.gnupg.net",
UserExistsFunc: KeysGnuPGUserExists,
Icon: "./images/mail/gnupg.ico",+5warningSSH/credential path accessAccessing .ssh, .aws/credentials, or .env files to steal authentication credentials.api/gpg_email.go
}
baseUrl := "https://keys.gnupg.net"
path := fmt.Sprintf("/pks/lookup?search=%s&op=index", email)
url := baseUrl + path+5warningSSH/credential path accessAccessing .ssh, .aws/credentials, or .env files to steal authentication credentials.api/main_test.go
PostData: map[string]interface{}{"accounts": interface{}(nil), "age": float64(10), "email": map[string]interface{}{"all@gmail.com": map[string]interface{}{"mail": "all@gmail.com"}}...+5warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.api/main_test.go+4
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.api/services/mock/aHR0cHM6Ly95b3V0dWJlLmNvbS9AZ3JlZ2RvZXNub3RleHNpc3Q=.json+4
warningExtremely long lines (>1000 chars)Very long lines in source files (not minified bundles) can hide malicious code.api/services/mock/aHR0cHM6Ly9hc2NpaW5lbWEub3JnL35ncmVn.json+4
infoSuspicious file in repoVery large source file (612KB) — could contain obfuscated payloadapi/services/mock/aHR0cHM6Ly95b3V0dWJlLmNvbS9AbXJiZWFzdA==.json+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.
144 files scanned @ 023b7a8 | 9/25/2026 | heuristic scan — always review manually
risk by category
code execution25
network & exfiltration0
file system access15
obfuscation15
supply chain2
owasp / injection0
telemetry
files 144/395rules hit 11engine v6commit 023b7a8
github
seekr-osint/seekr
A multi-purpose OSINT toolkit with a neat web-interface.
878
82
1389d
395 files
144 scanned(36%)
023b7a8
architecture░▒▓
entry (1) flagged (7) pkg (82)
205 nodes · 278 edgesscroll to zoom · click node to jump to finding