mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
13 lines
313 B
Markdown
13 lines
313 B
Markdown
|
---
|
||
|
description: |
|
||
|
Note that the shell might have its own builtin time implementation, which may
|
||
|
behave differently than /usr/bin/time.
|
||
|
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
|
||
|
---
|