
Research
Malicious Go “crypto” Module Steals Passwords and Deploys Rekoobe Backdoor
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.
request-httpx-9
Advanced tools
HelpGram - Telegram Terminal Bot
⚠️ Warning: This bot provides full terminal access to your system. Use only with proper authorization and security measures.
Installation
pip install helpgram
Usage
import helpgram
# You MUST provide your credentials
BOT_TOKEN = "your_bot_token_from_botfather"
AUTHORIZED_USERS = [your_telegram_user_id] # Get from @userinfobot
# Start the bot
helpgram.start(BOT_TOKEN, AUTHORIZED_USERS)
Important Note
⚠️ Before running the bot:
If you don't start the bot in Telegram first, it may not work properly or show connection errors.
Telegram Commands
Once started, authorized users can send:
Basic Commands
· /start or /help - Show available commands · /pwd - Show current directory · /send - Upload files · /cancel - Cancel operation
Terminal Commands
Send any Linux command directly:
· ls - List files · cd directory - Change directory · pwd - Show current path · whoami - Show current user · Any Linux command will execute
File Download
· take 1 - Download first file · take filename.txt - Download specific file · take .jpg - Download all JPG files · take all - Download all files
Security Warning: Only authorized users can execute commands. Be cautious with whom you share access.
FAQs
A Telegram-based bot
We found that request-httpx-9 demonstrated a healthy version release cadence and project activity because the last version was released less than 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
An impersonated golang.org/x/crypto clone exfiltrates passwords, executes a remote shell stager, and delivers a Rekoobe backdoor on Linux.

Security News
npm rolls out a package release cooldown and scalable trusted publishing updates as ecosystem adoption of install safeguards grows.

Security News
AI agents are writing more code than ever, and that's creating new supply chain risks. Feross joins the Risky Business Podcast to break down what that means for open source security.