Skip to content

Commit 6f4f2bf

Browse files
committed
Add PS target and remove MIFF
1 parent e70ba81 commit 6f4f2bf

File tree

3 files changed

+3
-31
lines changed

3 files changed

+3
-31
lines changed

data/exploits/imagemagick/delegate/msf.miff

Lines changed: 0 additions & 14 deletions
This file was deleted.

data/exploits/imagemagick/popen/msf.miff

Lines changed: 0 additions & 14 deletions
This file was deleted.

modules/exploits/unix/fileformat/imagemagick_delegate.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ def initialize(info = {})
5757
}
5858
},
5959
'Targets' => [
60-
['SVG file', template: 'msf.svg'], # convert msf.png msf.svg
61-
['MVG file', template: 'msf.mvg'], # convert msf.svg msf.mvg
62-
['MIFF file', template: 'msf.miff'] # convert -label "" msf.svg msf.miff
60+
['SVG file', template: 'msf.svg'], # convert msf.png msf.svg
61+
['MVG file', template: 'msf.mvg'], # convert msf.svg msf.mvg
62+
['PS file', template: 'msf.ps'] # PoC from taviso
6363
],
6464
'DefaultTarget' => 0,
6565
'DefaultOptions' => {

0 commit comments

Comments
 (0)