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.
Warning: Experimental
bugger
provides Chrome Devtools bindings for node.
It integrates tightly with Chrome which means two things:
npm install -g bugger
Start example/alive.js
in debug mode:
bugger example/alive.js
Pass parameters to the script:
# This will be interpreted as a port paramter for alive.js
bugger example/alive.js --port=3000
# This will be interpreted as a port paramter for bugger itself
bugger --port=3000 example/alive.js
Pass V8 options (or advanced node options):
node --trace_gc $(which bugger) example/alive.js
The correct URL will be written to the output. It should look similar to this:
chrome-devtools://devtools/bundled/devtools.html?ws=127.0.0.1:8058/websocket
You can also open chrome://inspect
if you started Chrome with --remote-debugging-targets=localhost:8058
.
The process should pop up on that page almost immediately.
-v, --version
: Print version information-h, --help
: Show usage help-p, --port
: The devtools protocol port to use, default: 8058-b, --brk
: Pause on the first line of the scriptbabel --source-maps
or coffee --map
)cluster
.babel-core/register
and coffee-script/register
, editing the files doesn't work #48console.{time, timeEnd, timeStamp}
$0..$4
bugger was heavily inspired by node-inspector and nodebug.
FAQs
Chrome Devtools Agents for node.js
The npm package bugger receives a total of 2 weekly downloads. As such, bugger popularity was classified as not popular.
We found that bugger 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.