bug/bundler_fix
Brandon Perry 2014-06-30 20:15:25 -05:00
parent acedf5e847
commit d7dfa67e94
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ class Metasploit3 < Msf::Exploit::Remote
register_options(
[
OptString.new('TARGETURI', [true, 'The URI od the vulnerable instance', '/'])
OptString.new('TARGETURI', [true, 'The URI of the vulnerable instance', '/'])
], self.class)
end