LinkFinder
LinkFinder copied to clipboard
Issue when find the .js files in `-d` mode
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>