dnsgen icon indicating copy to clipboard operation
dnsgen copied to clipboard

Exiting without showing any error!

Open agrawalsmart7 opened this issue 6 years ago • 2 comments

Hi, I have installed all the modules correctly but still, it didn't run. It exits silently without showing any error.

I run this command $ python3 dnsgen.py And it exits back to my directory?

agrawalsmart7 avatar Oct 06 '19 07:10 agrawalsmart7

You need to run python3 setup.py install in order to install CLI. dnsgen.py is a module that does not run any code on start.

PatrikHudak avatar Oct 06 '19 17:10 PatrikHudak

Now it's working, one thing I want to suggest you is to add the DNS resolver. Yeah, we can use massdns but if it's by default in your tool it will be more good. But anyway the tool is really good.

agrawalsmart7 avatar Oct 07 '19 05:10 agrawalsmart7