Skip to content

Commit cf0596a

Browse files
Update modules/auxiliary/gather/wp_photo_gallery_sqli.rb
Co-authored-by: Brendan <[email protected]>
1 parent 69f8679 commit cf0596a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/gather/wp_photo_gallery_sqli.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def check
8282

8383
def run
8484
@sqli ||= get_sqli_object
85-
fail_with(Failure::Unknown, GET_SQLI_OBJECT_FAILED_ERROR_MSG) if @sqli == GET_SQLI_OBJECT_FAILED_ERROR_MSG
85+
fail_with(Failure::UnexpectedReply, GET_SQLI_OBJECT_FAILED_ERROR_MSG) if @sqli == GET_SQLI_OBJECT_FAILED_ERROR_MSG
8686

8787
wordpress_sqli_initialize(@sqli)
8888
wordpress_sqli_get_users_credentials(datastore['COUNT'])

0 commit comments

Comments
 (0)