All Projects → EiSiMo → Backdoor

EiSiMo / Backdoor

Licence: GPL-3.0 license
A backdoor that runs on Linux and Windows

Programming Languages

python
139335 projects - #7 most used programming language
rust
11053 projects

Projects that are alternatives of or similar to Backdoor

Remot3d
Remot3d: is a simple tool created for large pentesters as well as just for the pleasure of defacers to control server by backdoors
Stars: ✭ 263 (+630.56%)
Mutual labels:  backdoor, remote, trojan
Lime Rat
LimeRAT | Simple, yet powerful remote administration tool for Windows (RAT)
Stars: ✭ 663 (+1741.67%)
Mutual labels:  backdoor, remote, trojan
Ghost
👻 RAT (Remote Access Trojan) - Silent Botnet - Full Remote Command-Line Access - Download & Execute Programs - Spread Virus' & Malware
Stars: ✭ 312 (+766.67%)
Mutual labels:  backdoor, remote, trojan
Asyncrat C Sharp
Open-Source Remote Administration Tool For Windows C# (RAT)
Stars: ✭ 819 (+2175%)
Mutual labels:  tcp, backdoor, remote
Thefatrat
Thefatrat a massive exploiting tool : Easy tool to generate backdoor and easy tool to post exploitation attack like browser attack and etc . This tool compiles a malware with popular payload and then the compiled malware can be execute on windows, android, mac . The malware that created with this tool also have an ability to bypass most AV softw…
Stars: ✭ 5,944 (+16411.11%)
Mutual labels:  backdoor, remote, trojan
ToxicEye
👽 Program for remote control of windows computers via telegram bot. Written in C#
Stars: ✭ 305 (+747.22%)
Mutual labels:  backdoor, trojan, webcam
KeyPlexer
Capstone: Keylogger Trojan
Stars: ✭ 32 (-11.11%)
Mutual labels:  screenshot, trojan
1click Webpage Screenshot
Entire page Screenshot extension for Google Chrome. I'm developing open source extension for Google Chrome. All extension are free for use. Let's make Chrome great again!
Stars: ✭ 406 (+1027.78%)
Mutual labels:  screenshot, download
Image Screenshot
download an image node along with its css properties
Stars: ✭ 40 (+11.11%)
Mutual labels:  screenshot, download
Inferno
🔥 Modern command line tool for malware creation on Windows
Stars: ✭ 105 (+191.67%)
Mutual labels:  screenshot, webcam
Bouncer
Bouncer is a network TCP port redirector/forward proxy (like rinetd) with extra features like Reverse tunneling (like ssh -R), SSL tunneling (like stunnel), connection Failover, LoadBalancing and Clustering. In pure Java (BIO)
Stars: ✭ 103 (+186.11%)
Mutual labels:  aes, tcp
Blazerat
🔥 Control your Linux home computer with telegram bot.
Stars: ✭ 60 (+66.67%)
Mutual labels:  screenshot, webcam
ZipArchive
A single-class pure VB6 library for zip with ASM speed
Stars: ✭ 38 (+5.56%)
Mutual labels:  aes, zip
rsync
gokrazy rsync
Stars: ✭ 308 (+755.56%)
Mutual labels:  download, upload
1click-webpage-screenshot
Entire page Screenshot extension for Google Chrome. I'm developing open source extension for Google Chrome. All extension are free for use. Let's make Chrome great again!
Stars: ✭ 432 (+1100%)
Mutual labels:  screenshot, download
Imgur Screenshot
Take screenshot selection, upload to imgur. + more cool things
Stars: ✭ 540 (+1400%)
Mutual labels:  screenshot, upload
Myutils
🙏 提供时间轴转星座|生肖工具、系统存储空间获取工具、文件大小格式化工具、获取指定文件大小工具、AES加密解码工具(支持android端平台加密解密,java端和android端相互加密解密)、SharePreference操作工具、 File文件操作工具、日期获取和计算工具、界面跳转Intent操作工具、字符串验证和数值转换操作工具、手机震动工具、系统资源操作工具、网络检测工具、 wifi操作工具、单位换算工具、zip压缩和解压操作工具、XML解析操作工具(只支持几种指定格式)、图片加载和处理工具,数据库操作(增删改查)工具、Base64编码解码工具、MD5加密工具。
Stars: ✭ 130 (+261.11%)
Mutual labels:  aes, zip
Budgie Screenshot Applet
Take a screenshot of your desktop, a window or region; save to disk and upload. Made with ❤️️ for Budgie Desktop.
Stars: ✭ 89 (+147.22%)
Mutual labels:  screenshot, upload
DcRat
A simple remote tool in C#.
Stars: ✭ 709 (+1869.44%)
Mutual labels:  backdoor, remote
PyIris
PyIris is a modular remote access trojan toolkit written in python targeting Windows and Linux systems.
Stars: ✭ 296 (+722.22%)
Mutual labels:  backdoor, trojan

Backdoor

A backdoor that is able to run on Windows and Linux.

How to install

First you should have downloaded and installed Python 3.7 or a later version.

Download the repository

git clone https://github.com/EiSiMo/Backdoor

Navigate to the folder

cd Backdoor/client_python

or

cd Backdoor/server_python

Install the requirements

pip3 install -r requirements.txt

If you want to know how to compile the client to a binary file check out pyinstaller. Tip: maybe the -w (no popup window) -F (all in one file) flags are interesting for you.

How to use

Client versions

The main version of the client is the Python version but I am currently working on a different one written in Rust because the Python client is very big if compiled (around 60 MiB). The goal is to implement the same functions on both versions so they are compatible with just one server. THE RUST VERSION IS VERY UNSTABLE AND YOU SHOULD NOT USE IT!

Group system

The server uses a group system to control the clients. You can address them with their indices(0, 1, 2, ...) or with the groups, in which they are. When they connect, all clients are automatically in the 'all' group. So for example you can list all connected clients with list -s all. You also can address multiple groups or indices at once for example list -s 1 2 3. If you select one client two times it will be addressed only once: list -s all 1.

Encryption

The backdoor uses 2048 bit RSA to exchange the AES key which the server generates. Every sessions has its own AES key. AES is used in the 256 bit GCM mode.

Commands

Command Description
block Block a client by IP address
cam Capture camera image
clip Get/Set clipboard content
close Close and remove session
crypt En/Decrypt a file or all files in a directory with a password
down Download file from client
edit Run a text editor and optionally open a file with it
exe Remote execute terminal command
exit Exit server and close socket (not closing sessions)
group Edit sessions groups memberships
help List available commands or provide detailed help for a specific command
history View, run, edit, save, or clear previously entered commands
list List connected sessions
logger Start/Stop keylogger
screen Capture screen image
set Set a settable parameter or show current settings of parameters
shell Execute a command as if at the OS prompt
speak Read a given text out loud
tag Edit sessions tag
up Upload file to client
zip Compress to zip archive

TODO

  • Extract browser cookies
  • Perform a DOS attack
  • Sniff wifi
  • Mine crypto currency
  • Search and use printers in the network
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].