Skip to content

Commit

Permalink
Update modules/exploits/linux/http/librenms_authenticated_rce_cve_202…
Browse files Browse the repository at this point in the history
…4_51092.rb

Co-authored-by: dwelch-r7 <[email protected]>
  • Loading branch information
Takahiro-Yoko and dwelch-r7 authored Jan 16, 2025
1 parent 99bfc21 commit 23a9695
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def login
'_token' => get_csrf_token(res)
}
})
fail_with(Failure::Unknown, 'Failed to log into LibreNMS.') unless login_res&.code == 302
fail_with(Failure::NoAccess, 'Failed to log into LibreNMS.') unless login_res&.code == 302

res = send_request_cgi({
'method' => 'GET',
Expand Down

0 comments on commit 23a9695

Please sign in to comment.