Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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
https://github.com/yanbrasiliano/explore-hosts
explore-host nmap scanning-programs shell-script whois
Last synced: about 4 hours ago
JSON representation
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
- Host: GitHub
- URL: https://github.com/yanbrasiliano/explore-hosts
- Owner: yanbrasiliano
- License: gpl-3.0
- Created: 2021-03-17T00:00:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T01:18:20.000Z (5 months ago)
- Last Synced: 2024-06-04T02:57:33.479Z (5 months ago)
- Topics: explore-host, nmap, scanning-programs, shell-script, whois
- Language: Shell
- Homepage:
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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:**
```bash
git clone https://github.com/yanbrasiliano/explore-hosts.git
```2. **Access the directory and grant execute permissions:**
```bash
cd explore-hosts
chmod +x capture.sh
```3. **Run the script with the necessary permissions:**
```bash
./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.