All Projects → techgaun → bash-backdoor

techgaun / bash-backdoor

Licence: Apache-2.0 License
A simple backdoor in (ba)sh with encrypted communication channel

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to bash-backdoor

nc
Porting Netcat in Node.js. CLI util. 💻
Stars: ✭ 17 (-19.05%)
Mutual labels:  backdoor, netcat
YAPS
Yet Another PHP Shell - The most complete PHP reverse shell
Stars: ✭ 35 (+66.67%)
Mutual labels:  backdoor, netcat
BackHAck
Backdoor Generator | Linux & Windows | FUD AV .py .exe
Stars: ✭ 61 (+190.48%)
Mutual labels:  backdoor
paradoxiaRAT
ParadoxiaRat : Native Windows Remote access Tool.
Stars: ✭ 583 (+2676.19%)
Mutual labels:  backdoor
BackToMe
Little tool made in python to create payloads for Linux, Windows and OSX with unique handler
Stars: ✭ 61 (+190.48%)
Mutual labels:  backdoor
andcat
netcat-like Android app done in Python + Kivy
Stars: ✭ 35 (+66.67%)
Mutual labels:  netcat
MsfMania
Python AV Evasion Tools
Stars: ✭ 388 (+1747.62%)
Mutual labels:  backdoor
satan
🔓 x86 Linux Kernel rootkit for Debian 9 (4.9.0-11-686-pae)
Stars: ✭ 31 (+47.62%)
Mutual labels:  backdoor
Father
LD_PRELOAD rootkit
Stars: ✭ 59 (+180.95%)
Mutual labels:  backdoor
reverse-ssh
Statically-linked ssh server with reverse shell functionality for CTFs and such
Stars: ✭ 548 (+2509.52%)
Mutual labels:  backdoor
adduser-dll
Simple DLL that add a user to the local Administrators group
Stars: ✭ 48 (+128.57%)
Mutual labels:  backdoor
TG799VAC-XTREAM-V16.2-JADE
My personal unique wiki for hacking the router firmware used by (Telia)TG799vac Xtream Version 16.2 Jade delivered from Technicolor
Stars: ✭ 32 (+52.38%)
Mutual labels:  netcat
shell
Python 3 Reverse Shell
Stars: ✭ 22 (+4.76%)
Mutual labels:  backdoor
Backdoor
A backdoor that runs on Linux and Windows
Stars: ✭ 36 (+71.43%)
Mutual labels:  backdoor
kumasia
./kumasia php simple backdoor
Stars: ✭ 13 (-38.1%)
Mutual labels:  backdoor
SubRosa
Basic tool to automate backdooring PE files
Stars: ✭ 48 (+128.57%)
Mutual labels:  backdoor
backcookie
Small backdoor using cookie.
Stars: ✭ 49 (+133.33%)
Mutual labels:  backdoor
d9scan
Network Scanner with Backdoor Detection, other Nmap resources and syn-protection detection
Stars: ✭ 23 (+9.52%)
Mutual labels:  backdoor
ShellBot
An advanced reverse shell written in Python3.
Stars: ✭ 20 (-4.76%)
Mutual labels:  backdoor
Offensive-Reverse-Shell-Cheat-Sheet
Offensive Reverse Shell (Cheat Sheet)
Stars: ✭ 138 (+557.14%)
Mutual labels:  netcat

bash-backdoor

A simple backdoor in (ba)sh

It is cross-compatible across POSIX shells. While I initially decided to write for bash, I decided to use /bin/sh later.

This little backdoor works well with traditional netcat with -e option but it can be easily ported to support openbsd variant by making use of file descriptors. My attempt to add support for nc.openbsd has not been very successful. Currently, nc.traditional works very well. nc.openbsd package however has issue in sending output back to client. PRs welcome

  • The data over communication channel is totally encrypted with aes-256-cbc using openssl.
  • You can generate new key, salt and iv. Check common.sh for reference
  • You can pass several options as env-vars. Check common.sh for reference

Usage

Run daemon.sh

$ ./daemon.sh

Run client.sh

$ ./client.sh

You can run command on the simple prompt in your client-side now.

Known Issues

#1

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].