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

File support for multiple domains from file. #4

Open
ehsandeep opened this issue Apr 17, 2018 · 2 comments
Open

File support for multiple domains from file. #4

ehsandeep opened this issue Apr 17, 2018 · 2 comments

Comments

@ehsandeep
Copy link

Hello,

Is it possible to feed multiple domains/subdomains from the file instead of the single domain?

eg: ./unc0ver -u file.txt -w wordlist.txt

@Surfrdan
Copy link
Owner

Hi @MadaraTech I'm afraid this is not possible at present. The tool was designed around a single target host. I'll have a think about ways in which this could be incorporated but it might be simpler to just use a bash 1 liner to itterate over an input file and call unc0ver within that for each domain

@Surfrdan
Copy link
Owner

Surfrdan commented May 16, 2018

Something like this

for d in `cat domainslist.txt`; do unc0ver -w wordlist https://$d/; done

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

No branches or pull requests

2 participants