automatic scan for hackthebox
Need root
[*] Usage: bash scan-htb.sh <target>
sudo apt update
sudo apt install git gcc make libpcap-dev -y
git clone https://github.com/robertdavidgraham/masscan
cd masscan
make -j
sudo make install
sudo apt update
sudo apt install nmap -y
git clone https://github.com/vay3t/scan-htb
- dplastico