diff --git a/_gtfobins/xmodmap.md b/_gtfobins/xmodmap.md new file mode 100644 index 0000000..8c32456 --- /dev/null +++ b/_gtfobins/xmodmap.md @@ -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" +---