View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006510 | Kali Linux | Queued Tool Addition | public | 2020-06-22 16:31 | 2020-06-28 09:59 |
Reporter | g0tmi1k | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | acknowledged | Resolution | open | ||
Summary | 0006510: LinkFinder - finds endpoints in JavaScript files | ||||
Description | [Name] - LinkFinder 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: Full URLs (https://example.com/) | ||||