Forgot to remove this option

unstable
sinn3r 2012-11-28 18:48:33 -06:00
parent 0415d31c61
commit b3a473aec0
1 changed files with 1 additions and 2 deletions

View File

@ -37,8 +37,7 @@ class Metasploit3 < Msf::Auxiliary
register_options(
[
Opt::RPORT(4679),
OptString.new("PARAM", [false, 'Specify a parameter for the action'])
Opt::RPORT(4679)
], self.class)
end