Nekmo / dirhunt

Find web directories without bruteforce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Meta refresh tag not considered

simon-wessel opened this issue · comments

dirhunt does not consider meta refreshes that redirect to another web page:

<meta http-equiv="refresh" content="0;URL=/someotherdirectory">

This might also be true for JavaScript redirects, but I haven't tested that yet.

commented

Added to milestone v0.8.0!

commented

Now available in the development branch! :)

That's great, thanks 👍