Summary
Acunetix 360 detected a WordPress setup configuration file.
Impact
This is the setup URL that new installations of WordPress use. If the attacker finds that URL and it contains a setup page, it indicates that someone has recently installed WordPress on their server but has not yet configured it. At this point, it is very easy for an attacker to take over not just the new WordPress website, but the entire hosting account and all other websites on that hosting account.
Remediation
If you use a server with .htaccess, you can put this in that file (at the very top) to deny access to anyone surfing for it.
order deny,allow deny from all allow from <your ip>