SKILL-RADAR · GITHUB
Nützliche Agent Skills, nach echter Nutzung sortiert.
Vergleiche verifizierte Skills aus öffentlichen Repositories nach Aufgabe, Paketinhalt, Installationen und nachvollziehbarer Quelle.
- KATALOGUMFANG
- VERIFIZIERT
- Skills
- 5.771
- Repositories
- 824
- zuletzt synchronisiert
- 08.09.2026
yaklanginsecure-source-code-management
- Source control and artifact exposure (.git, .svn, .hg, backups, .env). Use when recon finds VCS paths, 403 on hidden dirs, or backup/config leaks during authorized testing.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangios-pentesting-tricks
- iOS pentesting playbook. Use when testing iOS applications for keychain extraction, URL scheme hijacking, Universal Links exploitation, runtime manipulation, binary protection analysis, data storage issues, and transport security bypass during authorized mobile security assessments.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangjndi-injection
- JNDI injection playbook. Use when Java applications perform JNDI lookups with attacker-controlled names, especially via Log4j2, Spring, or any code path reaching InitialContext.lookup().
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangjwt-oauth-token-attacks
- JWT and OAuth token attack playbook. Use when validating token trust, signing algorithms, key handling, claim abuse, bearer flows, and OAuth account-binding weaknesses.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangkernel-exploitation
- Linux kernel exploitation playbook. Use when exploiting kernel vulnerabilities (UAF, OOB, race condition, type confusion) for privilege escalation via commitcreds, modprobepath overwrite, or kernel ROP chains in CTF and real-world scenarios.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangkubernetes-pentesting
- Kubernetes penetration testing playbook. Use when targeting Kubernetes clusters via API server, RBAC enumeration, service account abuse, etcd access, Kubelet API, pod escape, cloud-specific metadata, admission webhook bypass, and registry secrets.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklanglinux-privilege-escalation
- Linux privilege escalation playbook. Use when you have low-privilege shell access and need to escalate to root via SUID/SGID binaries, capabilities, cron abuse, kernel exploits, misconfigurations, or credential harvesting on Linux systems.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklanglinux-security-bypass
- Linux security mechanism bypass playbook. Use when facing restricted bash/rbash, read-only or noexec filesystems, AppArmor, SELinux, seccomp filters, or audit logging that must be evaded during post-exploitation.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangllm-prompt-injection
- LLM prompt injection playbook. Use when testing AI/LLM applications for direct injection, indirect injection via RAG/browsing, tool abuse, data exfiltration, MCP security risks, and defense bypass techniques.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangmacos-process-injection
- macOS process injection playbook. Use when you need to inject code into running or launching macOS processes via dylib hijacking, DYLD environment variables, XPC exploitation, Mach port manipulation, or Electron/Chromium abuse.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangmacos-security-bypass
- macOS security bypass playbook. Use when targeting macOS endpoints and need to bypass TCC, Gatekeeper, SIP, sandbox, code signing, or entitlement-based protections during authorized red team or pentest engagements.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangmemory-forensics-volatility
- Memory forensics playbook using Volatility 2/3. Use when analyzing memory dumps for malware analysis, credential extraction, process investigation, code injection detection, and incident response timeline reconstruction.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangmobile-ssl-pinning-bypass
- Mobile SSL pinning bypass playbook. Use when intercepting HTTPS traffic from mobile applications that implement certificate pinning, public key pinning, or SPKI hash pinning on Android and iOS, including React Native, Flutter, and Xamarin frameworks.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangnetwork-protocol-attacks
- Network protocol attack playbook. Use when exploiting layer 2/3 protocols including ARP spoofing, LLMNR/NBT-NS/mDNS poisoning, WPAD abuse, DHCPv6 attacks, VLAN hopping, STP manipulation, DNS spoofing, IPv6 attacks, and IDS/IPS evasion.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangnosql-injection
- NoSQL injection playbook. Use when MongoDB-style operators, JSON query objects, flexible search filters, or backend query DSLs may allow data or logic abuse.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangntlm-relay-coercion
- NTLM relay and authentication coercion playbook. Use when capturing and relaying NTLM authentication to escalate privileges via SMB, LDAP, HTTP, or MSSQL relay targets, combined with PetitPotam, PrinterBug, and other coercion methods.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangoauth-oidc-misconfiguration
- OAuth and OIDC misconfiguration testing playbook. Use when reviewing redirect URI handling, state and nonce validation, PKCE, token audience, callback binding, and identity-provider trust flaws.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangopen-redirect
- Open redirect playbook. Use when URL parameters, form actions, or JavaScript sinks control navigation targets and may redirect users to attacker-controlled destinations.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangprototype-pollution
- Prototype pollution testing for JavaScript stacks. Use when user input is merged into objects (query parsers, JSON bodies, deep assign), when configuring libraries via untrusted keys, or when hunting RCE gadgets via polluted Object.prototype in Node or the browser.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangprototype-pollution-advanced
- Advanced prototype pollution playbook — server-side RCE, client-side gadgets, filter bypasses, and detection techniques. Companion to ../prototype-pollution/ for basics. Use when you've confirmed pollution and need to escalate to code execution or find framework-specific gadgets.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangrace-condition
- Race condition and TOCTOU testing for web apps. Use when testing one-time operations, concurrent HTTP abuse, rate-limit bypass, Turbo Intruder gates, HTTP/2 single-packet attacks, and CWE-362-style synchronization gaps.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangrecon-and-methodology
- Reconnaissance and methodology playbook. Use when mapping assets, discovering endpoints, fingerprinting technology, and building a structured testing plan for a new target.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangrecon-for-sec
- Entry P1 category router for reconnaissance and methodology. Use when mapping scope, discovering assets, fingerprinting technology, building endpoint inventory, and choosing the first high-value security testing path.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni
yaklangrequest-smuggling
- HTTP request smuggling and desynchronization testing. Use when front proxies, CDNs, or load balancers disagree with the origin on message framing (Content-Length vs Transfer-Encoding), on HTTP/2→HTTP/1 translation, or when exploring client-side desync via browser fetch pipelines.
- Installationen
- 2
- GitHub Stars
- 2006
- Aktualisiert
- 16. Juni