Update modules/post/multi/gather/jenkins_gather.rb

Co-authored-by: cgranleese-r7 <69522014+cgranleese-r7@users.noreply.github.com>
This commit is contained in:
Joshua Rogers
2023-07-18 14:02:27 +02:00
committed by GitHub
parent 1e7af0457a
commit d9e23a5c67
+1 -1
View File
@@ -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])
]