
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
This tool uses Puppeteer (https://github.com/GoogleChrome/puppeteer) to intercept SAML logins to AWS and store the credentials in a credentials file.
This tool uses Puppeteer (https://github.com/GoogleChrome/puppeteer) to
intercept SAML logins to AWS and store the credentials in a credentials file.
samlogin was inspired heavily by the SAML to STS Keys extension
(https://github.com/prolane/samltoawsstskeys) by G.T.C. (Gerard) Laan.
yarn install or npm install.Configuration is managed with a yaml file. samlogin will attempt to find the configuration file in the following paths (in order):
--config parameter%LOCALAPPDATA\samlogin\config.yaml$XDG_CONFIG_HOME/samlogin/config.yaml$HOME/Library/Preferences/samlogin/config.yaml~/.samlogin.yamlAuthUrl - The URL of your Identity Provider which accepts your credentialsAccountAliases - A sequence of maps from account number to aliasAn example configuration:
---
# Example Configuration File
AuthUrl: # The login URL of your IDP - E.g.:
# https://accounts.google.com/o/saml2/init.sso?...
# Use "Prod" in place of 123456789012 and Dev in place of 210987654321in the
# profile name.
AccountAliases:
- AccountNumber: '123456789012'
Alias: Prod
- AccountNumber: '210987654321'
Alias: Dev
samlogin [--config <path>]
Calling the command will launch an embedded instance of Chromium and navigate
to AuthUrl. Once you log in, your IDP will forward the browser to the AWS
SAML endpoint and the credentials will be intercepted and written to
~/.aws/credentials.
FAQs
This tool uses Puppeteer (https://github.com/GoogleChrome/puppeteer) to intercept SAML logins to AWS and store the credentials in a credentials file.
The npm package samlogin receives a total of 4 weekly downloads. As such, samlogin popularity was classified as not popular.
We found that samlogin 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.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.