A contextual web scanner for manipulating kitebuilder schemas used in API and web endpoint discovery. The
kbsubcommand handles schema compilation, conversion, parsing, and request replay. More information: https://github.com/assetnote/kiterunner.
kiterunner kb compile {{path/to/wordlist.json}} {{path/to/wordlist.kite}}
kiterunner kb convert {{path/to/wordlist.kite}} {{path/to/wordlist.txt}}
kiterunner kb convert {{path/to/wordlist.txt}} {{path/to/wordlist.kite}}
kiterunner kb convert {{path/to/wordlist.kite}} {{path/to/wordlist.json}}
kiterunner kb parse {{path/to/wordlist.json}} {{[-o|--output]}} {{json}}
kiterunner kb parse {{path/to/wordlist.kite}} {{[-o|--output]}} {{text}}
kiterunner kb replay {{[-w|--kitebuilder-list]}} {{path/to/wordlist.kite}} "{{request_output}}"
kiterunner kb replay {{[-w|--kitebuilder-list]}} {{path/to/wordlist.kite}} {{[-p|--proxy]}} {{http://localhost:8080}} "{{request_output}}"