Nice to fire off a quick arp (using nmap) to see what's on your network.
Uses standard indicators to assess whether current OS is Win - used by whoami
Executes an ip addr show
equiv, ifconfig
if Win, ipconfig
if Nix
Sandbox method (untouched in this commit)
Sandbox method (untouched in this commit)
Generic shell executor, optional params for
- Showing the command output in stdout (default)
- Executing the command in parallel (default is syncronous)
Executes nmap for a given IP, with -Pn
param