Skip to content

[Issue] the dL switch not working #453

@Rahimianes

Description

@Rahimianes

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
Selection_999(735)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions