스킬 레이더 · GITHUB
실제 사용량으로 검증된 유용한 Agent Skills.
공개 저장소의 검증된 Skills를 기능, 패키지 구성, 설치 수, 출처 근거에 따라 비교할 수 있습니다.
- 카탈로그 범위
- 검증 완료
- Skills
- 5,771
- 저장소
- 824
- 최근 동기화
- 2026. 9. 8.
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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().
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일
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.
- 설치 수
- 2
- GitHub Stars
- 2천
- 업데이트
- 6월 16일