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

Don't see an output after running it on a txt file. Already ran setup.py file.

我该如何去解救这个报错?? >python3 linkfinder.py -i http://www.baidu.com -d -o gcy.html ``` Running against: https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/jquery/jquery-1.10.2.min_65682a2.js Running against: https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/plugins/every_cookie_4644b13.js Running against: https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/plugins/every_cookie_mac_82990d4.js Running against: https://ss1.bdstatic.com/5eN1bjq8AAUYm2zgoY3K/r/www/cache/static/protocol/https/global/js/all_async_search_f3b9a2f.js URL to access output: file://D:\LinkFinder-master\gcy.html Output can't be saved...

bug

Usage: python linkfinder.py [Options] use -h for help Error: invalid input defined or SSL error: HTTP Error 404: Not Found

Addition of a `--no_browser`/`--nB` switch to address issue #80 (_"Add an argument to not open the browser if the output is set to html"_).

linkfinder returns this output /LinkFinder/linkfinder.py:133: DeprecationWarning: ssl.PROTOCOL_TLSv1_2 is deprecated sslcontext = ssl.SSLContext(ssl.PROTOCOL_TLSv1_2) cat: standard output: Bad file descriptor

Hi, I got problem when use this tool, by the way i use WSL 2 for this tool ``` Couldn't get a file descriptor referring to the console Warning: program...

like this:`http://127.0.0.1/sadfasdfsafsdf` example: ` //var a="http://www.baidu.com/forum.php?mod=forumdisplay&fid=30517&orderby=inject&filter=author&orderby=inject&page=1"+alerxt(110)+"1"; var a = "http://127.0.0.1/sadfasdfsafsdf"; var b = "//baidu.com"; var c = '"/path?a=3&b=3"'; var d = "http"+"://" + "163.com"; s = "/test110?" + "a=3&c=3"; //var...

I tried in Windows , but it is giving me errors , is this program only meant for Linux

question

Can u expalin that how can we add cookie name and value in linkfinder cookie option with an example?

question

is it possible to add an option to ignore SSL Cert...? because it wont work on some site will pentesing on synack and other private bb program

enhancement