
Research
Using Trusted Protocols Against You: Gmail as a C2 Mechanism
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
docker-secreto
Advanced tools
"Secreto" is the word for secret, in Spanish.
This provides a super simple way to pull docker secret
passwords into your code.
npm i -S docker-secreto
const dockerSecreto = require('docker-secreto')
let values = dockerSecreto()
console.info(values)
{
secret_name: 'secret value goes here',
another_password: 'password123' // because that's what you should use
}
const dockerSecreto = require('docker-secreto')
let values = dockerSecreto('secret_name', 'Default Value')
console.info(values)
'secret value goes here'
const dockerSecreto = require('docker-secreto')
let values = dockerSecreto('secret_name', 'Default Value')
console.info(values)
'Default Value'
FAQs
pull docker secrets into an object
The npm package docker-secreto receives a total of 3 weekly downloads. As such, docker-secreto popularity was classified as not popular.
We found that docker-secreto 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 packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.
Product
We redesigned Socket's first logged-in page to display rich and insightful visualizations about your repositories protected against supply chain threats.
Product
Automatically fix and test dependency updates with socket fix—a new CLI tool that turns CVE alerts into safe, automated upgrades.