Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

Commit 4509a08

Browse files
committed
Fix for #9 - massdns cmd
1 parent 3ea7707 commit 4509a08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domained.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def massdns():
144144
word_file = os.path.join(
145145
script_path, "bin/sublst/all.txt" if bruteall else "bin/sublst/sl-domains.txt"
146146
)
147-
massdnsCMD = "python {} {} {} | {} -r resolvers.txt -t A -a -o -w {}-massdns.txt".format(
147+
massdnsCMD = "python {} {} {} | {} -r resolvers.txt -t A -o S -w {}-massdns.txt".format(
148148
os.path.join(script_path, "bin/subbrute/subbrute.py"),
149149
word_file,
150150
domain,

0 commit comments

Comments
 (0)