Pario TechnoBlob
About
Posts
Tag: nslookup
nslookup-scan of IP-range/subnet
#!/bin/bash # nslookup-scan of IP-range # It's possible to add more networks separated with space NETS="192.168.0" IPRange="1 254" for NET in $NETS; do for...