AgentStack
MingyiSecLab avatar

MingyiSecLab

46 listings · 0 installs

Open-source publisher. Listings imported from github.com/MingyiSecLab — credited to the original author with their license.

↗ github.com/MingyiSecLab
46 results
Self-run
SKILL

Final Report

Final engagement report generation — executive summary, technical report, findings aggregation, attack path narrative, detection gap matrix, remediation roadmap.

0
14
Free
Self-run
SKILL

Benchmark

Benchmark mode marker — engagement objective is flag capture. Generic engagement rules apply unchanged.

0
14
Free
Self-run
SKILL

Coercer

Authentication coercion against Windows / AD — PetitPotam (MS-EFSR), PrinterBug (MS-RPRN), DFSCoerce (MS-DFSNM), ShadowCoerce (MS-FSRVP), Coercer.py meta-tool. Force a Windows machine to NTLM-authenticate to attacker, then relay or crack offline.

0
12
Free
Self-run
SKILL

Atlas

Atlas orchestrator workflow — engagement intake, OPPLAN build, execution loop via task() delegation, final report. Tools=[]; everything ships through sub-agents.

0
15
Free
Self-run
SKILL

Prompt Injection

Hunt LLM prompt injection and tool-call hijacking in modern AI-integrated applications (CWE-1427). Covers indirect injection via RAG, tool abuse, exfiltration chains, and jailbreak-to-RCE pivots on agentic systems.

0
16
Free
Self-run
SKILL

Dcsync

Abuse replication rights (DS-Replication-Get-Changes + GetChangesAll) to dump krbtgt and arbitrary user NT hashes from a DC.

0
13
Free
Self-run
SKILL

Bloodhound Query

BloodHound ingestion + canonical Cypher queries for AD attack-path enumeration. Run after collector dumps zip; promotes findings into the knowledge graph.

0
14
Free
Self-run
SKILL

Docker Socket Mount

Docker / containerd socket mounted into a container → host RCE. Common in CI runners, GitOps controllers (ArgoCD, Flux), and 'Docker-in-Docker' setups. Single-command escape via `docker run --rm --privileged -v /:/host alpine chroot /host`.

0
21
Free
Self-run
SKILL

Xss To Takeover

Build chains from XSS into account takeover or privileged action execution.

0
16
Free
Self-run
SKILL

Ntlm Relay

NTLM relay deep-dive — `ntlmrelayx` configuration matrix (SMB, LDAP, LDAPS, HTTP, RPC, IMAP, MSSQL), SMB-signing bypass, target selection (DC for DCSync, ADCS for cert, LAPS reader for cleartext), session relay vs cracking trade-off, multi-relay (forward auth from one victim to many).

0
16
Free
Self-run
SKILL

Playwright Cli

Automate browser interactions, test web pages and work with Playwright tests.

0
14
Free
Self-run
SKILL

Asrep Roasting

Request AS-REP for accounts with DONT_REQ_PREAUTH set and crack offline — like kerberoast but no auth required.

0
15
Free
Self-run
SKILL

Cred Reuse

Build chains where leaked or weak credentials pivot across services to privileged access.

0
15
Free
Self-run
SKILL

Analyst

Root pointer for the analyst's vulnerability research playbooks. Load this first at iteration start to see the full catalog of vuln-class and chain-building skills.

0
10
Free
Self-run
SKILL

Ssti Analysis

Hunt server-side template injection across Jinja2/Twig/Freemarker/Velocity/Handlebars and validate progression from expression injection to code execution.

0
15
Free
Self-run
SKILL

Bounty Hunting

Bug bounty white-box hunting methodology. Load when the target is an open-source project with a security advisory program, bug bounty, or responsible disclosure policy.

0
16
Free
Self-run
SKILL

Laps

Extract LAPS-managed local administrator passwords from AD computer objects (ms-Mcs-AdmPwd / msLAPS-Password).

0
13
Free
Self-run
SKILL

Engagement Lifecycle

Red team engagement lifecycle management — initiation, phase transitions, go/no-go gates, deconfliction, emergency procedures, completion.

0
16
Free
Self-run
SKILL

Orchestration

Atlas orchestrator patterns — delegation, state management, adaptive re-planning, context handoff protocols.

0
15
Free
Self-run
SKILL

Azure Managed Identity

Azure Managed Identity abuse — IMDS at 169.254.169.254 from compromised VM / App Service / Function, token exchange for Graph/ARM/KeyVault, federated workload identity abuse, hybrid AAD Connect MSOL credential extraction.

0
15
Free
Self-run
SKILL

Xxe Analysis

Hunt XML External Entity flaws in parsers and validate file read / SSRF impact with strict negative controls.

0
16
Free
Self-run
SKILL

Kill Chain Analysis

Kill chain analysis and attack path decision-making — findings analysis, attack vector selection, target prioritization, phase transitions.

0
19
Free
Self-run
SKILL

Pattern Exhaustion

Systematic pattern exhaustion methodology. Load after finding any confirmed vulnerability to search for all instances of the same root cause pattern across the codebase.

0
17
Free
Self-run
SKILL

Ssrf Analysis

Hunt Server-Side Request Forgery (CWE-918) through taint analysis from user-controlled URLs to HTTP client sinks. Covers cloud metadata pivoting, DNS rebinding, gopher smuggling, and the IMDSv1 → IAM role chain that turns SSRF into RCE.

0
14
Free
Self-run
SKILL

Engagement Startup

