You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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