Spaces, how dare you

bug/bundler_fix
wchen-r7 2015-11-23 16:45:02 -06:00
parent faab28f1d6
commit 20ba10d46c
1 changed files with 2 additions and 2 deletions

View File

@ -38,8 +38,8 @@ class Metasploit3 < Msf::Auxiliary
register_options(
[
OptString.new('TARGETURI', [true, 'The base path for Jenkins', '/']),
OptString.new('JENKINSDOMAIN', [true, 'The domain where we want to extract credentials from', '_'])
OptString.new('TARGETURI', [true, 'The base path for Jenkins', '/']),
OptString.new('JENKINSDOMAIN', [true, 'The domain where we want to extract credentials from', '_'])
], self.class)
end