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

[Feature Request] Multiple Domains loaded from file #418

Open
bds4me-thomasbrugger opened this issue Apr 12, 2020 · 1 comment
Open

[Feature Request] Multiple Domains loaded from file #418

bds4me-thomasbrugger opened this issue Apr 12, 2020 · 1 comment

Comments

@bds4me-thomasbrugger
Copy link

bds4me-thomasbrugger commented Apr 12, 2020

Feature Request or Bug or Other
Multiple Domains from file

Describe the feature request or bug or other
Collection some inputs about more as one url

Some trying with wget and grep make some good results, too:

wget --timeout=4 --waitretry=0 --tries=2 -q -O - -i url.txt | grep -E -o "\b[a-zA-Z0-9.-]+@[a-zA-Z0-9.-]+.[de|com|at]+\b" | sort -u > emaillist.txt

@NotoriousRebel
Copy link
Collaborator

I don't think it would be too difficult to make it so you can pass in a file with multiple domains it would just require another for loop here.

@L1ghtn1ng L1ghtn1ng changed the title [Feature Request] Multiple Domains [Feature Request] Multiple Domains loaded from file Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants