GitHub - arbazkiraak/LinksDumper: Extract (links/possible endpoints) from responses & filter them via decoding/sorting
2019-08-28 20:00:31 Author: github.com(查看原文) 阅读量:207 收藏

Join GitHub today

GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.

Sign up

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

Python

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

LinkDumper

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.

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.


文章来源: https://github.com/arbazkiraak/LinksDumper
如有侵权请联系:admin#unsafe.sh