Skip to main content

Wyl-cmd/kxns-cli

SkillsMP has collected 97 skills from Wyl-cmd/kxns-cli. Open a skill to review its source and details.

Latest recorded source activity
SkillsMP catalog refreshed
skills collected
97
GitHub stars
4
GitHub forks
0

Showing 40 of 97 collected skills.

occupation
Computer Occupations, All Other
description

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

updated
occupation
Network & Computer Systems Administrators
description

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

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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…

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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

updated
occupation
Software Developers
description

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…

updated
occupation
Information Security Analysts
description

Chain multiple vulns into critical impact attack paths.

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

Escape Docker containers to host root via 5 techniques.

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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,…

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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.

Source text: Chinese

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

Mine GitLab for secrets, CI tokens when subdomain found.

updated
occupation
Information Security Analysts
description

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.

Source text: Chinese

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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…

updated
occupation
Information Security Analysts
description

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…

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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,…

updated
occupation
Information Security Analysts
description

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,…

updated
occupation
Information Security Analysts
description

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…

updated
occupation
Information Security Analysts
description

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…

updated
occupation
Information Security Analysts
description

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…

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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…

updated
occupation
Information Security Analysts
description

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…

updated
occupation
Information Security Analysts
description

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

updated
occupation
Information Security Analysts
description

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

updated
Showing 40 of 97 collected skills.