Skip to content

Commit

Permalink
Update modules/auxiliary/admin/http/atlassian_confluence_auth_bypass.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Spencer McIntyre <[email protected]>
  • Loading branch information
emirpolatt and smcintyre-r7 authored Oct 19, 2023
1 parent 74a20ef commit 158271c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def run
}
)

return fail_with(Msf::Exploit::Failure::NoAccess, 'The admin user could not be created. Try a different username.') unless created
return fail_with(Msf::Exploit::Failure::NoAccess, 'The admin user could not be created. Try a different username.') unless created_user

print_warning('Admin user was created but setup could not be completed.') unless res&.code == 200

Expand Down

0 comments on commit 158271c

Please sign in to comment.