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

Fails to crawl domains having a port number #113

Closed 0xcrypto closed 2 years ago

0xcrypto commented 2 years ago

Hakrawler fails to crawl the url which have port number mentioned

echo "https://hackberry.xyz:443" | hakrawler             # returns no output
echo "https://hackberry.xyz" | hakrawler                 # works fine
ErikOwen commented 2 years ago

I think this commit broke the support for specifying port numbers