Merge branch 'master' of github.com:hackerschoice/thc-tips-tricks-hacks-cheat-sheet

This commit is contained in:
Root THC
2024-08-11 12:34:30 +01:00

View File

@@ -409,7 +409,7 @@ else
netstat -in 2>/dev/null
}
echo -e "${CB}>>>>> ARP table${CN}"
command -v arp >/dev/null && arp -an 2>/dev/null | COL
{ command -v arp >/dev/null && arp -an 2>/dev/null || cat /proc/net/arp; } | COL
fi
command -v netstat >/dev/null && {