
Research
Two Malicious Rust Crates Impersonate Popular Logger to Steal Wallet Keys
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
mongoose-os-emulator
Advanced tools
The project aims to support mongoose os mjs emulation on PC.
npm install --save mongoose-os-emulator
In your init.js file include the below line at the top.
require('mongoose-os-emulator')();
node init.js 0
Where 0 is your emulated device_id. The localhost port for the UI can be calculated as
5000 + device_id
. E.g.
node init 1
http://127.0.0.1:5001
To Run on Windows
double click run.bat
To run on Linux
./run.sh
To make a request
run ota_server and send postman or from GUI request
http://127.0.0.1:5001/rpc/on_request
{
"req_id":"123",
"src_ip":"127.0.0.1:8080",
"status":{"message":"under process"},
"job":{"res_id":61,"res_name":"Ultrasound sensor","action":"read"}
}
Currently only these libraries are supported with limited scope. Feel free to add more features and raise a PR.
this.Sys = load('api_sys.js');
this.HTTP = load('api_http.js');
this.RPC = load('api_rpc.js');
this.Cfg = load('api_config.js');
this.ffi = load('api_ffi.js');
this.Event = load('api_events.js');
this.Net = load('api_net.js');
this.File = load('api_file.js');
this.GPIO = ffi('gpio')
this.Timer = load('api_timer.js');
this.UART = load('api_uart.js');
FAQs
The project aims to support mongoose os mjs emulation on PC.
We found that mongoose-os-emulator 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
Socket uncovers malicious Rust crates impersonating fast_log to steal Solana and Ethereum wallet keys from source code.
Research
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.