https://github.com/maxi07/ipscan
A Nmap alias for quickly printing all host and ips on the current network
https://github.com/maxi07/ipscan
hostname ip networking nmap shell
Last synced: 11 months ago
JSON representation
A Nmap alias for quickly printing all host and ips on the current network
- Host: GitHub
- URL: https://github.com/maxi07/ipscan
- Owner: maxi07
- Created: 2024-12-19T12:12:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-19T15:14:03.000Z (over 1 year ago)
- Last Synced: 2025-05-19T12:48:07.839Z (about 1 year ago)
- Topics: hostname, ip, networking, nmap, shell
- Language: Shell
- Homepage:
- Size: 73.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ipscan
ipscan is a shell script, that can be called via alias to quickly show all ative hosts and their ips on the current network. It uses `nmap`, which must be installed prior.
## Alias
To add the script as alias, simply open your terminal profile with `nano ~/.zprofile` and add the following line:
`alias ipscan=/path/to/ipscan.sh`
## Demo
