Skip to content

Commit

Permalink
Update modules/exploits/multi/http/wp_bricks_builder_rce.rb
Browse files Browse the repository at this point in the history
Co-authored-by: jheysel-r7 <[email protected]>
  • Loading branch information
Chocapikk and jheysel-r7 authored Mar 26, 2024
1 parent 85e27b0 commit 8a1290c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/exploits/multi/http/wp_bricks_builder_rce.rb
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def exploit
end

def check
return CheckCode::Unknown unless wordpress_and_online?
return CheckCode::Unknown('WordPress does not appear to be online.') unless wordpress_and_online?

wp_version = wordpress_version
print_status("WordPress Version: #{wp_version}") if wp_version
Expand Down

0 comments on commit 8a1290c

Please sign in to comment.