We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-d
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>
The text was updated successfully, but these errors were encountered:
fixed GerbenJavado#82
fc5c09b
Successfully merging a pull request may close this issue.
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:
It doesn't return anything.
The HTML content of my website is:
The text was updated successfully, but these errors were encountered: