hakluke / hakrawler

Simple, fast web crawler designed for easy, quick discovery of endpoints and assets within a web application

Home Page:https://hakluke.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot grab some urls

opened this issue · comments

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"

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

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