# Download precomiled binary
https://github.com/assetnote/kiterunner/releases
# Extract
tar -xvf kiterunner_1.0.2_linux_amd64.tar.gz
# Add to path
sudo mv kr /opt/kr
# Make a link
sudo ln -s /opt/kr /usr/bin/kr
Basic scans
# Help menu
kr -h
# Scan
kr scan -h
kr scan <input> <flags>
kr scan hosts.txt -A=apiroutes-210228:5000
kr scan domain.com -w wordlist.kite
kr scan domains.txt -W rafter.txt -D=0 # this just uses the words as a normal wordlist, disables depth scanning
# Wordlists
kr wordlist list