ENNAENNA

Kiterunner

AGPL-3.0

๐Ÿ•ธ Web Scanning ยท Go

Kiterunner performs content discovery specifically designed for modern APIs. Unlike traditional directory brute-forcers that only test GET requests against paths, Kiterunner understands API structure and tests multiple HTTP methods, parameter combinations, and route patterns derived from thousands of real-world API schemas. It ships with curated wordlists built from Swagger/OpenAPI definitions collected from public sources. This approach discovers endpoints that traditional tools miss entirely, making it essential for API penetration testing.

3.2kstars
333forks
51issues
Updated 1y ago
+I use this

Installation

$ go install github.com/assetnote/kiterunner/cmd/kr@latest

Use Cases

  • Discovering hidden API endpoints and routes
  • Testing multiple HTTP methods against discovered paths
  • Finding undocumented REST API functionality
  • Supplementing traditional directory brute-forcing with API-aware scanning

Tags

api-discoverycontent-discoverybrute-forceapi-securityroute-fuzzing

Community Reviews

More in Web Scanning