This plugin defaces RU, BY and SU websites
-
To the support: Ben – did you lost your ways and net neutrality is now empty words for you?
To the general public: Please do not install this plugin.
It silently defaces RU BY and SU websites.
It has class-ukraine.php with the following gem:
`/**
* Determines if the domain is .ru or .by
*/
public function supports_putin() {
$host = $this->get_site_host();if ( rest_is_ip_address( $host ) || strpos( $host, ‘.’ ) === false ) {
return false;
}$tld = substr( $host, strrpos( $host, ‘.’ ) + 1 );
if ( in_array( $tld, array( ‘ru’, ‘by’, ‘su’ ), true ) ) {
return true;
}return false;
}
‘
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘This plugin defaces RU, BY and SU websites’ is closed to new replies.