I've a WP blog who have received a DoS attack last days. server start using all CPU and memory, and eventually stop replying http request.
It's a POST request to xmlrpc.php, I've checked the content of the $_POST
var and is empty, so it looks similar to this kind of attack:
http://blog.carlesmateo.com/2014/08/30/stopping-and-investigating-a-wordpress-xmlrpc-php-attack/
It seems to be a very basic attack, so I'm interested in duplicate it.
I've tried with curl
and ab
without any luck (I'm not able to take my server down) I also tried with siege
but not sure if I configured it right.
So my question is about what tools can be used to create multiple, simultanious POST connections to a remote server, in this case my blog.