Skip to content

Commit

Permalink
Update modules/auxiliary/scanner/http/wp_ti_woocommerce_wishlist_sqli.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
jheysel-r7 authored Oct 31, 2024
1 parent 4807b6f commit f01b01a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ def get_share_key

if wishlist_data && !wishlist_data.empty?
share_key = json_body['wishlist']['share_key']
return print_good("Share key found: #{share_key}") && share_key if share_key
if share_key
print_good("Share key found: #{share_key}")
return share_key
end
end
end

Expand Down

0 comments on commit f01b01a

Please sign in to comment.