punk-security / dnsReaper

dnsReaper - subdomain takeover tool for attackers, bug bounty hunters and the blue team!
GNU Affero General Public License v3.0
1.93k stars 150 forks source link

Add setup.py #83

Closed undergroundwires closed 1 year ago

undergroundwires commented 1 year ago

Hi, first of all, thanks for this extensible, extensive and easy-to-use tool. I plan to test it on hundreds of thousands of domains soon.

Can we add setup.py to the source code? It would allow running simple pip install to get everything working and package the application later on. It exists on almost all mature tools and provides more standardized way to installation.

Thank you.

imnotbrandon commented 1 year ago

That's great to hear!

We'll certainly look into implementing this.

SimonGurney commented 1 year ago

Implementing this requires changing the name of our python main script, which we aren't keen on. Installing is one pip command anyway, so we dont feel there is enough value in doing this.

Thanks for the idea though, its been am interesting thing to look into