
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
infogram-bot
Advanced tools
Telegram bot module for remote VPS shell access — ab module ka naam infogram hai.
infogram (Python mein: from infogram import start_bot)infogram-botinfogram --token ... --owner ...⚠️ Important: PyPI par
infogramnaam kisi aur ka hai (infogr.am ka library), isliyepip install infogramaapka module nahi laga payega. Distribution ka naaminfogram-botrakha gaya hai taaki PyPI par publish ho sake.
cd ~/telegram_bot_module # jahan pyproject.toml hai
pip install --upgrade pip # purana pip ho toh
pip install -e . # editable install
Project ko apne GitHub par push karo, phir koi bhi machine par:
pip install git+https://github.com/YOUR_GITHUB_USERNAME/infogram.git
Yeh PyPI ke bina kaam karta hai — GitHub se seedha install! Sirf Python 3.8+ chahiye.
Pehle baar publish karne ke liye (sirf aapko karna padega):
cd ~/telegram_bot_module
pip install build twine
python -m build # dist/ folder banega
python -m twine upload dist/* # PyPI credentials maangega
Uske baad duniya mein koi bhi:
pip install infogram-bot
GitHub username aur email
pyproject.tomlmein apne se replace karo pehle!
Python script se:
from infogram import start_bot
TOKEN = "YOUR_BOT_TOKEN"
OWNERS = [123456789] # Apna Telegram user ID integer mein daalo
start_bot(TOKEN, OWNERS)
python3 run_bot.py
Ya terminal se seedha (CLI):
infogram --token YOUR_BOT_TOKEN --owner 123456789
| Command | Kaam |
|---|---|
| Any text | Shell command chalao (aliases bhi support hain) |
download <file> | File download karo |
getall [path] | Directory ka tar.gz bhejo |
dumpall [path] / takeall | Poora VPS dump karo |
help | Saare aliases dekho |
/com <command> | Slash ke saath command chalao |
| Document bhejo | VPS par save ho jata hai (current dir mein) |
OWNERS list mein diye Telegram user IDs hi commands chala sakte hain.├── src/infogram/
│ ├── __init__.py (start_bot, run_cmd, ALIASES)
│ ├── bot.py (Telegram handlers register)
│ ├── handlers.py (terminal, download, getall, dumpall, help)
│ ├── core.py (shell execution engine)
│ ├── constants.py (saare aliases)
│ └── cli.py (terminal CLI)
├── pyproject.toml (packaging)
├── run_bot.py (example runner)
└── README.md
mybot commands VPS par chala diye haincd ~/telegram_bot_module
mv src/mybot src/infogram
sed -i 's/mybot/infogram/g' src/infogram/*.py
FAQs
Telegram bot module for remote VPS shell access
The pypi package infogram-bot receives a total of 265 weekly downloads. As such, infogram-bot popularity was classified as not popular.
We found that infogram-bot 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
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.