subfinder / research

❄️ Research project for SubFinder core API V2
MIT License
35 stars 8 forks source link

remove cobra dependency #76

Open picatz opened 5 years ago

picatz commented 5 years ago

I absolutely love cobra. 🐍

However, I think that the command-line interface for subfinder would be much simpler, for our case, if we didn't use it.

Example

We would turn this:

$ subfinder enumerate google.com
...

Into this (effectively just dropping enumerate) :

$ subfinder google.com
...