Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue when find the .js files in -d mode #82

Open
tungpun opened this issue Sep 11, 2020 · 0 comments · May be fixed by #83
Open

Issue when find the .js files in -d mode #82

tungpun opened this issue Sep 11, 2020 · 0 comments · May be fixed by #83

Comments

@tungpun
Copy link

tungpun commented Sep 11, 2020

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 pushed a commit to tungpun/LinkFinder that referenced this issue Sep 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant