Added openvt.md

This commit is contained in:
Mohit Khemchandani 2021-01-19 23:07:21 +05:30 committed by GitHub
parent eba354eda0
commit 4347f58f55

7
_gtfobins/openvt.md Normal file
View File

@ -0,0 +1,7 @@
---
functions:
sudo:
- description: If the binary is allowed to run as superuser by sudo, it does not drop the elevated privileges and may be used to access the file system, escalate or maintain privileged access.
code: |
sudo openvt -vsu bash
---