Make adobe_flash_uncompress_zlib_af multiplatform

unstable
jvazquez-r7 2015-05-20 18:57:37 -05:00
parent c1b8cee315
commit 8d6cbf0568
No known key found for this signature in database
GPG Key ID: 38D99152B9352D83
2 changed files with 1 additions and 1 deletions

BIN
data/exploits/CVE-2015-0311/msf.swf Executable file → Normal file

Binary file not shown.

View File

@ -598,7 +598,7 @@ module Msf
p = regenerate_payload(cli, platform, arch)
unless p.arch.include?(arch)
unless p.arch.include?(arch) || p.arch.include?('cmd')
err = "The payload arch (#{p.arch * ", "}) is incompatible with the #{arch} target. "
err << "Please check your payload setting."
raise BESException, err