LinkFinder icon indicating copy to clipboard operation
LinkFinder copied to clipboard

Issue when find the .js files in `-d` mode

Open tungpun opened this issue 4 years ago • 0 comments

Hi,

I found an issue in -d mode. I think the root cause is LinkFinder can't find the .js file from the first URL using regex.

The command is:

python3 linkfinder.py -i https://mywebsites/ -d -o cli

It doesn't return anything.

The HTML content of my website is:

<!DOCTYPE html><html><body><script src=/js/first-file.js></script><script src=/js/app.js></script></body></html>

tungpun avatar Sep 11 '20 16:09 tungpun