LinkFinder icon indicating copy to clipboard operation
LinkFinder copied to clipboard

A python script that finds endpoints in JavaScript files

Results 47 LinkFinder issues
Sort by recently updated
recently updated
newest added

@GerbenJavado @EdOverflow Is there any workaround to append domain name before the relative url's like full url ?

question

File example: ``` ``` Command: `python linkfinder.py -i s.html -o cli ` outputs nothing Solution: Changing reqular expression by adding dot to filename regex. from: `([a-zA-Z0-9_\-]{1,} # filename` to: `([a-zA-Z0-9_\-.]{1,}...

bug

For some reason when I search a particular URL I get the following error. Note that other URLs work fine. The URL contains a hash - not sure if thats...

Error message: ``` Traceback (most recent call last): File "linkfinder.py", line 375, in url = html.escape(endpoint["link"]) AttributeError: 'module' object has no attribute 'escape' ``` Last time I fixed this issue,...

In some testing I noticed we might be able to reduce a lot of false positives by introducing a min length for a URL. Now stuff like `./zh-tw` or even...

I encountered the following error while executing this command. Is there a solution? python3 linkfinder.py -i https://yxxx.com/ -d Error: invalid input defined or SSL error: HTTP Error 412: Precondition Failed

┌──(root㉿kali)-[~/Tool/LinkFinder] └─# python linkfinder.py -i https://domain/trading/assets/js/88798/datatables.min.js -o dash.html /root/Tool/LinkFinder/linkfinder.py:133: DeprecationWarning: ssl.PROTOCOL_TLSv1_2 is deprecated sslcontext = ssl.SSLContext(ssl.PROTOCOL_TLSv1_2) libEGL warning: DRI2: failed to authenticate ┌──(root㉿kali)-[~/Tool/LinkFinder] └─# Missing chrome or resource URL: resource://gre/modules/UpdateListener.jsm...

> python3 setup.py install running install /usr/lib/python3/dist-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.