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

AntexMv #134

Closed AntexMv closed 1 year ago

AntexMv commented 2 years ago

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 :(

MoonHyper commented 2 years ago

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

hakluke commented 2 years ago

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...

hakluke commented 1 year ago

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.