This script automates functions of Nmap, as well as other host scanning programs.
This script can automate tasks using the following tools:
- Nmap - Network exploration and security auditing.
- Whois - Domain and IP address ownership lookup.
- Host - DNS lookup utility.
Follow these steps to use the script:
-
Clone the repository:
git clone https://github.com/yanbrasiliano/explore-hosts.git
-
Access the directory and grant execute permissions:
cd explore-hosts chmod +x capture.sh
-
Run the script with the necessary permissions:
./capture.sh
Note: Ensure you have Nmap, Whois, and any other required programs installed on your system. Check the script for specific functionality and install the necessary tools accordingly.
All shared scripts can be used and improved. Contributions are welcome! Feel free to open issues and submit pull requests to enhance this project.
Enjoy the script 🏁
All shared scripts can be used and improved.