Skip to content

vay3t/scan-htb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages