chorsley / python-Wappalyzer

Python driver for Wappalyzer, a web application detection utility.
GNU General Public License v3.0
309 stars 122 forks source link

feature request - cli mode #47

Closed vay3t closed 3 years ago

vay3t commented 3 years ago

I find it useful that it had a cli mode, even so it continues to function as a module

dogasantos commented 3 years ago

in the mean time, you can do that using the original wappalyzer via nodejs.

vay3t commented 3 years ago

yes, but it is not supported in ARM

tristanlatr commented 3 years ago

We could use https://github.com/google/python-fire It looks easy

vay3t commented 3 years ago

so is. maybe with sys.argv it is also possible although it requires extra steps, but for the complexity of the application I find that it should not be a problem. but I think it would be a somewhat paleolithic solution hahaha

tristanlatr commented 3 years ago

Hi @vay3t can you pull latest version from master and give me your feedback regarding the CLI interface ?

Thanks

vay3t commented 3 years ago

It works well. :). something fancy to run, but it works

tristanlatr commented 3 years ago

I did not use Python fire after all, just argparse. It was really overkill and the help message not great.