Black & White Path
Black & White Path
Apr 28, 2026 · Information Security

Hackers Exploit React2Shell via Telegram Bot, Breaching Over 900 Companies

A publicly exposed server revealed a large‑scale automated attack in which threat actors used the Bissa scanner tool, AI‑assisted code, and hard‑coded Telegram bots to exploit the React2Shell (CVE‑2025‑55182) vulnerability, stealing credentials from more than 900 enterprises and reporting each success in real time.

AutomationBissa scannerCVE-2025-55182
0 likes · 7 min read
Hackers Exploit React2Shell via Telegram Bot, Breaching Over 900 Companies
Black & White Path
Black & White Path
Apr 25, 2026 · Information Security

Analyzing an AI‑Developed C2 Remote‑Access Trojan Framework

The article details an AI‑crafted C2 remote‑access trojan framework hosted at 101.32.128[.]36:8443, describing its Go implant, Python listener, PowerShell stager, custom 443‑based encryption, Telegram bot exfiltration, the payload delivery chain via paste.rs and GitHub Gist, and provides sample hashes for the binaries.

C2GoPowerShell
0 likes · 2 min read
Analyzing an AI‑Developed C2 Remote‑Access Trojan Framework
Old Zhang's AI Learning
Old Zhang's AI Learning
Feb 27, 2026 · Backend Development

How I Built a Telegram AI Coding Bot (FakeClawBot) Using OpenCode

This article walks through creating a Telegram bot that leverages OpenCode's Server API to provide full AI coding assistance, covering setup, multi‑model integration, core architecture, common pitfalls, and extensible features, all with under 900 lines of Python code.

AI Coding AssistantAutomationLarge Language Model
0 likes · 13 min read
How I Built a Telegram AI Coding Bot (FakeClawBot) Using OpenCode
Baobao Algorithm Notes
Baobao Algorithm Notes
Jan 28, 2026 · Artificial Intelligence

How to Deploy a 24/7 AI Assistant with Moltbot and MiniMax M2.1

This guide walks you through installing the open‑source Moltbot (formerly Clawdbot), configuring it with the MiniMax M2.1 large‑language model, and connecting it to messaging platforms such as Telegram, WhatsApp, and Feishu, enabling a continuously running AI assistant that can handle emails, code edits, and complex tasks.

AI AssistantAutomationFeishu integration
0 likes · 8 min read
How to Deploy a 24/7 AI Assistant with Moltbot and MiniMax M2.1
JavaEdge
JavaEdge
Jul 3, 2024 · Backend Development

Build a Telegram Bot with Python Telebot: A Step‑by‑Step Guide

This guide walks through creating a Telegram bot with Python's telebot library, covering data architecture, obtaining a BotFather token, configuring bot details, installing the package, writing message handlers, linking to a local LLM server, handling audio responses, and running the bot.

Telegram botasynciotelebot
0 likes · 5 min read
Build a Telegram Bot with Python Telebot: A Step‑by‑Step Guide
21CTO
21CTO
Nov 27, 2023 · Backend Development

Explore BOTLIB: A Minimal C Telegram Bot Framework by Redis Creator

Redis founder antirez has open‑sourced BOTLIB, a lightweight C library for building Telegram bots, featuring clear code structure, global chat state management, client handling, and a step‑by‑step event loop, making it an ideal learning project for C network programming enthusiasts.

Bot FrameworkCTelegram bot
0 likes · 4 min read
Explore BOTLIB: A Minimal C Telegram Bot Framework by Redis Creator