Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
The YAWAST Antecedent Web Application Security Toolkit
YAWAST is an application meant to simplify initial analysis and information gathering for penetration testers and security auditors. It performs basic checks in these categories:
This is meant to provide a easy way to perform initial analysis and information discovery. It's not a full testing suite, and it certainly isn't Metasploit. The idea is to provide a quick way to perform initial data collection, which can then be used to better target further tests. It is especially useful when used in conjunction with Burp Suite (via the --proxy
parameter).
Please see the wiki for full documentation.
YAWAST is packaged as a Ruby Gem & Docker container to make installing it as easy as possible. Details are available on the wiki.
The simplest options to install are:
As a Gem: gem install yawast
Via Docker: docker pull adamcaudill/yawast
It's strongly recommended that you review the installation documentation, to make sure you have the proper dependencies.
The following tests are performed:
--files
) & 21,332 common directories (via --dir
)CMS Detection:
SSL Information:
Checks for the following SSL issues are performed:
Note: By default, YAWAST uses SSL Labs, meaning this is a small subset of issues detected.
Certain DNS information is collected:
--subdomains
--srv
In addition to these tests, certain basic information is also displayed, such as IPs (and the PTR record for each IP), HTTP HEAD request, and others.
The most common usage scenario is as simple as:
yawast scan <url1> <url2>
Detailed usage information is available on the wiki.
Sample output for a scan and TLS-specific checks are on the wiki.
FAQs
Unknown package
We found that yawast 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
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.