Weird Server Logs Find
3 comments
Comment from: pARODY

morfeus scanner is a php vulnerability scanner used to find common php scripts and exploit them
Comment from: LisaC

Here is a link to a blog post that found that same spider on their server.
http://blog.evologiq.com/index.php?16-English.html&serendipity%5Blang_selected%5D=en
Hope this helps!
Lisa
Comment from: haans gruber

Morpheus Scanner
HTTP_USER_AGENT: Morfeus Fucking Scanner
You can add this to your .htaccess to deny access from Morfeus Fucking Scanner User Agent:
RewriteEngine On
RewriteCond %{HTTP_USER_AGENT} ^Morfeus
RewriteRule ^.*$ - [F]
peace,
haans :)