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.
sitemap-xwjs
Advanced tools
输入网站地址,自动爬取网站当中所有的链接,并生成sitemap。
使用npm install命令:
npm install sitemap-nodejs
var sitemap = require('sitemap-nodejs');
sitemap.init({
href:'https://www.meetqy.com',
save_path:'sitemap.xml'
});
例:
var sitemap = require('sitemap-nodejs');
sitemap.init({
href:'https://www.meetqy.com',
save_path:'sitemap.xml'
});
var sitemap = require('sitemap-nodejs');
sitemap.init({
href:'https://www.meetqy.com',
save_path:'sitemap.txt'
});
href(必须):网站地址
save_path(可选):sitemap文件保存地址,扩展名会决定生成sitemap的格式,默认为txt格式。
show_url(可选):是否在控制台打印当前爬取的url地址,默认不开启。
FAQs
输入地址,自动爬取网站中的所有link。
The npm package sitemap-xwjs receives a total of 1 weekly downloads. As such, sitemap-xwjs popularity was classified as not popular.
We found that sitemap-xwjs demonstrated a healthy version release cadence and project activity because the last version was released less than 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.