Skip to main content

Wyl-cmd/kxns-cli

SkillsMP 已收集 Wyl-cmd/kxns-cli 中的 97 个 Skill。打开任一 Skill 可查看来源和详情。

最近记录的来源活动
SkillsMP 收录数据更新
已收集 skills
97
GitHub 星标
4
GitHub Forks
0

已展示 40 / 97 个已收集 Skill。

职业分类
其他计算机职业
描述

Hermes Agent features guide — cron, delegation, memory, automation, YOLO mode, dual-agent hunting, and slash commands for the agentiko Telegram setup

原文语言:英语

更新
职业分类
网络与计算机系统管理员
描述

Worker container environment — tools, paths, and usage patterns for the remote SSH terminal

原文语言:英语

更新
职业分类
信息安全分析师
描述

Exploit no-auth APIs for data theft and CRUD via probes.

原文语言:英语

更新
职业分类
信息安全分析师
描述

API reconnaissance and documentation review playbook. Use when discovering endpoints, schemas, versions, OpenAPI specs, hidden docs, and surface area for API testing.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Map organization IP infrastructure via ASN, CIDR, TLD expansion, and reverse DNS.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Master bug bounty orchestrator — full pipeline: recon, pre-hunt learning, vulnerability hunting (30+ classes), A-to-B chaining, AI/LLM testing (ASI01-ASI10), language-specific grep, bypass tables, and reporting (7-question gate, CVSS 3.1, human-tone…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Business logic vulnerability playbook. Use when reasoning about workflows, race conditions, price manipulation, coupon abuse, state machines, and multi-step authorization gaps.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Poison CDN cache or deceive when X-Cache header is detected.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Identify CMS, frameworks, and server technology stacks on live hosts.

原文语言:英语

更新
职业分类
软件开发工程师
描述

Spawn and manage multiple Codex CLI agents via tmux to work on tasks in parallel. Use whenever a task can be decomposed into independent subtasks (e.g. batch triage, parallel fixes, multi-file refactors). When codex and tmux are available, prefer this over…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Chain multiple vulns into critical impact attack paths.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Compare recon waves to find NEW, REGRESSED, PERSISTENT findings.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Deep pentest WP: SSRF, plugin CVE, JS mine, port scan chain.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Escape Docker containers to host root via 5 techniques.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Mine error_log for creds, paths, SQL when leak hunt finds.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Evidence-capture and PoC-redaction discipline for bug-bounty submissions: cookie redaction protocol (which fields to mask, Preview annotation / Burp panel hiding / DevTools workflow), PII black-bar discipline (what to mask in other-user data — names, emails,…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Exchange/OWA NTLM AD leak, spray attack when mail subdomain.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Entry P1 category router for file access and upload workflows. Use when testing download endpoints, file paths, local file inclusion, upload flows, preview pipelines, archive extraction, or storage and sharing boundaries.

更新
职业分类
信息安全分析师
描述

Exploit Firebase/Supabase for data via JS config leak probe.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Exploit Flask/Werkzeug debugger exposure for traceback and SECRET leaks.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Find leaked API keys, tokens, and credentials in public GitHub repositories.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Mine GitLab for secrets, CI tokens when subdomain found.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Entry P0 primary router for HackSkills. Use when the task involves web application testing, API security assessment, recon, vulnerability triage, exploit path planning, or choosing the right next category skill before any deep topic skill.

更新
职业分类
信息安全分析师
描述

Detect hardcoded passwords in HTML forms, JavaScript, and API responses.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Spoof HTTP/2 SETTINGS frames and pseudo-header order per browser profile.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Human-like mouse, keyboard and scroll behavior for behavioral bot bypass.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Hunt API security misconfiguration — mass assignment, JWT attacks, prototype pollution, HTTP verb tampering. Mass assignment: send {is_admin:true, role:admin, verified:true} on profile/account/reset endpoints — server blindly applies. JWT: alg=none, weak HMAC…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Hunting skill for auth bypass vulnerabilities. Built from 12 public bug bounty reports across SAML XSW / parser-differential (GitHub Enterprise CVE-2025-25291/25292), SAML signature stripping (Uber, Rocket.Chat, samlify CVE-2025-47949), SAML domain…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Hunt broken function-level authorization via verb drift, route shadowing, and transport gaps.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Hunt Missing/Weak Rate Limiting — login brute force, OTP/2FA brute force (10^6 keyspace), password-reset-token brute, credential stuffing, username/email enumeration via error-string / status-code / timing differences, weak password policy, missing CAPTCHA,…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Hunt cloud / infrastructure misconfigurations. AWS: public S3 buckets (s3:GetObject anonymous), permissive bucket policies (PutObjectAcl public-write), exposed CloudFront origin, public Lambda function URL, public RDS snapshot, IAM credentials in JS bundles,…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Hunt CORS Misconfiguration — origin-reflection with credentials, null-origin trust, subdomain-regex bypass (unanchored vs unescaped-dot vs prefix-only), pre-flight (OPTIONS) gating bypass, postMessage origin checks. High only when an attacker-controlled…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Hunting skill for csrf vulnerabilities. Built from 15 public bug bounty reports including modern variants — SameSite=Lax sibling-subdomain bypass (Argo CD CVE-2024-22424), GraphQL mutations-via-GET (GitLab $3,370), framework-wide CSRF middleware disabled…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Hunt Insecure Deserialization — Java gadget chains (ysoserial), PHP object injection (phpggc), Python pickle RCE, .NET BinaryFormatter, Ruby Marshal.load, JNDI/Log4Shell. RCE via deserialization is almost always Critical. Use when target runs Java, PHP…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Hunt Django-specific vulnerabilities: DRF permission gaps, ORM injection, and admin exploitation.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Hunt FastAPI-specific vulnerabilities: dependency injection gaps, Pydantic coercion, and OpenAPI mining.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Hunt file upload bugs — RCE via webshell, XSS via SVG/HTML, SSRF via XXE in DOCX, path traversal via filename. Bypass tables (10 techniques): double extension (shell.php.jpg if server checks last ext only), magic bytes spoofing (PNG header on PHP), null byte…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Hunt HTTP request smuggling (CL.TE, TE.CL, H2.CL, H2.TE). Cause: front-end proxy and back-end server disagree on where one request ends and the next begins (Content-Length vs Transfer-Encoding header parsing inconsistency). CL.TE: front-end uses CL, back uses…

原文语言:英语

更新
职业分类
信息安全分析师
描述

Hunting skill for idor vulnerabilities. Built from 26 public bug bounty reports. Use when hunting idor on any target.

原文语言:英语

更新
职业分类
信息安全分析师
描述

Hunt error leakage, DVCS exposure, source maps, config files, and differential oracles.

原文语言:英语

更新
已展示 40 / 97 个已收集 Skill。