unfurl icon indicating copy to clipboard operation
unfurl copied to clipboard

Extract and Visualize Data from URLs using Unfurl

Results 52 unfurl issues
Sort by recently updated
recently updated
newest added

I just read https://techkranti.com/idor-through-mongodb-object-ids-prediction/, and it brought to mind a case I was working last week. Not positive it was actually this, but I'm going to check when I get...

Help Wanted
Good First Issue
Parser
Feature

**Description** The Text Fragments feature in browsers adds support for specifying a text snippet in the URL hash. Unfurl should be able to parse this out and explain what it...

Enhancement
Parser

**Description** GitHub URLs have a lot of info in them describing what is being viewed. **Examples** - https://github.com/obsidianforensics/unfurl/blob/master/unfurl/parsers/parse_twitter.py#L15 - From above, we can tell: - GitHub username (obsidianforensics) - Repo...

Help Wanted
Good First Issue
Parser
Feature

These URLs cause a misclassification: - `http://test:[email protected]` - ` test:` -> URL network location - `[email protected]` -> URL query - `http://test:/[email protected]` - `test:` -> URL network location - `/[email protected]` ->...

Bug
Parser

**Description** Unfurl has hash lookup integration with VirusTotal, but this requires an API key and is rate limited for free accounts. Add the hashlookup CIRCL API to Unfurl to do...

Enhancement
Parser

I'm one of the core dev of [lookyloo](https://github.com/Lookyloo/lookyloo) and I'd love not to reinvent the wheel when it gets to expanding URLs, and unfurl pretty much does exactly that. So...

Feature

**Description** Sometimes, we don't completely understand how to parse a long string, but we can see a timestamp in part of the string. Parse out this substring as a timestamp...

Enhancement
Parser

**Description** Add a lookup "parser" that takes a domain name in and shows some basic reputation things; for example popularity (Alexa 1M?) or if it has been flagged as bad...

Enhancement
Parser

**Description** Unfurl already decodes punycoded URLS (xn--...), but not hxxp://аbc.com (a is Slavic). It does in fact handle these (shows as % encoded, then translates back to original homograph domain....

Enhancement
Parser