PROJET AUTOBLOG


Shaarli - Les discussions de Shaarli

Archivé

Site original : Shaarli - Les discussions de Shaarli du 23/07/2013

⇐ retour index

More Than 162,000 WordPress Sites Used for Distributed Denial of Service Attack | Sucuri Blog

jeudi 13 mars 2014 à 09:52
SharTech, le 12/03/2014 à 18:30
Vous pouvez vérifier si votre blog wordpress a été utilisé en vous rendant sur le lien.
(Permalink)

Les Petits Liens Malfaisants, le 13/03/2014 à 07:23
(Permalink)

Shazen, le 13/03/2014 à 09:52
> Any WordPress site with Pingback enabled (which is on by default) can be used in DDOS attacks against other sites.
> A better way to block it is by creating a plugin that adds the following filter:
> add_filter( ‘xmlrpc_methods’, function( $methods ) {
  unset( $methods['pingback.ping'] );
  return $methods;
} );

via @SharTech http://tech-services.fr/shartech/?TZS0Pw
(Permalink)