Mandatory first-turn startup procedure — checks for existing engagements, resume/new selection, workspace initialization.

0
16
Free
Self-run
SKILL

Deserialization Analysis

Hunt insecure deserialization (CWE-502) across Python pickle, Java ObjectInputStream / Jackson / SnakeYAML, .NET BinaryFormatter / DataContractJson, PHP unserialize, Ruby Marshal/YAML.load, and Node.js vm. Direct path to unauthenticated RCE.

0
16
Free
Self-run
SKILL

Container

Container / Kubernetes attack category — pod escape, RBAC abuse, runtime CVE exploitation, socket-mount escape. Routing skill: identify the surface (pod-internal RCE vs API-level vs build-pipeline), then load the matching sub-skill.

0
21
Free
Self-run
SKILL

Idor Analysis

Hunt Insecure Direct Object Reference (CWE-639) — missing authorization checks on object IDs. Covers horizontal vs vertical privilege escalation, UUID vs integer guessing, and GraphQL introspection-driven IDOR discovery.

0
14
Free
Self-run
SKILL

Certipy Esc Chain

ADCS abuse via Certipy — find vulnerable templates (ESC1-ESC15), request a certificate, authenticate as the target, dump the krbtgt. Full chain in 4 commands. Covers ESC1 (any SAN), ESC2 (any-purpose EKU), ESC3 (enrollment-agent), ESC4 (vulnerable ACL), ESC8 (NTLM relay to CA), ESC9/10/11/13.

0
15
Free
Self-run
SKILL

Nuclei

Nuclei CLI parameter reference and usage patterns - YAML-template vulnerability scanning, target input modes, template filters, output formats, rate limits, ProjectDiscovery dashboard upload, and common scan commands.

0
29
Free
Self-run
SKILL

Kerberoasting

Request Kerberos TGS tickets for SPN-bound service accounts and crack offline with hashcat — classic AD priv-esc primitive.

0
18
Free
Self-run
SKILL

Prototype Pollution

Hunt JavaScript prototype pollution (CWE-1321) — the 2023-2026 meta-vulnerability that chains into RCE, auth bypass, and SSRF on most Node.js stacks.

0
15
Free
Self-run
SKILL

Auth Bypass

Hunt authentication/authorization bypass in route guards, role checks, tenant boundaries, and state-machine transitions.

0
16
Free
Self-run
SKILL

Netexec

NetExec (CrackMapExec successor) — unified SMB/LDAP/MSSQL/WinRM/RDP/SSH/FTP/VNC protocol auth + post-auth modules. 200+ modules incl. BloodHound auto-ingest, ESC1-15 scanning, PrintNightmare, LDAP relay.

0
17
Free
Self-run
SKILL

Command Injection Analysis

Hunt OS command injection (CWE-78) — user input reaching shell, exec, or system calls. Covers argument-array bypasses, path confusion, and template-string injection in modern frameworks.

0
12
Free
Self-run
SKILL

Sql Injection

Hunt SQL injection (CWE-89) via source-level taint tracking. Covers string concat, format-string, ORM raw queries, second-order injection, and NoSQL injection in MongoDB/DynamoDB.

0
19
Free
Self-run
SKILL

Idor To Priv Esc

Build chains where IDOR enables privilege escalation and high-impact control-plane actions.

0
15
Free
Self-run
SKILL

Container Cve

High-impact container-runtime CVE catalog — runC Leaky Vessels (CVE-2024-21626/-23651/-23652/-23653), CVE-2022-0185 (FUSE/legacy-fs), CVE-2019-5736 (runC binary replace), CRI-O Dirty COW analogs, Kubernetes API server CVE-2019-11247 (custom-resource RBAC bypass). Fingerprint → match → exploit.

0
20
Free
Self-run
SKILL

Aws Iam Enum

Enumerate AWS IAM policies, detect privilege escalation paths per Rhino Security Labs canonical 21 primitives.

0
17
Free
Self-run
SKILL

Adcs Esc1

Exploit Active Directory Certificate Services ESC1 — vulnerable template allows arbitrary SAN, enabling user impersonation up to domain admin.

0
13
Free
Self-run
SKILL

Cloud

Cloud exploitation lane — AWS IAM privesc, S3 takeover, k8s RBAC abuse, Terraform state leaks, cloud metadata pivoting.

0
18
Free
Self-run
SKILL

Trust Boundary

Trust boundary mapping and startup sequence audit for developer tools, CLI apps, and plugin systems. Load when the target is a developer tool, CLI, IDE extension, or any application that loads config from the current directory.

0
14
Free
Self-run
SKILL

Ssrf To Rce

Build and validate SSRF pivot chains toward metadata/infra control and final code execution impact.

0
14
Free
Self-run
SKILL

Aws Iam Passrole Chain

AWS IAM privilege escalation via `iam:PassRole` chains — Lambda/Glue/Sagemaker/EC2/ECS PassRole to a higher-priv role, AssumeRole chains across accounts, sts:GetCallerIdentity recon, account hijack via legacy root-mfa-bypass.

0
18
Free
Self-run
SKILL

Ad

Active Directory attack lane — BloodHound ingestion, Kerberoasting, ADCS ESC scanning, DCSync, LAPS extraction.

0
18
Free
Self-run
SKILL

Path Traversal

Hunt directory traversal and archive traversal (ZipSlip/TarSlip) from user input to filesystem operations.

0
16
Free
You've reached the end · 46 loaded