
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
This CLI is extensible and allows you to interact with online banking sites in general. Check below for implemented services and examples.
Google Chrome 59 is needed to use headless mode. You can also download Chrome Canary and use it alongside your current Chrome stable version.
A global installation is preferred:
npm i -g
Now exec ebank --help
for details on supported commands.
Create a .env
file in the root folder (with proper permissions!) with the specific vars required for authentication. For example: ebank bbva
would need the following vars:
BBVA_DNI=
BBVA_USER=
BBVA_PASSWORD=
Add specific credentials as needed by other commands.
You are welcome to submit a new online banking command utility :)
See API docs: https://chromedevtools.github.io/devtools-protocol/
FAQs
Extensible online banking command line interface
We found that ebank-cli 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.