Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matheuzsecurity/systemd-backdoor
A simple script to automate systemd backdoor
https://github.com/matheuzsecurity/systemd-backdoor
Last synced: about 5 hours ago
JSON representation
A simple script to automate systemd backdoor
- Host: GitHub
- URL: https://github.com/matheuzsecurity/systemd-backdoor
- Owner: MatheuZSecurity
- Created: 2022-12-11T12:29:50.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T11:57:08.000Z (almost 2 years ago)
- Last Synced: 2023-06-05T00:15:46.615Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 19
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Systemd Backdoor
A simple script to automate systemd backdoor## Mode of use
```
git clone https://github.com/MatheuZSecurity/systemd-backdoor
cd systemd-backdoor && chmod +x systemd.sh
sudo ./systemd.sh
```## How to remove it ?
it's important to know how to remove it too
```
rm /etc/systemd/system/persistence.service
systemctl disable persistence.service
systemctl stop persistence
```![carbon (2)](https://user-images.githubusercontent.com/88067225/206903790-68968774-0a7d-4d66-95f6-a2c8e4f2fb91.png)