MingyiSecLab/Mingyi-Atlas

Harness-driven terminal AI agent for authorized security assessment, with TUI, headless automation, persistent context, 150 built-in skills, and a dedicated pentest mode.

This repository also configures its own agents. See what Mingyi-Atlas tells them →

11Stars on the repository
156Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
Apache-2.0Licence, which decides whether bodies are shown

websocket

73

MingyiSecLab/Mingyi-Atlas

Skill Claude Code

WebSocket exploitation — origin-bypass (CSWSH cross-site WebSocket hijacking), missing per-message auth, message-type confusion, msg-flood DoS, ws→wss downgrade, hidden RPC routes in the WS frame layer.

not rated 11 2mo ago A 51 tokens copy · 97% Apache-2.0

crypto-decode

74

MingyiSecLab/Mingyi-Atlas

Skill Claude CodeCodex

Cipher detection + automated decryption via Ciphey, Cyberchef recipes, hashcat hash-ID, format conversion, common encoding chains.

not rated 11 2mo ago A 30 tokens copy · 98% Apache-2.0

exploit-reporting

75

MingyiSecLab/Mingyi-Atlas

Skill Claude Code

Exploitation finding documentation — initial access reports, exploit chain documentation, CVSS v4.0 scoring, shell/credential inventory, detection gap analysis.

not rated 11 2mo ago A 35 tokens copy · 94% Apache-2.0

ics-ot

76

MingyiSecLab/Mingyi-Atlas

Skill Claude Code

ICS / OT attack category — Modbus, BACnet, S7Comm, DNP3. Routing skill: fingerprint the industrial protocol by port + Wireshark dissector, then load the matching sub-skill. SAFETY-CRITICAL: always confirm written scope before any write/control class action.

not rated 11 2mo ago A 65 tokens copy · 94% Apache-2.0

bacnet

77

MingyiSecLab/Mingyi-Atlas

Skill Claude Code

BACnet/IP attack — UDP/47808 discovery via Who-Is broadcast, ReadProperty / WriteProperty without auth, BBMD abuse for remote reach, vendor-specific I-Am responses, COV (Change Of Value) subscription flood, Building Automation HMI pivot.

not rated 11 2mo ago A 55 tokens copy · 100% Apache-2.0

dnp3

78

MingyiSecLab/Mingyi-Atlas

Skill Claude Code

DNP3 attack — TCP/20000 (or 19999 serial-over-TCP) outstation enumeration, binary input / analog input poll, control relay output block (CROB) actuation, unsolicited reporting abuse, DNP3 Secure Authentication (DNP3-SA) downgrade, vendor-specific objects.

not rated 11 2mo ago A 66 tokens copy · 97% Apache-2.0

modbus

79

MingyiSecLab/Mingyi-Atlas

Skill Claude Code

Modbus TCP attack — port 502 enumeration, coil/holding-register read/write without auth, function-code abuse (FC8 diagnostic, FC43 read-device-id), Modbus-over-Serial via TCP gateway, write-with-no-confirm DoS, value tampering against PLCs.

not rated 11 2mo ago A 59 tokens copy · 97% Apache-2.0

s7comm

80

MingyiSecLab/Mingyi-Atlas

Skill Claude Code

