Lookyloo / lookyloo

Lookyloo is a web interface that allows users to capture a website page and then display a tree of domains that call each other.
https://www.lookyloo.eu
Other
663 stars 83 forks source link

[Bug]: No redirect for uploaded html file #696

Open FafnerKeyZee opened 1 year ago

FafnerKeyZee commented 1 year ago

What happened?

when we upload an html file if there is any redirect we aren't able to download them. https://lookyloo.circl.lu/tree/a8cd7bbf-bd4b-4358-a5b9-e40cd54bb0a5

If the issue is related to the web interface, what browsers are you seeing the problem on?

No response

Relevant log output

No response

Rafiot commented 1 year ago

Okay, so this one is somewhat annoying because it isn't technically a redirect, but a URL loaded by a JS and it doesn't set the referer or anything we can use to flag it properly as a redirect.

And on top of that, the URL in the browser bar doesn't seem to be updated (it stays the URI to the file at the end of the capture), so we cannot use that either.