We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c37984e commit 1e6cf52Copy full SHA for 1e6cf52
lib/msf/core/exploit/remote/http/jenkins.rb
@@ -6,7 +6,6 @@ class Remote
6
module HTTP
7
# This module provides a way of logging into Jenkins
8
module Jenkins
9
-
10
# Returns the Jenkins version.
11
#
12
# @return [String] Jenkins version.
@@ -28,7 +27,6 @@ def jenkins_version
28
27
version.scan(/jenkins-([\d.]+)/).flatten.first
29
end
30
31
32
# This method takes a target URI and makes a request to verify if logging in is possible,
33
# otherwise it will fail gracefully
34
0 commit comments