Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 484 Bytes

README.md

File metadata and controls

36 lines (28 loc) · 484 Bytes

scan-htb

automatic scan for hackthebox

Usage

Need root

[*] Usage: bash scan-htb.sh <target>

Correct install

Install masscan

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

Install nmap

sudo apt update
sudo apt install nmap -y

Install scan-htb

git clone https://github.com/vay3t/scan-htb

Credits

  • dplastico