Skip to content

Extract (links/possible endpoints) from responses & filter them via decoding/sorting

Notifications You must be signed in to change notification settings

arbazkiraak/LinksDumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

LinkDumper Burp Plugin

Tab view panel using IMessageEditorTab to dump all the links from the responses:

LinkDumper

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.

About

Extract (links/possible endpoints) from responses & filter them via decoding/sorting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages