Paying for Web Search

Jon Sully

0 Minutes

100% Human-Written

Some kind of description

My words…

for i in {1..254}; do ping -c 1 -W 10 10.0.0.$i & done; wait;
arp -a | awk '{print $2, $4}' | grep -v incomplete | sed 's/[()]//g' | while read ip mac; do
  vendor=$(curl -s https://api.macvendors.com/$mac)
  echo "$ip → $mac → $vendor"
  sleep 1
done

Comments? Thoughts?

Please note: spam comments happen a lot. All submitted comments are run through OpenAI to detect and block spam.