
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@kaufman-bot/first-meeting-server
Advanced tools
Example of recursive contextable commands first meeting
Simple bot for telegram
https://github.com/EndyKaufman/kaufman-bot - source code of bot
https://telegram.me/KaufmanBot - current bot in telegram
https://kaufman-bot.site15.ru/graph - project graph
https://github.com/kaufman-bot/schematics-example - project generated with @kaufman-bot/schematics
https://dev.to/endykaufman/series/16805 - kaufman-bot series articles in dev.io
Create empty nx project
npx -y create-nx-workspace@15.0.13 --name=kaufman-bot-generated --preset=empty --interactive=false --nx-cloud=false
Go to created project
cd kaufman-bot-generated
Add all need schematics
npm install -D @nrwl/nest@15.0.13 @kaufman-bot/schematics
Create kaufman-bot application
npx -y nx@15.0.13 g @kaufman-bot/schematics:app adam-bot --bot-name adam
Create telegram bot in @BotFather
Append token to env file .env.local
TELEGRAM_BOT_TOKEN=5384981645:AAEKAfqNpZmoN1w5eQL2QxJtvY5h3O-71Zs
TELEGRAM_BOT_WEB_HOOKS_DOMAIN=
TELEGRAM_BOT_WEB_HOOKS_PATH=
TELEGRAM_BOT_ADMINS=
BOT_NAMES=adam
Check from telegram
npm run serve:adam-bot-local
Search new bot
Start work with bot
Example of run commands
Create new command
npm run nx -- g @kaufman-bot/schematics:lib super
Update app module
import { SuperModule } from '@kaufman-bot-generated/super';
...
@Module({
imports: [
...
SuperModule.forRoot(),
],
providers: [AppService],
})
export class AppModule {}
Restart application and check work in telegram
MIT
FAQs
Example of recursive contextable commands first meeting
The npm package @kaufman-bot/first-meeting-server receives a total of 0 weekly downloads. As such, @kaufman-bot/first-meeting-server popularity was classified as not popular.
We found that @kaufman-bot/first-meeting-server 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.