Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't crawl localhost #44

Open
Olyno opened this issue Oct 29, 2021 · 4 comments
Open

Can't crawl localhost #44

Olyno opened this issue Oct 29, 2021 · 4 comments

Comments

@Olyno
Copy link

Olyno commented Oct 29, 2021

Hi 👋🏻

I tried to crawl http://localhost:3000 but looks like i can't: [0000] ERROR Failed to parse domain

How could i fix that please?

Using the latest commit.

@ocervell
Copy link

+1

@JodisKripe
Copy link

JodisKripe commented Mar 1, 2023

Try http://localhost.localdomain (in your case http://localhost.localdomain:3000)

If it doesn't work, You can add that to your /etc/hosts

Something Like this

# Loopback entries; do not change.
# For historical reasons, localhost precedes localhost.localdomain:
127.0.0.1   localhost localhost.localdomain localhost4 localhost4.localdomain4
::1         localhost localhost.localdomain localhost6 localhost6.localdomain6

Note: This /etc/hosts was default for me on fedora 36

@ocervell
Copy link

ocervell commented Apr 7, 2023

imo we shouldn't need to have a to specify an aliased domain for this, we should be able to scan localhost directly ...

@JodisKripe
Copy link

imo we shouldn't need to have a to specify an aliased domain for this, we should be able to scan localhost directly ...

Yeah agreed, but I think the issue faced was resolved as soon as there was a 'period'(.) in the domain.
This could be fixed by the Team, but this is like, the temporary fix. I'm not 100% sure that's the reason for the issue, but this seemed to work for me then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants