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

AntexMv

AntexMv opened this issue · comments

echo https://www.google.com | docker run --rm -i hackluke/hakrawler -subs

Error parsing URL: parse "https://www.google.com ": invalid character " " in host name
No way to make it works :(

I have a worser issue and I made it work like this.
Put an url/urls to a notepad file and run this
cat {fileName}.txt | go run hakrawler.go

It looks like you may have some kind of weird character at the end of the URL when you run the command... Any chance you're running it on Windows? Perhaps the difference in line breaks between windows/linux is causing the issue...

Closing due to inactivity - if you're still having problems please open a new issue with as much detail as possible. It would be great to include a file that isn't working for you.