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

xsubfind3r -d <domain> fails to find subdomains when TLD is specified after .com (e.g., test.com.np) #33

Open
5hank4r opened this issue Feb 24, 2025 · 1 comment
Assignees

Comments

@5hank4r
Copy link

5hank4r commented Feb 24, 2025

Explanation:

I encountered an issue with the xsubfind3r tool when using it to find subdomains for domains with certain TLDs. Specifically, the tool works fine for basic domains like test.com, but it fails to produce results when I add anything after .com (for example, test.com.np).

Here’s the command I ran:
xsubfind3r -d test.com.np
The output for test.com.np was different from what I expected, as the tool seemed to find subdomains of
*.np instead: test.com.np

[INF] Finding subdomains for test.com.np...

com.np
autodiscover.cynical.com.np
cpanel.cynical.com.np
ctfv8.cynical.com.np

However, when I tried test.com, it worked correctly and found subdomains as expected. It seems that the tool doesn't handle cases where the TLD is more than .com

Image

@enenumxela enenumxela self-assigned this Feb 25, 2025
@enenumxela
Copy link
Member

Hello @5hank4r let me check this out

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

2 participants