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

massdns error #19

Closed
RnmX opened this issue Jul 5, 2018 · 4 comments
Closed

massdns error #19

RnmX opened this issue Jul 5, 2018 · 4 comments

Comments

@RnmX
Copy link

RnmX commented Jul 5, 2018

Hello guys,

I was experimenting with this tools recently I and found it's current implementation does not work well with massdns. I noticed the sublister which is used by domained (/bin/sublister/sublister.py) behaves differently from sublister.py which is presented in /bin/massdns/sublister.py. If I run "python domained.py -b domain.com -b --bruteall" I never actually get to see massdns's "status screen" and it looks like it got stuck.

I was able to make it work by changing these lines:
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,

to look like this:

massdnsCMD = 'python {} {} {} | {} -r resolvers.txt -t A -a -o -w {}-massdns.txt -'.format(
os.path.join(script_path, 'bin/massdns/subbrute.py'), word_file, domain,

Then it works perfectly fine.

Thanks!

@cak
Copy link
Member

cak commented Jul 5, 2018

@RnmX Thanks for reporting the issue (and the fix!) with the massdns command! If you would like to do a pull request I will get it tested and merged ASAP or if not I can update and push out.

@cak cak added bug and removed bug labels Jul 5, 2018
@cak
Copy link
Member

cak commented Jul 8, 2018

@RnmX Thank you for your patience. I am still testing this to ensure that removing the -s flag does not just appear to be working faster because it has SubBrute bypass the large word list and if so, would it be beneficial to have another function (replacing or additional) to interact with massdns without SubBrute?

@RnmX
Copy link
Author

RnmX commented Jul 17, 2018

Hello there!

Sorry for not replying but I was off for holidays. How is your testing going?

cak added a commit that referenced this issue Jan 19, 2019
MassDNS command adjusted
- Fix for #9, #19, #30
@cak
Copy link
Member

cak commented Jan 19, 2019

@RnmX Sorry for the delay, I validated and pushed your fix for MassDNS. Please let me know if any other issues. Thanks again!

@cak cak closed this as completed Jan 25, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

2 participants