You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Telecord is an advanced crossplatform c2 using discord and telegram api ,it allows multi agent handling with ease
7
+
8
+
using Telegram and discord APIs can be good for exfiltration and network evasion , this project is built to enhance red teaming operations
9
+
10
+
Telecord works by combining the two APIs to get seamless and easy interaction with each agent
11
+
12
+
agents support mac,linux and windows
13
+
14
+
quick overview of how it works :
15
+
-------
16
+

17
+
18
+
the agent consist of 2 subagents , the fist is a discord bot and the other is a telegram bot.
19
+
20
+
since telegram does not allow multipleagents to run at the same time. by default the telegram bot is asleep inside our discord bot until we want to interact with it by sending the !interact command to the discord bot ,once it receives it wakes up the telegram bot ,meaning our session enabling us to execute more commands
21
+
22
+
list of commands below:
23
+
24
+

25
+
26
+
27
+
Prerequisite
28
+
-------
29
+
golang
30
+
python3
31
+
discord acc
32
+
telegram acc
33
+
34
+
Setup
35
+
----------
36
+
37
+
git clone https://github.com/ELMERIKH/Telecord
38
+
39
+
go mod tidy
40
+
41
+
go run Telecord.go
42
+
43
+
You will get promted to enter 2 telegram bot tokens,1 telegram channel id ,1 Discord bot token ,a discord channel id and its webhook id
44
+
45
+
once done a config.yaml file is created with your settings ,if you want to change something either edit it or delete it and run "go run Telecord.go " another time
46
+
47
+
about the discord and telegram setup follow :[Setup Guide](docs/SETUP.md)
48
+
49
+
50
+
51
+
⚠️ DISCLAIMER :
52
+
----------------------
53
+
ME The author takes NO responsibility and/or liability for how you choose to use any of the tools/source code/any files provided. ME The author and anyone affiliated with will not be liable for any losses and/or damages in connection with use of Telecord. By using Telecord or any files included, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again Telecord is for EDUCATION and/or RESEARCH purposes ONLY
0 commit comments