Merge branch 'magento_xxe_to_rce'
This commit is contained in:
@@ -330,7 +330,7 @@ class MetasploitModule < Msf::Exploit::Remote
|
||||
raise ProcSelfMapsError, '/proc/self/maps was unable able to be downloaded' if maps.blank?
|
||||
|
||||
maps = maps.force_encoding('UTF-8')
|
||||
pattern = /^([a-f0-9]+)-([a-f0-9]+)\b.*\s([-rwx]{3}[ps])\s(.*)/
|
||||
pattern = /^([a-f0-9]+)-([a-f0-9]+)\b.*\s([-rwx]{3}[ps])\s(.+)$/
|
||||
regions = []
|
||||
|
||||
# Example lines from: /proc/self/maps
|
||||
|
||||
Reference in New Issue
Block a user