AlephNullSK / dnsgen

Generates combination of domain names from the provided input.
MIT License
871 stars 118 forks source link

Exiting without showing any error! #2

Open agrawalsmart7 opened 4 years ago

agrawalsmart7 commented 4 years ago

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?

PatrikHudak commented 4 years ago

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.

agrawalsmart7 commented 4 years ago

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.