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.
Remote debugging tool like weinre, replacing web inspector with the latest chrome devtools frontend.
Browse it on your phone: https://chii.liriliri.io/playground/test/demo.html
Open https://chii.liriliri.io/playground/ and click inspect to start debugging the demo page.
In order to try it for different sites, execute the script below on browser address bar.
javascript:(function () { var script = document.createElement('script'); script.src="//chii.liriliri.io/playground/target.js"; document.body.appendChild(script); })();
You can get it on npm.
npm install chii -g
Start the server with the following command.
chii start -p 8080
Use this script to inject the target code into your webpage.
<script src="//host-machine-ip:8080/target.js"></script>
Then browse to localhost:8080 to start debugging your page.
It's also possible to embed devtools in the same page using iframe. All you have to do is setting an extra embedded attribute on the script element.
<script src="//host-machine-ip:8080/target.js" embedded="true"></script>
Visit Embedded Iframe or Separate Iframe to see how it works.
Read Contributing Guide for development setup instructions.
1.14.0 (23 Sep 2024)
FAQs
Chrome devtools framework
The npm package chii receives a total of 1,950 weekly downloads. As such, chii popularity was classified as popular.
We found that chii demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers 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.