Morfeus F****ng Scanner

If you read in your server log a strange user agent: “Morfeus Fucking Scanner” you have to know that it’s a bot who scan PHP server application to find some vulnerability.

At the moment, the relative IP scanned this server is located in Spain, but reading old logs, it means many connection has been provide from USA.

Here all works fine. No vulnerability have been found on this server (ATM :-) ). My blogging software has no several bugs! Or just I hope so ;-) .

If you are running Apache like web server, you can easly block Morfeus by three .htaccess lines

RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Morfeus
RewriteRule ^.*$ – [F]

And, bye bye Morfeus ;-)

Contact Us for more informations.
Want a FREE No Obligation Price Quote?

GHTime Code(s): 73501 

Return to top