RADAR DE SKILLS · GITHUB
Agent Skills úteis, classificados pelo uso real.
Compare Skills verificados por finalidade, conteúdo do pacote, instalações e evidências da fonte antes de adicioná-los.
- ESCOPO DO CATÁLOGO
- VERIFICADO
- Skills
- 5.771
- repositórios
- 824
- última sincronização
- 8 de set. de 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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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().
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.
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.
- instalações
- 2
- GitHub Stars
- 2 mil
- Atualizado
- 16 de jun.