
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
github.com/asticode/go-astideepspeech
Golang bindings for Mozilla's DeepSpeech speech-to-text library.
astideepspeech
is compatible with version v0.8.0
of DeepSpeech
.
native_client.<your system>.tar.xz
matching your system from DeepSpeech's "releases"deepspeech.h
from https://github.com/mozilla/DeepSpeech/raw/v0.8.0/native_client/deepspeech.hAlternatively, copy the downloaded libdeepspeech.so
and deepspeech.h
files
to directories that are searched by default, e.g. /usr/local/lib
and
/usr/local/include
, respectively.
Run the following command:
$ go get -u github.com/asticode/go-astideepspeech/...
Run the following commands:
$ mkdir /tmp/deepspeech
$ cd /tmp/deepspeech
$ wget https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models.pbmm
$ wget https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/deepspeech-0.8.0-models.scorer
Run the following commands:
$ cd /tmp/deepspeech
$ wget https://github.com/mozilla/DeepSpeech/releases/download/v0.8.0/audio-0.8.0.tar.gz
$ tar xvfz audio-0.8.0.tar.gz
Run the following commands (make sure $GOPATH/bin
is in your $PATH
):
$ cd /tmp/deepspeech
$ deepspeech -model deepspeech-0.8.0-models.pbmm -scorer deepspeech-0.8.0-models.scorer -audio audio/2830-3980-0043.wav
Text: experience proves this
$ deepspeech -model deepspeech-0.8.0-models.pbmm -scorer deepspeech-0.8.0-models.scorer -audio audio/4507-16021-0012.wav
Text: why should one hall on the way
$ deepspeech -model deepspeech-0.8.0-models.pbmm -scorer deepspeech-0.8.0-models.scorer -audio audio/8455-210777-0068.wav
Text: your power is sufficient i said
FAQs
Unknown package
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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.