
Research
PyPI Package Disguised as Instagram Growth Tool Harvests User Credentials
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
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.
0.0.1
The first public release.
FAQs
CLI-tool to Verify a list of emails in a file.
The npm package email-list-verify receives a total of 3 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.
Research
A deceptive PyPI package posing as an Instagram growth tool collects user credentials and sends them to third-party bot services.
Product
Socket now supports pylock.toml, enabling secure, reproducible Python builds with advanced scanning and full alignment with PEP 751's new standard.
Security News
Research
Socket uncovered two npm packages that register hidden HTTP endpoints to delete all files on command.