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

fix(fetch_url): fix unwanted subdomain and rework fetch_url task #126

Merged
merged 4 commits into from
Aug 3, 2024

Conversation

psyray
Copy link
Contributor

@psyray psyray commented Jul 13, 2024

fix #99

I've also added:

  • rework the way that fetch_url works to be sure to fetch all the URL for the given subdomain, no others- the possibility to follow redirect for the tools that supports it
  • more loggers at some location of the fetch_url task
  • improve debug log in console to correctly display all message (some are skipped)
  • add the tool that get the URL in the console log (next I will add this information to the db with the endpoint URL and displays in the UI)

Now fetch_url is more accurate, and retrieve only the correct subdomain

@psyray psyray added the bug Something isn't working label Jul 13, 2024
@psyray psyray self-assigned this Jul 13, 2024
@psyray psyray marked this pull request as ready for review July 27, 2024 18:42
Co-authored-by: Anonymoussaurus <50231698+AnonymousWP@users.noreply.github.com>
@AnonymousWP AnonymousWP merged commit a2a9daa into master Aug 3, 2024
3 of 4 checks passed
@AnonymousWP AnonymousWP deleted the fix-99-unwanted-subdomains branch August 3, 2024 15:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

bug(scan): unwanted subdomains during fetch_url task on a given subdomain
2 participants