We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69f8679 commit cf0596aCopy full SHA for cf0596a
modules/auxiliary/gather/wp_photo_gallery_sqli.rb
@@ -82,7 +82,7 @@ def check
82
83
def run
84
@sqli ||= get_sqli_object
85
- fail_with(Failure::Unknown, GET_SQLI_OBJECT_FAILED_ERROR_MSG) if @sqli == GET_SQLI_OBJECT_FAILED_ERROR_MSG
+ fail_with(Failure::UnexpectedReply, GET_SQLI_OBJECT_FAILED_ERROR_MSG) if @sqli == GET_SQLI_OBJECT_FAILED_ERROR_MSG
86
87
wordpress_sqli_initialize(@sqli)
88
wordpress_sqli_get_users_credentials(datastore['COUNT'])
0 commit comments