vay3t / scan-htb

automatic scan for hackthebox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

automatic scan for hackthebox

License:MIT License


Languages

Language:Shell 100.0%