1
mirror of https://github.com/carlospolop/PEASS-ng synced 2024-11-20 12:39:21 +01:00
This commit is contained in:
carlospolop 2020-09-11 07:23:27 -04:00
parent 6f102371d7
commit 4491d1d8dd

View File

@ -1335,8 +1335,8 @@ if [ "`echo $CHECKS | grep Net`" ]; then
#-- NI) Neighbours
printf $Y"[+] "$GREEN"Networks and neighbours\n"$NC
(route || ip n) 2>/dev/null
(arp -e || arp -a) 2>/dev/null
(route || ip n || cat /proc/net/route) 2>/dev/null
(arp -e || arp -a || cat /proc/net/arp) 2>/dev/null
echo ""
#-- NI) Iptables