Update modules with RelatedModules and realign

master
William Vu 2019-04-24 11:34:42 -05:00
parent 0ad5dca9fa
commit 94994aa519
3 changed files with 58 additions and 55 deletions

View File

@ -43,7 +43,10 @@ class MetasploitModule < Msf::Exploit
'Platform' => 'unix',
'Arch' => ARCH_CMD,
'Type' => :unix_memory,
'Payload' => {'Space' => 4089, 'DisableNops' => true} # 4096 total
'Payload' => {
'Space' => 4089, # 4096 total
'DisableNops' => true
}
],
['PowerShell (In-Memory)',
'Platform' => 'win',
@ -58,7 +61,7 @@ class MetasploitModule < Msf::Exploit
],
'DefaultTarget' => 0,
'Notes' => {
'RELATED' => [
'RelatedModules' => [
'exploit/unix/fileformat/ghostscript_type_confusion',
'exploit/unix/fileformat/imagemagick_delegate'
]

View File

@ -42,7 +42,7 @@ class MetasploitModule < Msf::Exploit
'DefaultTarget' => 0,
'Notes' => {
'AKA' => ['ghostbutt'],
'RELATED' => [
'RelatedModules' => [
'exploit/multi/fileformat/ghostscript_failed_restore',
'exploit/unix/fileformat/imagemagick_delegate'
]

View File

@ -61,7 +61,7 @@ class MetasploitModule < Msf::Exploit
'DefaultTarget' => 0,
'Notes' => {
'AKA' => ['ImageTragick'],
'RELATED' => [
'RelatedModules' => [
'exploit/unix/fileformat/ghostscript_type_confusion',
'exploit/multi/fileformat/ghostscript_failed_restore'
]