Caution
Very vey noisy, that's why is fast... pls don't use it outside of CTF environments, it will disrupt any network and will get you ban or arrested.
- Creates a directory for scan results.
- Updates the /etc/hosts file with the specified IP address and directory name.
- Performs a fast Nmap scan to identify open ports.
- Conducts a detailed scan on the discovered ports.
- Saves the results in various formats (GNMAP, XML, and plain text).
- Run the following command:
./haste.sh <IP_ADDRESS> <DIRECTORY_NAME>
Note
<DIRECTORY_NAME>
: Will be used as the domain name written on the hosts
file.
This feature is mainly designed to be used on HackTheBox; where domains normally are box.htb
Feel free to contribute to this script by submitting issues or pull requests.
This script is intended for educational and ethical use only. By using this script, you agree that you will not use it for any illegal activities or to scan networks without proper authorization. Always ensure you have permission before scanning any IP addresses or networks. The author is not responsible for any misuse or damages resulting from the use of this script.
Happy Hacking!!