Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Aegrah authored Nov 25, 2024
1 parent dec2239 commit c605dbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ PANIX provides a versatile suite of features for simulating and researching Linu
| **Malicious Container** | Deploys a Docker container designed to host escape. | ✔️ | ✔️ |
| **Malicious Package** | Installs malicious DPKG/RPM packages to achieve persistence. | ✔️ ||
| **LD_PRELOAD Backdoor** | Uses `LD_PRELOAD` to inject malicious libraries for persistence. | ✔️ ||
| **LKM Backdoor** | Loads a malicious Kernel Module (LKM) to maintain low-level persistence. | ✔️ ||
| **LKM Backdoor** | Loads a Loadable Kernel Module (LKM) to maintain persistence. | ✔️ ||
| **MOTD Backdoor** | Alters Message of the Day (MOTD) to establish persistence. | ✔️ ||
| **Package Manager** | Manipulates `APT/YUM/DNF` to establish persistence on usage. | ✔️ ||
| **PAM Persistence** | Installs a PAM backdoor using a rogue module or pam_exec. | ✔️ ||
| **Password Change** | Changes user passwords to secure backdoor accounts. | ✔️ ||
| **Reverse Shell** | Establishes a reverse shell, supporting multiple LOLBins for remote access. | ✔️ | ✔️ |
| **Reverse Shell** | Establishes a reverse shell (supporting multiple LOLBins). | ✔️ | ✔️ |
| **Shell Profile Persistence** | Modifies shell profiles to execute scripts upon user login. | ✔️ | ✔️ |
| **SSH Key Persistence** | Manipulates SSH keys to maintain persistent access via SSH. | ✔️ | ✔️ |
| **Sudoers Backdoor** | Alters the `/etc/sudoers` file to grant elevated privileges. | ✔️ ||
Expand Down

0 comments on commit c605dbf

Please sign in to comment.