hakluke / hakrawler

Simple, fast web crawler designed for easy, quick discovery of endpoints and assets within a web application
https://hakluke.com
GNU General Public License v3.0
4.41k stars 483 forks source link

Cannot grab some urls #142

Closed ghost closed 1 year ago

ghost commented 1 year ago

I think the software is not able to grab urls like this: Can’t remember your password?

In this case it should understand that it has to concatenate BASEURL+"resetpassword/reset"

hakluke commented 1 year ago

I can't remember if it grabs relative URLs to be honest - but you're probably right. Feel free to make a PR!

hakluke commented 1 year ago

I just checked - it grabs relative URLs just fine - the default behaviour is to convert them to absolute URLs before printing.