Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arbazkiraak/LinksDumper
Extract (links/possible endpoints) from responses & filter them via decoding/sorting
https://github.com/arbazkiraak/LinksDumper
Last synced: about 1 month ago
JSON representation
Extract (links/possible endpoints) from responses & filter them via decoding/sorting
- Host: GitHub
- URL: https://github.com/arbazkiraak/LinksDumper
- Owner: arbazkiraak
- Created: 2019-08-27T09:21:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-27T09:54:40.000Z (over 5 years ago)
- Last Synced: 2024-08-01T10:16:27.042Z (4 months ago)
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 84
- Watchers: 4
- Forks: 19
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bugbounty-tools - LinksDumper - Extract (links/possible endpoints) from responses & filter them via decoding/sorting (Recon / Links)
README
# LinkDumper Burp Plugin
> Tab view panel using `IMessageEditorTab` to dump all the links from the responses:
![LinkDumper](https://user-images.githubusercontent.com/13177578/63759484-39863300-c8db-11e9-9090-5cd52ae6fffd.PNG)
# Workflow:> Dump links from respones,If url is hex/url encoded then decode it,Sort all the results to put the most likeable links at the top & rest junk(html/javascript junk) in the last.
> Why to include junk? why not just links:
* Finding all possible type links is really difficult task,There are many cases where the endpoints are stored in differential structures where they are hard to extract using regex.
* So it's a good practice a take a look around junks to find something interesting.# Customize:
> Dump links from the responses of content-types defined at `WHITELIST_MEMES ` list. Modify it accordingly, The more you keep it accurate the less memory it takes.