Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
@prokopschield/website-screenshot
Advanced tools
$ yarn add @prokopschield/website-screenshot
import { screenshot } from '@prokopschield/website-screenshot';
const preview = await screenshot(
'url',
[
// requested resolutions
// e.g. { x: 1920, y: 1080 }
],
{
// options
// imgFormat: 'jpeg' | 'png' | 'webp'
// imgQuality: number between 0 and 100 (jpeg/webp)
}
);
preview.error; // Error | undefined
preview.screenshots; // Map<resolution, Buffer>
preview.screenshots.get('1920x1080'); // screenshot of resolution 1920x1080 if requested, or undefiend
preview.URLs; // set of URLs that were accessed
preview.load_time_ms; // how long the page took to load
preview.size; // how many bytes were actually fetched
preview.html; // page's html after rendering
preview.resources; // Map<URL, Buffer>
Please note you must be root (Unix/GNU) or administrator (Windows)
# yarn global add @prokopschield/website-screenshot
# npm i -g @prokopschield/website-screenshot
$ website-screenshot PAGE [[-r] resolution] [[-f] format] [[-q] quality] >FILENAME
FAQs
Take a screenshot of a website
We found that @prokopschield/website-screenshot 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
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.