
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.
🐖 Search for new subreddit posts that match your criteria
Install:
npm i -g trufflehog
Run:
trufflehog
Respond to the prompts to configure trufflehog, or see the config file options below.
subredditName - The subreddit name to search inuseBodySearch - Whether to search the post body in addition to the titleuseRegex - Whether to use regex or regular string for the searchuseCaseSensitive - Whether the search will be case-sensitive or notsearchString - The text or regex string to search forpollingFrequency - How frequently to perform the search in seconds, between 1 and 86400useNotifications - Whether to receive email notifications when a match is found (not yet implemented)
You can configure trufflehog by passing the filepath to the config file. Trufflehog accepts JSON and .env config files. If your config file is missing a setting that is required, trufflehog will prompt you for the setting.
trufflehog -c path/to/config.json or trufflehog --config path/to/config.json
{
"subredditName": "news",
"useBodySearch": true,
"useRegex": true,
"useCaseSensitive": true,
"searchString": "[a-zA-Z]{2,4}",
"pollingFrequency": 10,
"useNotifications": false
}
trufflehog -c path/to/.env or trufflehog --config path/to/.env
subredditName=news
useBodySearch=true
useRegex=true
useCaseSensitive=true
searchString=[a-zA-Z]{2,4}
pollingFrequency=10
useNotifications=false
FAQs
Search for new subreddit posts that match your criteria
We found that trufflehog 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.