Skip to content

Instantly share code, notes, and snippets.

@cinco
Created May 6, 2020 04:33
Show Gist options
  • Save cinco/378f154e1bc80d7e047334dd2c763b2b to your computer and use it in GitHub Desktop.
Save cinco/378f154e1bc80d7e047334dd2c763b2b to your computer and use it in GitHub Desktop.
testa dns dominios
#!/bin/bash
for n in $(cat lista-dominios.txt )
do
echo "Resposta DNS para $n"
dig -t A "$n""
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment