V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
ififi
V2EX  ›  分享发现

分享一个英雄联盟的 QQ 钓鱼网页

  •  
  •   ififi · 2019-02-06 10:38:34 +08:00 · 3317 次点击
    这是一个创建于 1878 天前的主题,其中的信息可能已经有所发展或是发生改变。

    http://www.vizay.xyz

    7 条回复    2019-02-07 13:10:42 +08:00
    llllllLllll
        1
    llllllLllll  
       2019-02-06 11:13:50 +08:00 via Android
    这个钓鱼页做的不行啊
    niubikelasi
        2
    niubikelasi  
       2019-02-06 11:21:05 +08:00
    post 直接给他刷爆-。-
    bankroft
        3
    bankroft  
       2019-02-06 12:40:34 +08:00
    试了,点完登陆跳转到 lol 官网 hhh
    bankroft
        4
    bankroft  
       2019-02-06 18:15:12 +08:00   ❤️ 1
    ```python
    # coding :utf-8
    import requests
    from random import randint, choices
    from string import ascii_letters



    headers = {
    'Accept': 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,image/apng,*/*;q=0.8',
    'Accept-Encoding': 'gzip, deflate',
    'Accept-Language': 'zh-CN,zh;q=0.9,en;q=0.8',
    'Cache-Control': 'max-age=0',
    'Connection': 'keep-alive',
    'Content-Type': 'application/x-www-form-urlencoded',
    # 'Cookie': '__cfduid=dac60a7c5e3c3bfa126bd285b6598c6cb1549427923; PHPSESSID=7frq0835cir5h5172mdhmpsne3; pgv_pvid=6881914654; pgv_info=pgvReferrer=&ssid=s1459310656; ied_rf=www.vizay.xyz/zhaohuan/index.php',
    'DNT': '1',
    'Host': 'www.vizay.xyz',
    'Origin': 'http://www.vizay.xyz',
    'Referer': 'http://www.vizay.xyz/zhaohuan/index.php?act=1',
    'Upgrade-Insecure-Requests': '1',
    'User-Agent': 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/71.0.3578.98 Safari/537.36'
    }

    url = 'http://www.vizay.xyz/shzz.php'

    def main():
    while True:
    try:
    requests.post(url, headers=headers, data={'u': randint(12345, 3000000000), 'p': choices(ascii_letters, k=randint(6, 16)), 'bianhao': 1})
    except Exception:
    pass


    if __name__ == '__main__':
    import threading
    import time
    for _ in range(10):
    t = threading.Thread(target=main)
    t.setDaemon(True)
    t.start()
    try:
    while True:
    time.sleep(1)
    except KeyboardInterrupt:
    exit(0)
    ```
    @niubikelasi #2 hhh
    whatsmyip
        5
    whatsmyip  
       2019-02-07 09:24:43 +08:00
    您当前浏览器不支持或操作系统语言设置非中文,无法访问本站!


    😂
    HeiXiaoBai
        6
    HeiXiaoBai  
       2019-02-07 11:20:51 +08:00
    这是在丢人
    Rh1
        7
    Rh1  
       2019-02-07 13:10:42 +08:00 via iPhone
    这也算钓鱼网站? 那你看看我这个 https://i.loli.net/2019/02/07/5c5bbdd028921.png
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3027 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 36ms · UTC 11:04 · PVG 19:04 · LAX 04:04 · JFK 07:04
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.