An open API service indexing awesome lists of open source software.

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

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
![Demo image](demo.png)