#!/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