Siemens S7 PLC attack — TCP/102 ISO-TP+S7-COMM, snap7 / python-snap7 enumeration, DB/M/E/A area read+write, PLC stop/start/run, password bypass (S7-300/400 vs S7-1200/1500 differences), CVE chain (e.g., Stuxnet's legacy primitives, CVE-2019-10936).

not rated 11 2mo ago A 90 tokens copy · 94% Apache-2.0

supplychain

81

MingyiSecLab/Mingyi-Atlas

Skill Claude Code

Supply-chain attack category — dependency confusion, typosquatting, package-registry abuse, build-pipeline poisoning, SBOM manipulation.

not rated 11 2mo ago A 31 tokens copy · 94% Apache-2.0

dep-confusion

82

MingyiSecLab/Mingyi-Atlas

Skill Claude CodeCodex

Dependency confusion — publish a higher-version internal package name on public registry (npm/PyPI/Maven/Crates) to coerce CI/CD into pulling attacker code.

not rated 11 2mo ago A 38 tokens copy · 100% Apache-2.0

web

83

MingyiSecLab/Mingyi-Atlas

Skill Claude Code needs its repo

Web application exploitation — the primary category skill for all web-based attacks. This is a routing skill: read this first to identify the attack type, then load the appropriate specialized sub-skill for detailed procedures. Covers 11 technique areas across injection, file access, authentication, and API…

not rated 11 2mo ago A 60 tokens copy · 94% Apache-2.0

ato-methodology

84

MingyiSecLab/Mingyi-Atlas

Skill Claude CodeCodex

Account Takeover decision tree — 9 canonical ATO paths, chaining patterns (IDOR→ATO, XSS→ATO, OAuth→ATO), MFA bypass entry points.

not rated 11 2mo ago A 39 tokens copy · 97% Apache-2.0

blind-sqli

85

MingyiSecLab/Mingyi-Atlas

Skill Claude CodeCodex

Blind SQL injection under hostile WAF — manual bypass playbook for when sqlmap fails because common tokens (SUBSTRING, IF, AND, WHERE, single quotes) are filtered. Covers token-fingerprinting probe loops, arithmetic-multiplication boolean evaluation, hex-encoded literals, and exponential-probe binary search. Loaded on…

not rated 11 2mo ago A 88 tokens copy · 95% Apache-2.0

business-logic

86

MingyiSecLab/Mingyi-Atlas

Skill Claude Code

Business logic / authentication bypass / privilege escalation — POST body field tampering (role/isadmin/usertype), 2FA bypass via response manipulation, predictable TOTP seeds, hidden authorization headers, multi-step workflow tampering. For challenges tagged businesslogic, privilegeescalation, 2fabypass, or…

not rated 11 2mo ago B 77 tokens copy · 100% Apache-2.0

cache-deception

87

MingyiSecLab/Mingyi-Atlas

Skill Claude CodeCodex

Web cache deception — trick CDN/proxy into caching authenticated responses under unauthenticated URLs, exposing PII to any visitor.

not rated 11 2mo ago A 29 tokens copy · 100% Apache-2.0

MingyiSecLab/Mingyi-Atlas

Skill Claude CodeCodex

OS Command Injection — exploiting applications that pass user input to OS commands without sanitization. Covers injection operators (;, |, ||, &&, $(), backticks, newline), blind detection (time-based, OOB callback), and bypass techniques (space, keyword, encoding).

not rated 11 2mo ago B 61 tokens original Apache-2.0

cve

89

MingyiSecLab/Mingyi-Atlas

Skill Claude Code needs its repo

Known CVE exploitation — fingerprint CMS/framework/plugin version, look up CVE candidates via cvelookup, retrieve PoCs via cvepoclookup, adapt the public exploit to the target, and confirm RCE. Use whenever the challenge tag is cve, recon fingerprinted a versioned service, or the challenge name hints at known…

not rated 11 2mo ago A 94 tokens copy · 100% Apache-2.0

MingyiSecLab/Mingyi-Atlas

Skill Claude CodeCodex

Insecure deserialization — RCE via malicious serialized objects in Java (ysoserial), PHP (PHPGGC), .NET (ysoserial.net), and Python (pickle). Covers gadget chain selection, payload generation, and injection into cookies, POST bodies, ViewState, and API endpoints.

not rated 11 2mo ago A 65 tokens original Apache-2.0

dom-clobbering

91

MingyiSecLab/Mingyi-Atlas

Skill Claude CodeCodex

DOM clobbering — abuse named HTML elements to overwrite JavaScript global variables, bypass CSP, hijack object property lookups.

not rated 11 2mo ago A 33 tokens copy · 100% Apache-2.0

file-upload

92

MingyiSecLab/Mingyi-Atlas

Skill Claude Code

Arbitrary file upload exploitation — webshell upload, extension bypass, content-type manipulation, and upload-to-RCE techniques.

not rated 11 2mo ago A 27 tokens copy · 100% Apache-2.0

graphql

93

MingyiSecLab/Mingyi-Atlas

Skill Claude Code

GraphQL exploitation — introspection, injection, authorization bypass, and data exfiltration through GraphQL APIs.

not rated 11 2mo ago A 24 tokens copy · 100% Apache-2.0

idor-exploitation

94

MingyiSecLab/Mingyi-Atlas

Skill Claude CodeCodex

Insecure Direct Object References (IDOR) — authorization bypass through predictable object references (sequential IDs, UUIDs, filenames, encoded IDs). Covers horizontal/vertical privilege escalation, ID enumeration, HTTP method tampering, and JWT sub claim manipulation.

not rated 11 2mo ago B 54 tokens original Apache-2.0

jwt

95

MingyiSecLab/Mingyi-Atlas

Skill Claude CodeCodex needs its repo

JSON Web Token attacks — algorithm confusion (alg=none, HS256↔RS256), kid header injection, JWKS spoofing, weak HMAC secret cracking, signature stripping.

not rated 11 2mo ago A 39 tokens copy · 100% Apache-2.0

ldapi

96

MingyiSecLab/Mingyi-Atlas

Skill Claude CodeCodex

LDAP injection — auth bypass via filter manipulation, blind data extraction, search filter abuse, DN injection.

not rated 11 2mo ago A 23 tokens copy · 100% Apache-2.0

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: