-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Describe the bug
after an update to the v2.4.6 version the -dL switch not working properly.
before update I using the below command for collection subdomains from the list
subfinder -config ~/.config/subfinder/config.yaml -dL domains.txt
and after the update, I could not collect the subdomains via the above command, and the output of the above command is found 0 subdomains for google.com
but when I used the below command its working.
subfinder -config ~/.config/subfinder/config.yaml -d google.com
now I resolved problem with using the below command:
for I in cat domains.txt;do subfinder -d $i;done
Subfinder version
2.4.6
Complete command you used to reproduce this
for I in cat domains.txt;do subfinder -d $i;done
Screenshots

Metadata
Metadata
Assignees
Labels
No labels