newer version breaks..
git-svn-id: file:///home/svn/framework3/trunk@5998 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
6e2c61c97f
commit
103e507635
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue