Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
email-list-verify
Advanced tools
CLI-tool to Verify a list of emails in a file. email-list-verify
is fast,
lightweight, and helps validate emails stored in a plain text file where each
email sits on a separate line (a single-column CSV does the trick too).
The validation accuracy is similar to that of the free services you can find in organic search results. We tested the accuracy on the sample of 1000 emails.
The output CSV file will have two unnamed columns holding emails and check results respectively.
In the check results you will get the three possible values:
true
, email is valid.false
, email is invalid.null
, email validation is disabled on a mail service provider, in many cases
that can be considered true
.The email-list-verify
script is multi-threaded and allows controlling its
concurrency via the -c
option, see CLI Usage.
You will need NodeJS and npm to run email-list-verify
,
npm i -g email-list-verify
or
yarn add global email-list-verify
Usage
$ email-list-verify -o mails.csv mails-to-test.csv
$ email-list-verify -c 50 mails.csv
$ email-list-verify --help
Options
--file, file The input file with emails.
-o, --output file The output file.
-c, --concurrency number Concurrency.
-h, --help Print this usage guide.
While most of the options are straightforward, -c
could use additional
explanation: it controls the number of threads for executing
email-list-verify
and defaults to 20
. Depending on the speed of your
internet connection, you can set it to lower (slower) or higher values (faster).
If you think you ran into something in Uploadcare libraries which might have security implications, please hit us up at bugbounty@uploadcare.com or Hackerone.
We'll contact you personally in a short time to fix an issue through co-op and prior to any public disclosure.
Issues and PRs are welcome. You can provide your feedback or drop us a support request at hello@uploadcare.com.
Released under the MIT License.
FAQs
CLI-tool to Verify a list of emails in a file.
The npm package email-list-verify receives a total of 1 weekly downloads. As such, email-list-verify popularity was classified as not popular.
We found that email-list-verify demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.