
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.
micro-app-phone-dialer
Advanced tools
Simple phone dialer for cisco phones
After installation modify ../lib/config.json to match your configuration
You need to:
1.Change "your phone IP" to be the IP address of your phone.
2.Add entries in "dialOptions" in order to match the numbers you want to dial
Each entry in dialOption can either be an entry to dial a phone number or an entry to send a key on the phone when the button is pressed. For entries thare are to dial they have the the following fields:
For entries that are to send a key to the phone they have the following fields:
The list of available keys is as documented in: cisco programming guide
3.Optionally modify serverPort which is the port on which the server for the micro app will be listening
where XXXX is the encoded basicAuth token that you want to be sent to the phone in an Authorization header. Some phones seem to require this to accept connections.
an example the configuration file that comes with the install is:
{ "serverPort": 3000, "phoneIP": "your phone IP", "dialOptions": [ { "title": "My Conference Number", "line": 1, "dial": "1-555-555-5555", "afterdial": ",,,,,1234567#,,,,,,*123456#" }, { "title": "Canada Conference Number", "line": 1, "dial": "1-555-555-5555" }, { "title": "General Conference Number", "line": 1, "dial": "1-555-555-5555" }, { "title": "HANG UP", "key": "speaker" }, { "title": "MUTE", "key": "mute" } ] }
#Running
To run the phone-dialer, add node.js to your path (currently requires 4.x or better) and then run:
npm start
From the directory in which the micro-app-phone-dialer was installed.
Once the server is started. Point your browser at the host/port for the server. If you have configured your browswer to allow javascript to close the current page the original window will be closed and one with the correct size of the phone-dialer will be created.
To dial any of the configured entries, simply click the button for that entry.
To dial additional digits, type those digits into the input box and hit the SEND button beside the input box.
#Example
The following is the page shown for my configuration:
#Key Depdencies
As a micro-app the phone-dialer depends on the micro-app-framework:
See the documentation on the micro-app-framework for more information on general configurtion options that are availble (ex using tls, authentication, serverPort, etc)
Used to send commands to the phone
FAQs
Simple phone-dialer for cisco phones
We found that micro-app-phone-dialer 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.