mirror of
https://github.com/carlospolop/PEASS-ng
synced 2024-11-20 12:39:21 +01:00
add
This commit is contained in:
parent
6f102371d7
commit
4491d1d8dd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user