diff --git a/domained.py b/domained.py index 41249f2..e473e5e 100644 --- a/domained.py +++ b/domained.py @@ -106,8 +106,8 @@ def enumall(): def massdns(): print("\n\n\033[1;31mRunning massdns \n\033[1;37m") word_file = os.path.join(script_path, 'bin/sublst/all.txt' if bruteall else 'bin/sublst/sl-domains.txt') - massdnsCMD = 'python {} -s {} | {} -r resolvers.txt -t A -a -o -w {}-massdns.txt -'.format( - os.path.join(script_path, 'bin/subbrute/subbrute.py'), word_file, + massdnsCMD = 'python {} -s {} {} | {} -r resolvers.txt -t A -a -o -w {}-massdns.txt -'.format( + os.path.join(script_path, 'bin/subbrute/subbrute.py'), word_file, domain, os.path.join(script_path, 'bin/massdns/bin/massdns'), output_base) print("\n\033[1;31mRunning Command: \033[1;37m{}".format(massdnsCMD)) os.system(massdnsCMD)