You may want to test the blocking behavior of this plugin. This document shows you how to use WordPress Post Simulator which simulate various attacks to the WordPress site through the comment spam, trackback, pingback, ajax and so on.
The simulator is composed by JavaScript. So it should be uploaded to the same domain with the target WordPress site because of the limitation of Same-origin policy.
Please download the ZIP file of IP Geo Block master, unzip it,
then upload css
, js
and index.html
in the test
folder to the
appropriate directory on your server.
To prevent abuse by someone, the name of the uploaded directory should be secret which can be made up by referring WordPress Secret Key API for example, but only choosing unreserved characters in RFC3986.
When you access to the uploaded index.html
, you can see the following page.
The first step is to set up the WordPress related URL and proxy IP address.
Validate
to check the page.Validate
to check the
page.Generate
, a random IP address is generated. It will be set
as the HTTP_X_FORWARDED_FOR
header in order to simulate the attacks from
outside of your country. If empty, no header will be sent.Currently, you can test 13 methods for submission. In each method, you can set the attack vectors as follows:
The last thing you should do is to submit the requests. Then you can get the responses against each request in the text area.