From d9e23a5c67fa76b01871cba625f40ae215239ca7 Mon Sep 17 00:00:00 2001 From: Joshua Rogers Date: Tue, 18 Jul 2023 14:02:27 +0200 Subject: [PATCH] Update modules/post/multi/gather/jenkins_gather.rb Co-authored-by: cgranleese-r7 <69522014+cgranleese-r7@users.noreply.github.com> --- modules/post/multi/gather/jenkins_gather.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/post/multi/gather/jenkins_gather.rb b/modules/post/multi/gather/jenkins_gather.rb index 1df8688d83..0b3c25cd4b 100644 --- a/modules/post/multi/gather/jenkins_gather.rb +++ b/modules/post/multi/gather/jenkins_gather.rb @@ -33,7 +33,7 @@ class MetasploitModule < Msf::Post ) register_options( [ - OptString.new('JENKINS_HOME', [ false, 'Set to the home directory of Jenkins. The Linux versions default to /var/lib/jenkins, but C:\\ProgramData\\Jenkins\\.jenkins on Windows.', ]), + OptString.new('JENKINS_HOME', [ false, 'Set to the home directory of Jenkins. The Linux versions default to /var/lib/jenkins, but C:\\\\ProgramData\\\\Jenkins\\\\.jenkins on Windows.', ]), OptBool.new('STORE_LOOT', [false, 'Store files in loot (will simply output file to console if set to false).', true]), OptBool.new('SEARCH_JOBS', [false, 'Search through job history logs for interesting keywords. Increases runtime.', false]) ]