From 20ba10d46c59da5bfbe6fd3854444ddf83c0edae Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Mon, 23 Nov 2015 16:45:02 -0600 Subject: [PATCH] Spaces, how dare you --- modules/auxiliary/gather/jenkins_cred_recovery.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/auxiliary/gather/jenkins_cred_recovery.rb b/modules/auxiliary/gather/jenkins_cred_recovery.rb index f5390d5a76..b6de30e8cd 100644 --- a/modules/auxiliary/gather/jenkins_cred_recovery.rb +++ b/modules/auxiliary/gather/jenkins_cred_recovery.rb @@ -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