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

[Issue] Capitalization in domains breaks subfinder when reading from a domain list input file #1071

Closed
StarkZarn opened this issue Dec 5, 2023 · 0 comments · Fixed by #1072
Assignees
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.

Comments

@StarkZarn
Copy link

Describe the bug
Subfinder is literal about capitlization when reading from an input file. Capitalization in domain names causes no subdomains to be found. This only seems to occur with the -dL flag, not the -d flag.

Subfinder version
v.2.6.3

Complete command you used to reproduce this
echo 'Google.com' >> google.txt
subfinder -dL google.txt
Observe zero results.
In contrast....
subfinder -d Google.com
Observe valid results

Screenshots

image

image

@dogancanbakir dogancanbakir self-assigned this Dec 5, 2023
@dogancanbakir dogancanbakir added the Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors. label Dec 5, 2023
@ehsandeep ehsandeep added the Status: Completed Nothing further to be done with this issue. Awaiting to be closed. label Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Completed Nothing further to be done with this issue. Awaiting to be closed. Type: Bug Inconsistencies or issues which will cause an issue or problem for users or implementors.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants