https://github.com/matheuzsecurity/systemd-backdoor
A simple script to automate systemd backdoor
https://github.com/matheuzsecurity/systemd-backdoor
Last synced: over 1 year 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 (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-19T11:57:08.000Z (over 3 years ago)
- Last Synced: 2025-03-30T04:41:25.736Z (over 1 year ago)
- Language: Shell
- Size: 5.86 KB
- Stars: 23
- Watchers: 2
- Forks: 6
- 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
```
