|
| 1 | +# claude-red — Library Mindmap |
| 2 | + |
| 3 | +A visual map of every skill in the library, by category. Use it to navigate, to discover skills you didn't know existed, and to spot coverage gaps before an engagement. |
| 4 | + |
| 5 | +References for completeness checking: [MITRE ATT&CK](https://attack.mitre.org/), [HackTricks](https://book.hacktricks.xyz/), [OWASP WSTG](https://owasp.org/www-project-web-security-testing-guide/), [PayloadsAllTheThings](https://github.com/swisskyrepo/PayloadsAllTheThings). |
| 6 | + |
| 7 | +--- |
| 8 | + |
| 9 | +## Library Map |
| 10 | + |
| 11 | +```mermaid |
| 12 | +mindmap |
| 13 | + root((claude-red)) |
| 14 | + Web |
| 15 | + sqli |
| 16 | + xss |
| 17 | + ssrf |
| 18 | + ssti |
| 19 | + xxe |
| 20 | + idor |
| 21 | + file-upload |
| 22 | + rce |
| 23 | + deserialization |
| 24 | + race-condition |
| 25 | + request-smuggling |
| 26 | + open-redirect |
| 27 | + parameter-pollution |
| 28 | + graphql |
| 29 | + waf-bypass |
| 30 | + business-logic |
| 31 | + Auth |
| 32 | + jwt |
| 33 | + oauth |
| 34 | + Active-Directory |
| 35 | + active-directory |
| 36 | + Wireless |
| 37 | + wifi |
| 38 | + wifi-recon |
| 39 | + wpa2-psk |
| 40 | + wpa3-sae |
| 41 | + wpa-enterprise |
| 42 | + wps |
| 43 | + evil-twin |
| 44 | + krack-fragattacks |
| 45 | + deauth-disassoc |
| 46 | + bluetooth-ble |
| 47 | + bluetooth-classic |
| 48 | + zigbee-thread-matter |
| 49 | + z-wave |
| 50 | + lorawan-sub-ghz |
| 51 | + Cloud |
| 52 | + cloud |
| 53 | + Mobile |
| 54 | + mobile |
| 55 | + IoT |
| 56 | + iot |
| 57 | + Infrastructure |
| 58 | + initial-access |
| 59 | + advanced-redteam |
| 60 | + edr-evasion |
| 61 | + shellcode |
| 62 | + keylogger-arch |
| 63 | + windows-mitigations |
| 64 | + windows-boundaries |
| 65 | + Exploit-Dev |
| 66 | + exploit-development |
| 67 | + exploit-dev-course |
| 68 | + basic-exploitation |
| 69 | + crash-analysis |
| 70 | + mitigations |
| 71 | + toctou |
| 72 | + Fuzzing |
| 73 | + fuzzing |
| 74 | + fuzzing-course |
| 75 | + bug-identification |
| 76 | + vuln-classes |
| 77 | + Recon |
| 78 | + osint |
| 79 | + osint-methodology |
| 80 | + AI |
| 81 | + ai-security |
| 82 | + Utility |
| 83 | + fast-checking |
| 84 | + reporting |
| 85 | +``` |
| 86 | + |
| 87 | +--- |
| 88 | + |
| 89 | +## Coverage Cross-Reference |
| 90 | + |
| 91 | +Use this table to confirm coverage of common offensive surfaces. If a row has no skill, it's a gap. |
| 92 | + |
| 93 | +### Web Application (OWASP WSTG) |
| 94 | + |
| 95 | +| Surface | Skill | |
| 96 | +|---|---| |
| 97 | +| Information gathering | `recon/offensive-osint`, `recon/offensive-osint-methodology` | |
| 98 | +| Configuration / deployment | `web/offensive-waf-bypass` | |
| 99 | +| Identity management | `auth/offensive-jwt`, `auth/offensive-oauth` | |
| 100 | +| Authentication | _(planned: `web/auth-bypass`)_ | |
| 101 | +| Authorization | `web/offensive-idor` | |
| 102 | +| Session management | `auth/offensive-jwt`, `auth/offensive-oauth` | |
| 103 | +| Input validation | `web/offensive-sqli`, `web/offensive-xss`, `web/offensive-xxe`, `web/offensive-ssti`, `web/offensive-ssrf` | |
| 104 | +| Error handling | _(implicit across web skills)_ | |
| 105 | +| Cryptography | _(planned)_ | |
| 106 | +| Business logic | `web/offensive-business-logic` | |
| 107 | +| Client-side | `web/offensive-xss`, `web/offensive-open-redirect` | |
| 108 | +| API testing | `web/offensive-graphql` | |
| 109 | + |
| 110 | +### Internal Network / Active Directory (MITRE ATT&CK Enterprise) |
| 111 | + |
| 112 | +| Tactic | Skill | |
| 113 | +|---|---| |
| 114 | +| Reconnaissance | `recon/offensive-osint`, `active-directory/offensive-active-directory` | |
| 115 | +| Initial Access | `infrastructure/offensive-initial-access` | |
| 116 | +| Execution | `infrastructure/offensive-advanced-redteam` | |
| 117 | +| Persistence | `active-directory/offensive-active-directory` | |
| 118 | +| Privilege Escalation | `active-directory/offensive-active-directory` | |
| 119 | +| Defense Evasion | `infrastructure/offensive-edr-evasion`, `infrastructure/offensive-windows-mitigations`, `infrastructure/offensive-windows-boundaries` | |
| 120 | +| Credential Access | `active-directory/offensive-active-directory` | |
| 121 | +| Discovery | `recon/offensive-osint`, `active-directory/offensive-active-directory` | |
| 122 | +| Lateral Movement | `active-directory/offensive-active-directory`, `infrastructure/offensive-advanced-redteam` | |
| 123 | +| Collection | `infrastructure/offensive-advanced-redteam` | |
| 124 | +| Command and Control | `infrastructure/offensive-advanced-redteam` | |
| 125 | +| Exfiltration | `infrastructure/offensive-advanced-redteam` | |
| 126 | +| Impact | `infrastructure/offensive-advanced-redteam` | |
| 127 | + |
| 128 | +### Wireless |
| 129 | + |
| 130 | +| Surface | Skill | |
| 131 | +|---|---| |
| 132 | +| Recon / war-driving | `wireless/offensive-wifi-recon` | |
| 133 | +| WPA2-PSK | `wireless/offensive-wifi` | |
| 134 | +| WPA3-SAE | `wireless/offensive-wifi` | |
| 135 | +| WPA-Enterprise | `wireless/offensive-wifi` | |
| 136 | +| WPS | `wireless/offensive-wifi` | |
| 137 | +| Evil twin / KARMA / Mana | `wireless/offensive-wifi` | |
| 138 | +| KRACK / FragAttacks | `wireless/offensive-wifi` | |
| 139 | +| Bluetooth (BLE + Classic) | `wireless/offensive-wifi` | |
| 140 | +| Zigbee / Thread / Matter | `wireless/offensive-wifi` | |
| 141 | +| Z-Wave | `wireless/offensive-wifi` | |
| 142 | +| LoRa / sub-GHz | `wireless/offensive-wifi` | |
| 143 | + |
| 144 | +### Cloud |
| 145 | + |
| 146 | +| Provider / Surface | Skill | |
| 147 | +|---|---| |
| 148 | +| AWS — privesc, IMDS, persistence | `cloud/offensive-cloud` | |
| 149 | +| Azure — privesc, IMDS, persistence | `cloud/offensive-cloud` | |
| 150 | +| GCP — privesc, IMDS, persistence | `cloud/offensive-cloud` | |
| 151 | +| Cross-cloud / OIDC trust | `cloud/offensive-cloud` | |
| 152 | +| Hybrid identity (AAD Connect, ADFS) | _(planned: `cloud-identity/`)_ | |
| 153 | + |
| 154 | +### Mobile |
| 155 | + |
| 156 | +| Platform / Surface | Skill | |
| 157 | +|---|---| |
| 158 | +| Android static + dynamic | `mobile/offensive-mobile` | |
| 159 | +| iOS static + dynamic | `mobile/offensive-mobile` | |
| 160 | +| Firebase / cloud misconfig | `mobile/offensive-mobile` | |
| 161 | +| Mobile API testing | `mobile/offensive-mobile` | |
| 162 | +| Biometric / pinning bypass | `mobile/offensive-mobile` | |
| 163 | + |
| 164 | +### IoT / Embedded |
| 165 | + |
| 166 | +| Layer | Skill | |
| 167 | +|---|---| |
| 168 | +| Hardware recon | `iot/offensive-iot` | |
| 169 | +| UART / JTAG / SWD | `iot/offensive-iot` | |
| 170 | +| Flash extraction | `iot/offensive-iot` | |
| 171 | +| Firmware analysis | `iot/offensive-iot` | |
| 172 | +| Bootloader / secure boot | `iot/offensive-iot` | |
| 173 | +| RTOS exploitation | `iot/offensive-iot` | |
| 174 | +| ICS / OT protocols | `iot/offensive-iot` | |
| 175 | +| MQTT / CoAP | `iot/offensive-iot` | |
| 176 | + |
| 177 | +### Exploit Development |
| 178 | + |
| 179 | +| Topic | Skill | |
| 180 | +|---|---| |
| 181 | +| Beginner / mitigations off | `exploit-dev/offensive-basic-exploitation` | |
| 182 | +| Course curriculum | `exploit-dev/offensive-exploit-dev-course` | |
| 183 | +| Stack / heap / ROP | `exploit-dev/offensive-exploit-development` | |
| 184 | +| Modern mitigations | `exploit-dev/offensive-mitigations` | |
| 185 | +| Crash triage | `exploit-dev/offensive-crash-analysis` | |
| 186 | +| TOCTOU / race | `exploit-dev/offensive-toctou`, `web/offensive-race-condition` | |
| 187 | + |
| 188 | +### Fuzzing & Vulnerability Research |
| 189 | + |
| 190 | +| Topic | Skill | |
| 191 | +|---|---| |
| 192 | +| Coverage-guided fuzzing | `fuzzing/offensive-fuzzing` | |
| 193 | +| Fuzzing curriculum | `fuzzing/offensive-fuzzing-course` | |
| 194 | +| Static review patterns | `fuzzing/offensive-bug-identification` | |
| 195 | +| Vuln class taxonomy | `fuzzing/offensive-vuln-classes` | |
| 196 | + |
| 197 | +### AI Security |
| 198 | + |
| 199 | +| Topic | Skill | |
| 200 | +|---|---| |
| 201 | +| Prompt injection / jailbreak / RAG | `ai/offensive-ai-security` | |
| 202 | + |
| 203 | +### Utility |
| 204 | + |
| 205 | +| Topic | Skill | |
| 206 | +|---|---| |
| 207 | +| Fast triage checklist | `utility/offensive-fast-checking` | |
| 208 | +| Pro pentest reporting | `utility/offensive-reporting` | |
| 209 | + |
| 210 | +--- |
| 211 | + |
| 212 | +## How to Use the Mindmap |
| 213 | + |
| 214 | +- **Pre-engagement:** Walk the relevant category branch and confirm a skill exists per surface in scope. Gaps you spot here are gaps in the engagement plan. |
| 215 | +- **During engagement:** Click into the category for the surface you're testing; load only those skills into Claude. |
| 216 | +- **Post-engagement:** Cross-check findings against the relevant Mindmap branches to ensure no surface was skipped. |
0 commit comments