manhere

上海长宽劫持,全民看代码闹哪样

  •  
  •   manhere · Jul 2, 2016 · 2495 views
    This topic created in 3601 days ago, the information mentioned may be changed or developed.

    页面劫持至: http://111.12.13.202/re?u=1328852&url=http://www.domain.com/someurl

    然而页面似乎未调试好,只是输出了一段代码:

        ;(function() {
    	'use strict'
    	function _inject() {
    		var s = document.createElement("script")
    		s.type = "text/javascript"
    		s.charset = "utf-8"
    		s.src = "http://www.domain.com/someurl?target=no_follow"
    		document.body.appendChild(s)
    	}
    
    	function inject() {
    		if (document.body) _inject()
    		else setTimeout(inject, 500)
    	}
    
    	inject()
    })();
    
    

    劫持就劫持,好歹让人打开网页啊。。。显示 js ,全民学一个?

    manhere
        1
    manhere  
    OP
       Jul 2, 2016
    还有联动贴 /t/286445 看来劣迹斑斑啊,到现在还活着
    Arnie97
        2
    Arnie97  
       Jul 2, 2016 via Android
    据我观察,“全民”从来不把这种东西叫代码,他们把自己电脑上突然冒出来的非中文字符串统称为“乱码”
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3322 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 40ms · UTC 00:31 · PVG 08:31 · LAX 17:31 · JFK 20:31
    ♥ Do have faith in what you're doing.