From 103e50763551b857202daa4f289f721f88f27872 Mon Sep 17 00:00:00 2001 From: Mario Ceballos Date: Thu, 4 Dec 2008 21:57:54 +0000 Subject: [PATCH] newer version breaks.. git-svn-id: file:///home/svn/framework3/trunk@5998 4d416f70-5f16-0410-b530-b9f4589650da --- modules/exploits/windows/fileformat/adobe_utilprintf.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/exploits/windows/fileformat/adobe_utilprintf.rb b/modules/exploits/windows/fileformat/adobe_utilprintf.rb index f2880eef76..b42497c679 100644 --- a/modules/exploits/windows/fileformat/adobe_utilprintf.rb +++ b/modules/exploits/windows/fileformat/adobe_utilprintf.rb @@ -61,7 +61,7 @@ class Metasploit3 < Msf::Exploit::Remote # Randomize PDF version? ver = 1 + rand(2) - build = 1 + rand(7) + build = 1 + rand(5) x = ver.to_s + "." + build.to_s