Skip to content

Commit 1e6cf52

Browse files
committed
rubocop on jenkins lib
1 parent c37984e commit 1e6cf52

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lib/msf/core/exploit/remote/http/jenkins.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ class Remote
66
module HTTP
77
# This module provides a way of logging into Jenkins
88
module Jenkins
9-
109
# Returns the Jenkins version.
1110
#
1211
# @return [String] Jenkins version.
@@ -28,7 +27,6 @@ def jenkins_version
2827
version.scan(/jenkins-([\d.]+)/).flatten.first
2928
end
3029

31-
3230
# This method takes a target URI and makes a request to verify if logging in is possible,
3331
# otherwise it will fail gracefully
3432
#

0 commit comments

Comments
 (0)