Skip to content

Comment on Google Search Result Redirect Page Hijacked For NodeSummit

Comments

Click the top link (NodeSummit)

The Google redirect is landing on a page with malware by the looks of things.

Edit: Picture of the page it redirects to ...

http://i.imgur.com/EgwKs.png

Nodesummit.com is hacked, not Google. Redirect is active for referrer:

    curl --head --referer 'http://www.google.com/url?{...cut...}' http://nodesummit.com
    HTTP/1.1 302 Moved Temporarily
    Date: Sat, 11 Feb 2012 00:32:36 GMT
    Server: Apache/2.2.9
    X-Powered-By: PHP/5.2.17
    Location: http://costabrava.bee.pl/
    Vary: User-Agent,Accept-Encoding
    Content-Type: text/html

Why '302 Moved Temporarily'? Wouldn't '301 Moved Permanently' serve hacker's purpose better?

Ahh good call, I was thinking it couldn't be Google ...

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.