• Go

  • Brew

  • Docker

  • GitHub

  • Binary

Enter the command below in a terminal to install ProjectDiscovery’s httpx using Go.
go install -v github.com/projectdiscovery/httpx/cmd/httpx@latest

Installation Notes

  • httpx requires the lastest 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