Skip to content

Commit

Permalink
Use targeturi datastore option
Browse files Browse the repository at this point in the history
  • Loading branch information
dwelch-r7 committed Aug 12, 2024
1 parent 05f1f55 commit 3b44b4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/auxiliary/scanner/http/jenkins_login.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run_host(ip)

scanner = Metasploit::Framework::LoginScanner::Jenkins.new(
configure_http_login_scanner(
uri: '/',
uri: datastore['TARGETURI'],
ssl: datastore['SSL'],
method: datastore['HTTP_METHOD'],
cred_details: cred_collection,
Expand Down

0 comments on commit 3b44b4b

Please sign in to comment.