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

Windows | Error | URL Failed #146

Closed ImInTheICU closed 1 year ago

ImInTheICU commented 1 year ago

Im running windows 11, with go for windows. Screenshot 2022-12-31 072356

hakluke commented 1 year ago

Sorry I don't know why this is. Perhaps it has something to do with the way that windows handles line breaks? I've only tested on linux + mac

m3hrajbhat commented 1 year ago

Sorry I don't know why this is. Perhaps it has something to do with the way that windows handles line breaks? I've only tested on linux + mac

Seeing this in linux also!

hakluke commented 1 year ago

Are you using the most up to date version? I can't replicate this.

m3hrajbhat commented 1 year ago

Are you using the most up to date version? I can't replicate this.

Yes I believe, I downloaded it via go install github.com/hakluke/hakrawler@latest and using git clone. Both throwing same error!

ghost commented 1 year ago

Same issue with Windows and amd as processor

AimanHakeem commented 1 year ago

running on windows 10 having same issue

AimanHakeem commented 1 year ago

Issue resolved , need to run using power shell.

ali-0x11 commented 1 year ago

i have the same issue on linux

hakluke commented 1 year ago

For others seeing this: it's likely because you don't have a http:// or https:// at the start of the URL.