gwen001 / offsectools_www

A vast collection of security tools and resources curated by the community.
https://offsec.tools
184 stars 23 forks source link

[addtool] LinkFinder #16

Closed gwen001 closed 1 year ago

gwen001 commented 1 year ago

[link]https://github.com/GerbenJavado/LinkFinder[/link] [tags]endpoints,recon,javascript[/tags] [short_descr]A python script that finds endpoints in JavaScript files.[/short_descr] [long_descr]LinkFinder is a python script written to discover endpoints and their parameters in JavaScript files. This way penetration testers and bug hunters are able to gather new, hidden endpoints on the websites they are testing. Resulting in new testing ground, possibility containing new vulnerabilities. It does so by using jsbeautifier for python in combination with a fairly large regular expression. The regular expressions consists of four small regular expressions. These are responsible for finding:

The output is given in HTML or plaintext.[/long_descr]

Screenshot 2022-12-12 at 10 14 15
gwen001 commented 1 year ago

Issue correctly handled, tool is waiting for validation.

gwen001 commented 1 year ago

Tool has been accepted: http://offsec.tools/tool/linkfinder

Thank you!