s0ld13rr

35 mods across 2 repositories, 652 stars between them.

svc-web-server

25

s0ld13rr/pentestcode

Skill Claude CodeCodex

Web SERVER software (not app-layer) attack techniques — server misconfigs, known server CVEs, path traversal, exposed status/config. Use when you fingerprint the web server itself (for app-layer bugs use the web- skills). Triggers - Server header, Apache 2.4.49/2.4.50, nginx alias traversal, IIS, Tomcat…

566 11d ago B 90 tokens original MIT

s0ld13rr/pentestcode

Skill Claude CodeCodex

Broken access control - IDOR, privilege escalation, JWT abuse, mass assignment, forced browsing - for web apps and APIs. Use on any multi-user or role-based app with object IDs, tokens, or admin functionality. Triggers - /api/users/ , /orders/ , ?account=/uid=/doc=, JWT (eyJ...), role/isAdmin field, admin panel, "403…

566 11d ago A 97 tokens original MIT

web-deserialization

27

s0ld13rr/pentestcode

Skill Claude CodeCodex

Insecure deserialization to RCE for web apps. Use when the app deserializes attacker-controlled data - cookies/tokens/hidden fields/params that are serialized blobs, VIEWSTATE, Java/PHP/.NET/Python/Node apps. Triggers - base64 starting rO0AB or hex AC ED 00 05 (Java), PHP serialize O-prefix, VIEWSTATE, python pickle…

566 11d ago A 98 tokens original MIT

web-lfi-traversal

28

s0ld13rr/pentestcode

Skill Claude CodeCodex

Path traversal / Local File Inclusion detection→file-read→RCE for web apps. Use when a param names a file/path/page/template/lang/download, or a response embeds file contents. Triggers - file=/page=/path=/template=/lang=/download=/include= param, ../, %2e%2e, "no such file", directory listing, download endpoint.

566 11d ago A 83 tokens original MIT

web-sqli

29

s0ld13rr/pentestcode

Skill Claude CodeCodex

SQL injection detection→exploitation→proof for web apps and APIs. Use when a parameter reaches a DB query, when input triggers a SQL error / boolean or time differential, or during VULN-ASSESSMENT/EXPLOITATION on a web target. Triggers - sql syntax error, ORA-/MySQL/psql/SQLite error string, ' or 1=1, order by…

566 11d ago A 100 tokens original MIT

web-ssrf

30

s0ld13rr/pentestcode

Skill Claude CodeCodex

Server-Side Request Forgery detection→internal-access→proof for web apps. Use when the app fetches a URL you influence (webhooks, url/image/pdf fetchers, link preview, import-from-URL, SSO/OIDC redirect, XML/SVG). Triggers - url=/uri=/dest=/callback= param, "fetch failed", webhook, image proxy, /next/image…

566 11d ago C 91 tokens original MIT

web-ssti

31

s0ld13rr/pentestcode

Skill Claude CodeCodex

Server-Side Template Injection detection→engine-fingerprint→RCE for web apps. Use when user input renders into a server-side template (names, greetings, email/PDF/report generators, error pages, profile fields) and math payloads evaluate. Triggers - {{77}} returns 49, ${77}.

566 11d ago A 71 tokens original MIT

web-upload-rce

32

s0ld13rr/pentestcode

Skill Claude CodeCodex

File-upload abuse to code execution for web apps. Use when the app accepts a file (avatar, document, image, import, attachment) and you can influence name/type/content, or find where uploads land. Triggers - multipart upload form, avatar/profile picture, import/attachment, "invalid file type", uploaded file URL…

566 11d ago A 76 tokens original MIT

web-xxe

33

s0ld13rr/pentestcode

Skill Claude CodeCodex

XML External Entity injection detection→file-read/SSRF→proof for web apps. Use when the app parses XML you influence - SOAP/REST XML bodies, SAML, RSS/Atom, DOCX/XLSX/SVG/XML file uploads, sitemap import, SVG avatars. Triggers - Content-Type application/xml or text/xml, <?xml, SOAPAction header, SAMLResponse…

566 11d ago A 94 tokens original MIT