Nekmo / dirhunt

Find web directories without bruteforce
MIT License
1.73k stars 237 forks source link

Meta refresh tag not considered #71

Closed simon-wessel closed 4 years ago

simon-wessel commented 4 years ago

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.

Nekmo commented 4 years ago

Added to milestone v0.8.0!

Nekmo commented 4 years ago

Now available in the development branch! :)

simon-wessel commented 4 years ago

That's great, thanks :+1: