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.
twilio-remote-cli
Advanced tools
A remote control for your Twilio API
The CLI has dependencies that require Node 6 or higher, together with NPM 3 or higher.
You will also need a Twilio account and phone number that can send SMS messages (you can sign up for a Twilio account for free here).
BEFORE YOU INSTALL: please read the prerequisites
npm install -g twilio-remote-cli
npx twilio-remote-cli
npm install -g twilio-remote-cli@0.0.1
$ twilio-remote --help
Usage
$ twilio-remote
Options
--call, -c Perform a call against a given number
--digits -d Send some digits to the number when the call is answered
--sms, -s Deliver an sms to a given number (to be used in combination of --message)
--message, -m The message to be delivered to the given number (requires the --sms flag)
Example
$ twilio-remote
$ twilio-remote -c +1234567890
$ twilio-remote -c +1234567890 -d 123
$ twilio-remote -s +1234567890 -m Allo!
Then just follow the instructions on your terminal.
--call
, -c
Perform a call against a given number
$ twilio-remote -c +1234567890
--digits
, -d
NOTE This flag must be used in combination with --call
Send some DTMF (Dual-Tone Multi-Frequency Tones) tones to the number when the call is answered. Have a look at Twilio Studio Flow. Learn more how to use the Gather Input On Call Twilio Widget from here
If a certain number requires to enter a code when the call is answered, you can use twilio-remote
in this way:
$ twilio-remote -c +1234567890 -d 123
--sms
, -s
Deliver an sms to a given number
NOTE This flag must be used in combination with --message
$ twilio-remote -s +1234567890 -m Allo!
--message
, -m
The message to be delivered to the given number
NOTE This flag must be used in combination with --sms
$ twilio-remote -s +1234567890 -m Allo!
Twilio Remote CLI make uses of the Twilio API by accessing you personal Twilio account. We need to configure the application with our Twilio credentials. Gather your Twilio Account Sid and Auth Token from the Twilio console along with a Twilio phone number that can send SMS messages.
Run the Twilio Remote CLI with
twilio-remote
Then select the Setup Twilio Account
option and enter all the required information.
MIT
Created with 🦄 by andreasonny83
FAQs
A remote control for your Twilio API
The npm package twilio-remote-cli receives a total of 13 weekly downloads. As such, twilio-remote-cli popularity was classified as not popular.
We found that twilio-remote-cli 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
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.