newer version breaks..

git-svn-id: file:///home/svn/framework3/trunk@5998 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Mario Ceballos 2008-12-04 21:57:54 +00:00
parent 6e2c61c97f
commit 103e507635
1 changed files with 1 additions and 1 deletions

View File

@ -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