PluginProbe
The WP Remote WordPress Plugin / 5.68
The WP Remote WordPress Plugin v5.68
6.72 6.69 6.65 6.62 6.48 6.47 4.87 4.97 5.05 5.09 5.16 5.22 5.24 5.25 5.38 5.41 5.42 5.45 5.47 5.53 5.56 5.65 5.68 5.72 5.73 All 53 releases
← All changes | callback/request.php +1 -0 5.415.68 View file →
@@ -295,8 +295,9 @@
295 295 "request_info" => $this->info(),
296 296 "bvinfo" => $bvinfo->info(),
297 297 "statusmsg" => "FAILED_AUTH",
298 298 "api_pubkey" => substr($api_public_key, 0, 8),
299 + "def_key_status" => WPRRecover::getSecretStatus($this->settings),
299 300 "def_sigmatch" => substr(hash('sha1', $this->method.$default_secret.$this->time.$this->version), 0, 8)
300 301 );
301 302
302 303 if (is_string($default_account_pubkey) && strlen($default_account_pubkey) >= 32) {