Tools

Rather than make this a post I plan on using this page to keep an up to date list of commands for installing various tools and applications.  Something like Kali is great but sometimes you just want to run a single command on a separate machine.

At time of writing I'm running Ubuntu 20.04 so your mileage may vary in terms of whats in your software repo.


 Name Use UI Install
 hydra automate/ brute-force service logins  cli sudo apt-get install hydra-gtk
 john password cracking cli sudo apt-get install john
 Manual install
 sudo apt-get -y install git build-essential libssl-dev zlib1g-dev
 sudo apt-get -y install yasm pkg-config libgmp-dev libpcap-dev libbz2-dev
 git clone https://github.com/magnumripper/JohnTheRipper.git
 cd src
 ./configure && make -s clean && make -sj4
 ./john --test=0
 nmap network scanner cli sudo apt install nmap
 wpscan WordPress scanner cli sudo apt install ruby
 sudo apt install build-essential libcurl4-openssl-dev libxml2 libxml2-dev libxslt1-dev ruby-dev libgmp-dev zlib1g-dev
 sudo gem install wpscan
 wpscan --update
 ZAPwebapp security GUI snap install zaproxy --classic
 metasploit vuln framework etc. cli curl https://raw.githubusercontent.com/rapid7/metasploit-omnibus/master/config/templates/metasploit-framework-wrappers/msfupdate.erb > msfinstall
 sudo bash msfinstall
 sudo msfconsole 
 searchsploit vuln db cli sudo git clone https://github.com/offensive-security/exploitdb.git /usr/share/exploit-database
 sudo ln -sf /usr/share/exploit-database/searchsploit /usr/local/bin/searchsploit
 cp -n /usr/share/exploit-database/.searchsploit_rc ~/
 vi ~/.searchsploit_rc