Research
Security News
Threat Actor Exposes Playbook for Exploiting npm to Build Blockchain-Powered Botnets
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
d-ser-t-cli
Advanced tools
This CLI requires Microsoft speech service, a directory of audio files and a corresponding transcriptions text file.
npm install d-ser-t-cli
globally install with
npm install -g d-ser-t-cli
flag | alias | value |
---|---|---|
-s | subscription-key | Microsoft Speech Subscription Key |
-r | service-region | Speech Service Region |
-d | audio-directory [ optional ] | Path to Directory of wav files |
-e | endpoint-Id [ optional ] | Custom Speech Endpoint ID |
-t | transcription-file [ optional ] | Transcription File Path, .txt file |
-f | audio-file [ optional ] | singular audio file .wav for console logging Speech Transcription |
-o | out-file [ optional ] | test output file: location to save test results, only .json and .xml formats supported [ defaults to ./test_results.json ] |
-c | concurrent-calls | concurrent service calls [defaults to 1] |
Conflicts --> -f : (-d & -t) | Providing a singular file to transcribe, results in console log of transcription from service |
## individual file
npm run d-ser-t -- -s [string] -r [string] -f [string]
## audio directory with transcription file
npm run d-ser-t -- -s [string] -r [string] -d [string] -t [string]
## if globally installed;
d-ser-t -s [string] -r [string] -f [string]
d-ser-t -s [string] -r [string] -d [string] -t [string]
Please read CONTRIBUTING.md for details on contributing, and the process for submitting pull requests to us.
We use SemVer for versioning.
FAQs
Package for running d-ser-t from the command line
The npm package d-ser-t-cli receives a total of 1 weekly downloads. As such, d-ser-t-cli popularity was classified as not popular.
We found that d-ser-t-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 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
A threat actor's playbook for exploiting the npm ecosystem was exposed on the dark web, detailing how to build a blockchain-powered botnet.
Security News
NVD’s backlog surpasses 20,000 CVEs as analysis slows and NIST announces new system updates to address ongoing delays.
Security News
Research
A malicious npm package disguised as a WhatsApp client is exploiting authentication flows with a remote kill switch to exfiltrate data and destroy files.