We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05f1f55 commit 3b44b4bCopy full SHA for 3b44b4b
modules/auxiliary/scanner/http/jenkins_login.rb
@@ -40,7 +40,7 @@ def run_host(ip)
40
41
scanner = Metasploit::Framework::LoginScanner::Jenkins.new(
42
configure_http_login_scanner(
43
- uri: '/',
+ uri: datastore['TARGETURI'],
44
ssl: datastore['SSL'],
45
method: datastore['HTTP_METHOD'],
46
cred_details: cred_collection,
0 commit comments