[Issue] Capitalization in domains breaks subfinder when reading from a domain list input file #1071
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.
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
The text was updated successfully, but these errors were encountered: