yanbrasiliano / explore-hosts

This script automates multiple functions of Nmap and other host scanning programs. It simplifies network exploration, vulnerability detection, and security auditing by running predefined scans and generating comprehensive reports. This tool is designed to enhance efficiency for network administrators and security professionals by automating repetit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Exploring Hosts - Automating Tasks 🕸️

This script automates functions of Nmap, as well as other host scanning programs.

Scope of Use

This script can automate tasks using the following tools:

  1. Nmap - Network exploration and security auditing.
  2. Whois - Domain and IP address ownership lookup.
  3. Host - DNS lookup utility.

How to Use

Follow these steps to use the script:

  1. Clone the repository:

    git clone https://github.com/yanbrasiliano/explore-hosts.git
  2. Access the directory and grant execute permissions:

    cd explore-hosts
    chmod +x capture.sh
  3. 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.

Contributing

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.

About

This script automates multiple functions of Nmap and other host scanning programs. It simplifies network exploration, vulnerability detection, and security auditing by running predefined scans and generating comprehensive reports. This tool is designed to enhance efficiency for network administrators and security professionals by automating repetit

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%