Skip to main content

このリポジトリの skills

Kur1sulab/blackbox - 2ページ

SkillsMP は Kur1sulab/blackbox から 112 件の skill を収集しています。skill を開くとソースと詳細を確認できます。

Kur1sulab/blackbox

収集済み skill 112 件中 40 件を表示しています。

職業分類
情報セキュリティアナリスト
説明

Linux kernel exploitation playbook. Use when exploiting kernel vulnerabilities (UAF, OOB, race condition, type confusion) for privilege escalation via commit_creds, modprobe_path overwrite, or kernel ROP chains in CTF and real-world scenarios.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Linux lateral movement playbook. Use after gaining initial access to pivot across Linux hosts via SSH hijacking, credential harvesting, internal pivoting, D-Bus exploitation, sudo token reuse, and shared filesystem abuse.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Path traversal and LFI playbook. Use when file paths, download endpoints, include operations, archive extraction, or wrapper behavior may expose filesystem control.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Reconnaissance and methodology playbook. Use when mapping assets, discovering endpoints, fingerprinting technology, and building a structured testing plan for a new target.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

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…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

SAML SSO assertion attack playbook. Use when testing signature validation, assertion wrapping, audience restrictions, ACS handling, XML trust boundaries, and enterprise SSO flaws.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Sandbox escape playbook. Use when breaking out of Python sandbox, Lua sandbox, seccomp filter, chroot jail, container/Docker, browser sandbox, or namespace isolation to achieve unrestricted code execution or file access.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

SQL injection playbook. Use when input reaches SQL queries, authentication logic, sorting, filtering, reporting, or DB-specific blind and out-of-band execution paths.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

SSTI playbook. Use when template expressions, server-side rendering, preview features, or templating engines may evaluate attacker-controlled content.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Stack overflow and ROP playbook. Use when exploiting buffer overflows to hijack control flow via return address overwrite, ROP chains, ret2libc, ret2csu, ret2dlresolve, or SROP on Linux userland binaries.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Subdomain takeover detection and exploitation playbook. Use when targets have dangling CNAME/NS/MX records pointing to deprovisioned cloud resources, expired third-party services, or unclaimed SaaS tenants that an attacker can register to serve content under…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Tunneling and pivoting playbook. Use when establishing network tunnels through compromised hosts including SSH tunneling, Chisel, Ligolo-ng, socat, DNS/ICMP/HTTP tunneling, ProxyChains, and multi-layer pivoting strategies.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

WAF bypass methodology and generic evasion techniques. Use when a web application firewall blocks injection payloads (SQLi, XSS, RCE) and you need to craft bypasses using encoding, protocol-level tricks, or WAF-specific weaknesses.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

WebSocket handshake, CSWSH, tooling (wsrepl, ws-harness, Burp), and common flaws. Use when apps use real-time channels, chat, notifications, or WS-backed APIs.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

AV/EDR evasion playbook for Windows. Use when bypassing AMSI, ETW, .NET assembly detection, shellcode execution, process injection, API hooking, and signature-based detection on Windows endpoints.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Windows lateral movement playbook. Use when pivoting between Windows hosts via PsExec, WMI, WinRM, DCOM, RDP, pass-the-hash, overpass-the-hash, or pass-the-ticket techniques.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Windows local privilege escalation playbook. Use when you have low-privilege shell access on Windows and need to escalate via token abuse, Potato exploits, service misconfigurations, DLL hijacking, UAC bypass, or registry autoruns.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

XSS playbook. Use when user-controlled content reaches HTML, attributes, JavaScript, DOM sinks, uploads, or multi-context rendering paths.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

XXE playbook. Use when XML, SVG, OOXML, SOAP, or parser-driven imports may resolve external entities, files, or internal network resources.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

JeecgBoot 深入利用(双防线SQLi盲注/PBE凭据破解/接管/RCE判定)时用。

原文の言語: 中国語

更新
職業分類
情報セキュリティアナリスト
説明

API security testing - GraphQL, REST API, WebSocket, and Web-LLM attack techniques.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Acquire an authenticated session THROUGH MFA/OTP on an in-scope target and emit a reusable session artifact (Playwright storageState + Bearer) so exec…

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

HackTheBox platform operations and automations to solve challenges, machines and capture the flags hacking competitions

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Mobile application security testing (Android + iOS) mapped to OWASP MASVS/MASTG — static reversing (Flutter AOT, Unity IL2CPP, React Native/Hermes,

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Offensive testing of perimeter network appliances and VPN crypto — IKE/IPsec (aggressive-mode, transform/DH enum, NAT-T), Check Point SIC/OPSEC,

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

Run a professional penetration engagement OR a network vulnerability scan from a scope.

原文の言語: 英語

更新
職業分類
情報セキュリティアナリスト
説明

API安全测试 — 基于《Secure APIs》(Manning 2025)和OWASP API Top 10。覆盖Swagger发现、GraphQL攻击、REST漏洞、IDOR/BOLA、JWT攻击、API限流绕过。

原文の言語: 中国語

更新
収集済み skill 112 件中 40 件を表示しています。