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

Add support for list of domains #26

Open
attacker34 opened this issue Jan 29, 2020 · 3 comments
Open

Add support for list of domains #26

attacker34 opened this issue Jan 29, 2020 · 3 comments
Labels
enhancement New feature or request

Comments

@attacker34
Copy link

Hi @1N3

Can you please add support for list of domains as "subdomain module" is not working as expected. So it will be a good feature to have option for feeding list of domains.

Thanks.

@1N3
Copy link
Owner

1N3 commented Jan 29, 2020

Will look into this.

@1N3 1N3 added the enhancement New feature or request label Jan 29, 2020
@danzee1
Copy link

danzee1 commented Jul 20, 2020

Is there work around for this @1N3 ?

something like this.. Its not working ..

 for i in $(cat hosts.txt);do echo $i | blackwidow

@1N3
Copy link
Owner

1N3 commented Jul 20, 2020

Yes, use:

for a in `cat hosts.txt`; do echo $a && blackwidow -d $a; done;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants