Learn about how to install Katana
go install github.com/projectdiscovery/katana/cmd/katana@latest
docker pull projectdiscovery/katana:latest
For running Ubuntu we recommend installing the following prerequisits
sudo 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
echo export $PATH=$PATH:$HOME/go/bin >> $home/.bashrc source $home/.bashrc
$home/go/bin/katana
Was this page helpful?