Fred
Verified User
- Joined
- Dec 22, 2018
- Messages
- 29
Hi all.
I keep seeing an attack in my Brute Force log trying to get into xmlrpc.php. Ive tried to add some code to .htaccess (below) files but the attacks continue.
Also, I can't tell which domain is trying to be accessed, the URL in the Brute force log is not show.
Any suggestions are appreciated.
I keep seeing an attack in my Brute Force log trying to get into xmlrpc.php. Ive tried to add some code to .htaccess (below) files but the attacks continue.
Also, I can't tell which domain is trying to be accessed, the URL in the Brute force log is not show.
Any suggestions are appreciated.
Code:
<files xmlrpc.php>
Order allow,deny
Deny from all
</files>
Last edited: