|
|
@ -4,7 +4,6 @@
|
|
|
|
# $1 == Domain to scan
|
|
|
|
# $1 == Domain to scan
|
|
|
|
# $2 == Nameserver to do the zone transfer from
|
|
|
|
# $2 == Nameserver to do the zone transfer from
|
|
|
|
# $3 == Default username for connections
|
|
|
|
# $3 == Default username for connections
|
|
|
|
# $4 == Windows password file (optional and unencrypted plain text; use at your own risk!)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scan_domain=$1
|
|
|
|
scan_domain=$1
|
|
|
|
scan_ns=$2
|
|
|
|
scan_ns=$2
|
|
|
|