zip文件的目录保存在尾部,只需要下载最后面一点点就能看到里面有些什么文件。
先看一下响应头:
$ curl -I "https://storage.googleapis.com/chrome-for-testing-public/127.0.6533.88/linux64/chrome-linux64.zip"
HTTP/2 200
expires: Wed, 31 Jul 2024 09:51:30 GMT
date: Wed, 31 Jul 2024 08:51:30 GMTFast make everywhere as function in specified region
def make_all_func(start,end):
cur = start
while True:
print "Making %x" % cur
idc.MakeFunction(cur)
endchunk = idc.get_fchunk_attr(cur, FUNCATTR_END)| port: 7890 | |
| socks-port: 7891 | |
| allow-lan: true | |
| mode: Rule | |
| log-level: info | |
| external-controller: :9090 | |
| proxies: | |
| - {name: 🇭🇰 香港 2, server: hk2.youxuan.wiki, port: 8080, type: vless, uuid: 335915d9-a905-407e-8045-3c85f3472210, tls: true, flow: xtls-rprx-vision, reality-opts: {public-key: ykBTZq-ZnVnRyHzfeZ0n2Tgbnjs6XutIHZDfKDPGDHc, short-id: "b6e0cf87" }, servername: zabbix.mikunet.work, client-fingerprint: qq, network: tcp, udp: true} | |
| - {name: 🇹🇼 台湾中转 01, server: gstdnb.myfczy168.top, port: 27110, type: ss, cipher: chacha20-ietf-poly1305, password: 2ab7096b-c62d-4d3a-83c1-349ef92e2d96, udp: true} | |
| - {name: 🇰🇷 韩国-三网优化2-1F, server: kr-qingyun.dwyun.me, port: 44732, type: trojan, password: 6b4034ea-62db-448f-8509-e9ac9d586edb, sni: kr-qingyun.dwyun.me, skip-cert-verify: false, udp: true} |
| import asyncio | |
| import random | |
| import time | |
| from contextlib import asynccontextmanager | |
| import aiohttp | |
| from abc import ABC, abstractmethod | |
| import uvicorn | |
| from fastapi import FastAPI |
| from Crypto.Hash import keccak | |
| from Crypto.Hash import MD5 | |
| def md5(msg): | |
| hash_obj = MD5.new(msg) | |
| return hash_obj.hexdigest() | |
| def keccak384(msg): | |
| hash_obj = keccak.new(data=msg, digest_bits=384) | |
| return hash_obj.hexdigest() | |
| if __name__ == '__main__': | |
| code = input('输入机器码: ') |
| # 来源:https://www.chinapyg.com/thread-150972-1-1.html | |
| import os | |
| import string | |
| import random | |
| import hashlib | |
| import platform | |
| py_version = platform.python_version() | |
| if py_version[0] != '3': |
| #include <stdlib.h> | |
| #include <stdio.h> | |
| #include <pthread/pthread.h> | |
| #include <mach/mach.h> | |
| struct ool_msg { | |
| mach_msg_header_t hdr; | |
| mach_msg_body_t body; | |
| mach_msg_ool_ports_descriptor_t ool_ports[]; | |
| }; |
| using System; | |
| using System.IO; | |
| using System.Net; | |
| using System.Text; | |
| using System.IO.Compression; | |
| using System.Collections.Generic; | |
| using System.Configuration.Install; | |
| using System.Runtime.InteropServices; |