Add base64, ltrace, make, sqlite3, time
This commit is contained in:
12
_gtfobins/time.md
Normal file
12
_gtfobins/time.md
Normal file
@@ -0,0 +1,12 @@
|
||||
---
|
||||
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
|
||||
---
|
||||
Reference in New Issue
Block a user