hannob / snallygaster

Tool to scan for secret files on HTTP servers
BSD Zero Clause License
2.07k stars 228 forks source link

dnspython not listed as requirement #3

Closed Mebus closed 6 years ago

Mebus commented 6 years ago

Hallo,

the Python package

dnspython

should be listed as a requirement.

Mebus

hannob commented 6 years ago

where do you expect it to be listed? it's mentioned in the code in a comment. I could list dependencies in the readme, but there are a few more.

I plan to do a pypi package which will of course have all dependencies properly installed.

Mebus commented 6 years ago

I think requirements.txt is common for this.

pip install -r requirements.txt

So nobody has to use Google or Stackoverflow. :blush:

Mebus

hannob commented 6 years ago

requirements.txt now added via PR from @gvarisco - will add setup.py and pip package later.

Mebus commented 6 years ago

Thank you! :smile: