# fping fping -aqg 192.168.7.0/24 # bash for i in {1..254} ;do (ping -c 1 192.168.7.$i | grep "from" &) ;done # ipv6 cat ipv6s.txt | xargs -I {} ping6 -c 1 {} | grep 'bytes from'
Last updated 6 months ago
Β© 2024 Yuuki. Copyright & Made with <3