jsfinder
jsfinder copied to clipboard
Patch 1
old snippet would have allowed javascript links to have double slashes which wouldn't be a valid js file in few cases
Test case -> jsUrl = /testing.js url = https://imspaceboy.com/ end result will be https://imspaceboy.com//testing.js
In case of chaining output from this tool to other tools, jsluice for example, if the server isn't accepting the double slashes this would cause loss of few positive results as it would be returining 404.