Skip to content

Commit 10982f0

Browse files
committed
Login url should normalize too
1 parent d8cc2c1 commit 10982f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/metasploit/framework/login_scanner/jenkins.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ def set_sane_defaults
1717
self.uri = "/j_acegi_security_check" if self.uri.nil?
1818
self.method = "POST" if self.method.nil?
1919

20+
self.uri = normalize_uri(self.uri)
21+
2022
super
2123
end
2224

0 commit comments

Comments
 (0)