Update ranking

bug/bundler_fix
jvazquez-r7 2013-10-17 22:43:47 -05:00
parent a00a813649
commit 7dd39ae5e6
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
require 'msf/core'
class Metasploit3 < Msf::Exploit::Remote
Rank = NormalRanking
Rank = ManualRanking # Because only has been tested on a QEMU emulated environment
HttpFingerprint = { :pattern => [ /Boa/ ] }