rverton / webanalyze

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

feat: only find scripts once per url #68

Closed derekperkins closed 1 year ago

derekperkins commented 1 year ago

There's no reason to use goquery to parse out all the scripts once per app, this just finds them once, then still references them in the Each loop

rverton commented 1 year ago

Thanks!