subdomain3
subdomain3 copied to clipboard
not working
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'
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 :)
i am sorry but I don't know what you mean. Can you please explain what you mean?
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.
Its working now, thanks a lot for your explanation, this really helps me out. Have a good day!