rverton / webanalyze

Port of Wappalyzer (uncovers technologies used on websites) to automate mass scanning.
MIT License
908 stars 134 forks source link

Use io.Reader interface instead of os.File for apps data #31

Closed przmv closed 4 years ago

przmv commented 4 years ago

First of all, thanks for this awesome package!

I'm trying to use webanalyze as a library but using apps.json file is not suitable in my use case, so I'd like to io.Reader interface instead. However, webanalyze relies on os.File implementation.

This pull request makes it rely on io.Reader instead of os.File.

rverton commented 4 years ago

Thanks a lot for your contribution, I just merged this into master.