Explore the code
Select a repository from the list to view its structure, README, and statistics.
KittySploit Framework
Modules API
Track the latest framework modules — filter by type, date, CVE, author, and more. Read-only, no auth required.
/api/v1
Quickstart
Latest exploits updated in the last 7 days:
curl "https://search.kittysploit.com/api/v1/modules/latest?type=exploits&days=7&limit=10"
Search auxiliary HTTP modules mentioning WordPress:
curl "https://search.kittysploit.com/api/v1/modules?type=auxiliary&subtype=http&q=wordpress&limit=20"
Endpoints
/api/v1/modules
List and search modules. Supports pagination and all filters below.
/api/v1/modules/latest
Newest modules first. Optional days, type, limit.
/api/v1/modules/{module_path}
Single module detail, e.g. exploits/linux/http/foo.py.
/api/v1/types
Catalog of types (exploits, auxiliary, …) and subtypes with counts.
/api/v1/meta
Index stats, commit SHA, last sync timestamps.
/api/v1/openapi.json
OpenAPI 3 machine-readable spec.
Query parameters
qFull-text search (name, title, path, description)typePrimary type: exploits, auxiliary, scanner, listeners, payloads, post, …subtypePath subtype: http, linux, shell, aws, …authorAuthor substringcveCVE id, e.g. CVE-2024-1234since / untilUpdated date window (YYYY-MM-DD or ISO-8601)sortupdated_at (default), updated_at_asc, created_at, name, typepage / limitPagination (max limit 100)daysOn /modules/latest only — last N daysTry it
// Response appears here
Select a track