GTFOBins.github.io/_gtfobins/time.md

11 lines
334 B
Markdown
Raw Normal View History

---
2018-07-16 15:01:50 +02:00
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:
execute-interactive:
2018-07-16 15:01:50 +02:00
- code: /usr/bin/time /bin/sh
suid-enabled:
2018-07-16 15:01:50 +02:00
- code: ./time /bin/sh -p
2018-07-04 20:26:52 +02:00
sudo-enabled:
2018-07-16 15:01:50 +02:00
- code: sudo /usr/bin/time /bin/sh
---