Skip to content

Instantly share code, notes, and snippets.

@ethicalhack3r
Created August 3, 2013 09:59
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ethicalhack3r/6145925 to your computer and use it in GitHub Desktop.
Save ethicalhack3r/6145925 to your computer and use it in GitHub Desktop.
Zone Transfer Alexa Top 1 Million using dnsrecon
#!/bin/bash
while read LINE ; do
N=$((N+1))
echo "$N - $LINE"
python dnsrecon.py -d $LINE -t axfr -c axfr_results/$N-$LINE.csv
done < alexa.txt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment