1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2026-03-07 14:36:23 +01:00
GTFOBins.github.io/_gtfobins/time
2026-01-07 21:59:13 +01:00

16 lines
363 B
Plaintext

---
functions:
shell:
- code: |-
time /bin/sh
comment: |-
Note that the shell might have its own builtin `time` implementation, which may behave differently than the binary, which is often located at `/usr/bin/time`.
contexts:
sudo:
suid:
code: |-
time /bin/sh -p
shell: false
unprivileged:
...