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

Add columbus passive source #1339

Merged
merged 2 commits into from
Aug 9, 2024
Merged

Conversation

SharokhAtaie
Copy link
Contributor

@SharokhAtaie SharokhAtaie commented Aug 9, 2024

Hi Team,

This PR introduces a new source for the Subfinder tool: Columbus Subdomain Discovery Service. Columbus is a free and publicly accessible subdomain enumeration service, which can help enhance Subfinder’s subdomain discovery capabilities.

The source has been integrated to efficiently query the Columbus service, parse the results, and add discovered subdomains to Subfinder’s output. This addition will provide users with another reliable source for subdomain enumeration, further improving the tool’s overall coverage.

You can adjust the description to include more technical details if necessary.

<Hive/> 🍯 ~ subfinder -domain "projectdiscovery.io" -sources "columbus"

               __    _____           __         
   _______  __/ /_  / __(_)___  ____/ /__  _____
  / ___/ / / / __ \/ /_/ / __ \/ __  / _ \/ ___/
 (__  ) /_/ / /_/ / __/ / / / / /_/ /  __/ /    
/____/\__,_/_.___/_/ /_/_/ /_/\__,_/\___/_/

		projectdiscovery.io

[INF] Loading provider config from /root/.config/subfinder/provider-config.yaml
[INF] Enumerating subdomains for projectdiscovery.io
webhook.api.projectdiscovery.io
cdn.projectdiscovery.io
www.projectdiscovery.io
log.projectdiscovery.io
security.projectdiscovery.io
....
....
[INF] Found 38 subdomains for projectdiscovery.io in 2 seconds 23 milliseconds

Closes #1340

Copy link
Member

@dogancanbakir dogancanbakir left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test fails

@ehsandeep ehsandeep merged commit 1c5ccf5 into projectdiscovery:dev Aug 9, 2024
8 checks passed
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

Successfully merging this pull request may close these issues.

Add columbus passive source
3 participants