subdomain3 icon indicating copy to clipboard operation
subdomain3 copied to clipboard

not working

Open truesamurai opened this issue 5 years ago • 4 comments

Its not working: python brutedns.py -d gooogle.com -s high -l 5

                      _         _                       _       ____  
                     | |       | |                     (_)     |___ \ 
            ___ _   _| |__   __| | ___  _ __ ___   __ _ _ _ __   __) |
           / __| | | | '_ \ / _` |/ _ \| '_ ` _ \ / _` | | '_ \ |__ < 
           \__ \ |_| | |_) | (_| | (_) | | | | | | (_| | | | | |___) |
           |___/\__,_|_.__/ \__,_|\___/|_| |_| |_|\__,_|_|_| |_|____/ 
            Coded By yanxiu (V3.0 RELEASE) email:[email protected]
            

[Errno 2] No such file or directory: 'result/gooogle.com'

truesamurai avatar Nov 30 '19 21:11 truesamurai

Its not working: python brutedns.py -d gooogle.com -s high -l 5

                      _         _                       _       ____  
                     | |       | |                     (_)     |___ \ 
            ___ _   _| |__   __| | ___  _ __ ___   __ _ _ _ __   __) |
           / __| | | | '_ \ / _` |/ _ \| '_ ` _ \ / _` | | '_ \ |__ < 
           \__ \ |_| | |_) | (_| | (_) | | | | | | (_| | | | | |___) |
           |___/\__,_|_.__/ \__,_|\___/|_| |_| |_|\__,_|_|_| |_|____/ 
            Coded By yanxiu (V3.0 RELEASE) email:[email protected]

[Errno 2] No such file or directory: 'result/gooogle.com'

mkdir result :)

gustavorobertux avatar Dec 01 '19 12:12 gustavorobertux

i am sorry but I don't know what you mean. Can you please explain what you mean?

truesamurai avatar Dec 01 '19 12:12 truesamurai

Sure,

I suppose you are using Linux to use this tool.

Then you should do the following:

  • Create a folder result
# mkdir result

Then run the command again:

# python brutedns.py -d google.com -s high -l 5

With that, the search result from google.com goes to the folder "result", which you created earlier.

gustavorobertux avatar Dec 01 '19 12:12 gustavorobertux

Its working now, thanks a lot for your explanation, this really helps me out. Have a good day!

truesamurai avatar Dec 01 '19 13:12 truesamurai