hakrawler
hakrawler copied to clipboard
AntexMv
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.