
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
One small tool to crawl website and get a simple performance report in the console.
Small crawling tool for checking web performance
npm install -g gsping
gsping --config ./gsping.config.json
example for json format.
{
"isMobile": false,
"url": "https://www.google.com",
"times": 1,
"method": "GET",
"ua": "googlebot",
"existkey": "content=\"noodp\"",
"regexp": true
}
example crawl google for 5 times.
gsping -u https://www.google.com -t 5
example crawl google for 10 times, batch count 3 and interval 3s
gsping -u https://www.google.com -t 10 --batch 3 --interval 3000
example crawl google with google mobile(-m) bot user agent
gsping -u https://www.google.com -t 5 -m --ua googlebot
example checking some string existing in response
gsping -u https://www.google.com -t 10 --existkey itemtype=\"http://schema.org/WebPage\" --detail

FAQs
gsping ====================
We found that gsping 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
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.