kiterunner kb
all
A contextual web scanner for manipulating kitebuilder schemas used in API and web endpoint discovery. The `kb` subcommand handles schema compilation, conversion, parsing, and request replay.
More info →Options (3)
-o, --outputbooleanParse a kitebuilder schema and output prettified JSON data
Example:
kiterunner kb parse {{path/to/wordlist.json}} {{[-o|--output]}} {{json}}-w, --kitebuilder-listbooleanReplay a specific request from a kitebuilder schema output
Example:
kiterunner kb replay {{[-w|--kitebuilder-list]}} {{path/to/wordlist.kite}} "{{request_output}}"-p, --proxybooleanReplay a request through a proxy for inspection
Example:
kiterunner kb replay {{[-w|--kitebuilder-list]}} {{path/to/wordlist.kite}} {{[-p|--proxy]}} {{http://localhost:8080}} "{{request_output}}"Examples (8)
Compile a kitebuilder schema from JSON to a kite file
kiterunner kb compile path/to/wordlist.json path/to/wordlist.kiteConvert a kite file to a text wordlist
kiterunner kb convert path/to/wordlist.kite path/to/wordlist.txtConvert a text wordlist to a kite file
kiterunner kb convert path/to/wordlist.txt path/to/wordlist.kiteConvert a kite file to a JSON schema
kiterunner kb convert path/to/wordlist.kite path/to/wordlist.jsonParse a kitebuilder schema and output prettified JSON data
kiterunner kb parse path/to/wordlist.json [-o|--output] jsonParse a kite file and output prettified text data
kiterunner kb parse path/to/wordlist.kite [-o|--output] textReplay a specific request from a kitebuilder schema output
kiterunner kb replay [-w|--kitebuilder-list] path/to/wordlist.kite "request_output"Replay a request through a proxy for inspection
kiterunner kb replay [-w|--kitebuilder-list] path/to/wordlist.kite [-p|--proxy] http://localhost:8080 "request_output"made by @shridhargupta | data from tldr-pages