Skip to content

Commit 541e8d6

Browse files
Update modules/auxiliary/scanner/http/wp_ultimate_member_sorting_sqli.rb
Co-authored-by: msutovsky-r7 <[email protected]>
1 parent e095c79 commit 541e8d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/http/wp_ultimate_member_sorting_sqli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def get_nonce
6262
'uri' => normalize_uri(target_uri.path, uri)
6363
})
6464

65-
next unless res&.code&.<= 500
65+
next unless res&.code && res.code <= 500
6666

6767
page = res.get_html_document
6868

0 commit comments

Comments
 (0)