Documentation Index
Fetch the complete documentation index at: https://docs.projectdiscovery.io/llms.txt
Use this file to discover all available pages before exploring further.
Go
Docker
GitHub
Ubuntu
Binary
Enter the command below in a terminal to install ProjectDiscovery’s Katana using Go.
go install github.com/projectdiscovery/katana/cmd/katana@latest
Enter the command below in a terminal to install ProjectDiscovery’s Katana using Go.
To install/update Docker to the latest tagdocker pull projectdiscovery/katana:latest
Enter the command below in a terminal to install ProjectDiscovery’s Katana using GitHub.
go install github.com/projectdiscovery/katana/cmd/katana@latest
For running Ubuntu we recommend installing the following prerequisitssudo apt update
sudo snap refresh
sudo apt install zip curl wget git
sudo snap install golang --classic
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
sudo sh -c 'echo "deb http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list'
sudo apt update
sudo apt install google-chrome-stable
https://github.com/projectdiscovery/katana/releases
- Download the latest binary for your OS.
- Unzip the file to run binary.
Installation Notes
- Katana requires the latest version of Go
- Add the Go bin path to the system paths. On OSX or Linux, in your terminal use
echo export $PATH=$PATH:$HOME/go/bin >> $home/.bashrc
source $home/.bashrc