getJS icon indicating copy to clipboard operation
getJS copied to clipboard

Various refactors and simple improvements

Open renbou opened this issue 2 years ago • 2 comments

Hi, found you project and wanted to contribute a bit, since the only closest tool to this I know is written in python, so hopefully someday this ends up replacing it. since go is simply faster :) Scanning thousands of urls with go for js files and maybe checking they're vulnerable or something is definitely faster than python.

Made some refactorings:

  • if simplification using chaining
  • modified and simplified logger
  • switched to go mod, which is the default way of shipping go projects now
  • added common shorthands like in ffuf, curl etc

renbou avatar Oct 22 '21 16:10 renbou

Hi, any updates?

renbou avatar Oct 26 '21 23:10 renbou

Hi, Im very sorry. I never got a notification of this PR and somehow I missed it completely. Thank you for the contributation and well made changes!

When running your version, im getting the following error: afbeelding

003random avatar Mar 18 '22 11:03 003random