Войти
  • 51Просмотров
  • 1 неделя назадОпубликованоTHA HACK FRIDAY

How to Install GO Tools Easily | Like Katana, Httpx, Nuclei Setup Guide 2026

Learn how to install tools made with GO, including popular tools like *Katana, Httpx, Nuclei, Subfinder, Naabu, DNSX, TLSX, Uncover, Waybackurls, and HTTPROBE*. This tutorial covers two simple methods to set up these tools on your system quickly and efficiently. --- “How to install tools made with GO.” *Example:* Katana, Httpx, Nuclei, etc. --- 1st Method: Install via Go Commands *Step 1:* Update and upgrade your system, then install Go: apt update -y && apt upgrade -y apt install golang-go *Step 2:* Verify the Go version: go version *Step 3:* Install the tools using Go: Example: go install @latest *Popular tools installation commands:* KATANA : go install @latest HTTPX : go install @latest NUCLEI : go install @latest SUBFINDER : go install @latest NAABU : go install @latest DNSX : go install @latest TLSX : go install @latest UNCOVER : go install @latest WAYBACKURLS : go install @latest HTTPROBE : go install @latest --- 2nd Method: Install via GitHub Zip *Step 1:* Update, upgrade, and install Go: apt update -y && apt upgrade -y *Step 2:* Verify the Go version: go version *Step 3:* Download the tool’s zip file from GitHub. *Step 4:* Unzip and navigate to the folder: unzip cd katana-main *Step 5:* Move the tool to `/usr/bin/` for global access: sudo mv toolname /usr/bin/ --- ✅ *Subscribe for more tutorials on Go tools, ethical hacking, and penetration testing.* 🔔 *Don’t forget to like, comment, and share!* --- #tutorial #katanatools #go #install #cybersecurity #ethicalhacking #bugsbunny #hackingwork #hackers #linux #tools #projectdiscovery