Bashrc.wiki: Added arpresolve section

This commit is contained in:
David Thurstenson 2021-06-05 19:07:36 -05:00
parent 850f3c2aac
commit 77ee20dc7f
1 changed files with 10 additions and 0 deletions

View File

@ -151,6 +151,16 @@ Sometimes you just need to figure out what font provides a specific character. T
---- ----
== Resolve IP Addresses to MAC Addresses with `arping` ==
https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/arpresolve.bash
This utility comes in handy when I just want a MAC address as a string without having to dig through `nmap` output for it.
Unfortunately not all devices are cooperative to this method, so ymmv.
----
==Get Dell Service Tag== ==Get Dell Service Tag==
https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/getdst.bash https://git.thurstylark.com/vcsh/bashrc.git/tree/.bashrc.d/getdst.bash