We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
netexp
Want to see as much info about the hosts as possible
after arp -a, we should loop through each line and call nmap if installed and add info we can gleam from this.
arp -a
nmap
Example call and output
> sudo nmap -sn 192.168.0.13 Starting Nmap 7.91 ( https://nmap.org ) at 2021-11-10 18:59 PST Nmap scan report for 192.168.0.13 Host is up (0.077s latency). MAC Address: EC:8E:B5:81:5B:4D (Hewlett Packard) Nmap done: 1 IP address (1 host up) scanned in 0.16 seconds
Notes:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Want to see as much info about the hosts as possible
after
arp -a
, we should loop through each line and callnmap
if installed and add info we can gleam from this.Example call and output
Notes:
The text was updated successfully, but these errors were encountered: