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.
@onbright/lock-sdk
Advanced tools
npm install @onbright/lock-sdk
import { creatAllPassword } from '@onbright/lock-sdk'
creatAllPassword({"password":"12345600","date":"2022-11-29 16:00:00","times":"5"})
// 引入使用
import { creatQrCode } from '@onbright/lock-sdk'
// 页面元素(可选)
<img :src="qrcode" />
// 方法调用
this.qrcode = creatQrCode({
size: 200, // 二维码分辨率
correctLevel: 'M', // 二维码纠错级别 L/低;M/中;Q/高;H/最高,(非必传,默认M)
}, {
ssid: 'Tp_wifi', // wifi名称
password: '123456', // wifi密码
serverUrl: 'https://aliiot.on-bright.com', // 服务器地址
roomId: '189746792585', // 房源Id
isDhpc: false, // 是否自动IP 值为true/false
ip: '192.168.1.1', // 静态ip
mask: '123456', // 子网掩码
routerAddress: '192.168.1.1', // 路由地址
dns1: '123456', // dns1值
dns2: '123456' // dns1值
})
FAQs
昂居智家门锁SDK
We found that @onbright/lock-sdk 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.