We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 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
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
[Feature Request] Multiple Domains loaded from file laramies#418
3c65f3d
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: