标签: cloudcone

  • CloudCone抢购脚本Python,为即将到来的黑五预热一下吧

    CloudCone抢购脚本Python,为即将到来的黑五预热一下吧

    token获取:

    抢购成功:

    #!/usr/bin/python
    
    # coding=utf-8
    import time
    import random
    import requests
    import json
    
    def run():
        while True:
            url = 'https://app.cloudcone.com/blackfriday/offers'  # cc链接
            url2 = "https://app.cloudcone.com/ajax/vps"  # 返回结果链接
            try:
                req_header = {
                    "Host": "app.cloudcone.com",
                    "Sec-Fetch-Dest": "empty",
                    "Sec-Fetch-Mode": "cors",
                    "Sec-Fetch-Site": "same-origin",
                    "User-Agent": "Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36",
                    "X-Requested-With": "XMLHttpRequest",
                    "Cookie": "tihuan"
                }
                response = requests.get(url, req_header)
                html1 = str(response.content, "utf-8")
                jsondata = json.loads(html1)['__data']['vps_data']
                for num in jsondata:
                    if jsondata[num]['usd_price'] < 12:  # 小于多少刀
                        payload = {'os': '1007',
                                'hostname': 'baidu.com',
                                'location': '2',
                                'plan': num,
                                'method': 'provision',
                                '_token': 'tihuan',
                                }
                        response = requests.post(
                            url2, headers=req_header, data=payload, timeout=3)
                        if response.status_code == 200:
                            print(response.text)
            except Exception as e:
                print(e.__str__())
                continue
            #time.sleep(2.5*random.randint(2, 10))
    
    
    if __name__ == '__main__':
        run()

    使用中注意一下,如果少依赖就 pip install一下。

    首先登录,登录后将获取的cookie值复制到python中替换 “tihuan” 里边的内容,然后直接 python this.py运行就可以了。

  • CloudCone SC2 Yabs 测评

    CloudCone SC2 Yabs 测评

    CloudCone SC2 Yabs 测评

    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    # Yet-Another-Bench-Script #
    # v2023-04-23 #
    # https://github.com/masonr/yet-another-bench-script #
    # ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## #
    
    Fri Jul 7 02:24:04 PM UTC 2023
    
    Basic System Information:
    ---------------------------------
    Uptime : 0 days, 0 hours, 48 minutes
    Processor : Intel Xeon E312xx (Sandy Bridge, IBRS update)
    CPU cores : 2 @ 2699.998 MHz
    AES-NI : ✔ Enabled
    VM-x/AMD-V : ❌ Disabled
    RAM : 1.9 GiB
    Swap : 0.0 KiB
    Disk : 58.9 GiB
    Distro : AlmaLinux 9.1 (Lime Lynx)
    Kernel : 5.14.0-162.23.1.el9_1.x86_64
    VM Type : KVM
    IPv4/IPv6 : ✔ Online / ❌ Offline
    
    IPv4 Network Information:
    ---------------------------------
    ISP : Multacom Corporation
    ASN : AS35916 MULTACOM CORPORATION
    Host : Multacom Corporation
    Location : Santa Clarita, California (CA)
    Country : United States
    
    fio Disk Speed Tests (Mixed R/W 50/50):
    ---------------------------------
    Block Size | 4k (IOPS) | 64k (IOPS)
    ------ | --- ---- | ---- ----
    Read | 2.37 MB/s (593) | 37.84 MB/s (591)
    Write | 2.39 MB/s (598) | 38.13 MB/s (595)
    Total | 4.77 MB/s (1.1k) | 75.97 MB/s (1.1k)
    | |
    Block Size | 512k (IOPS) | 1m (IOPS)
    ------ | --- ---- | ---- ----
    Read | 73.95 MB/s (144) | 130.06 MB/s (127)
    Write | 77.88 MB/s (152) | 138.72 MB/s (135)
    Total | 151.84 MB/s (296) | 268.79 MB/s (262)
    
    iperf3 Network Speed Tests (IPv4):
    ---------------------------------
    Provider | Location (Link) | Send Speed | Recv Speed | Ping
    ----- | ----- | ---- | ---- | ----
    Clouvider | London, UK (10G) | 430 Mbits/sec | 47.8 Mbits/sec | 135 ms
    Scaleway | Paris, FR (10G) | 438 Mbits/sec | 29.0 Mbits/sec | 144 ms
    NovoServe | North Holland, NL (40G) | 437 Mbits/sec | busy | 142 ms
    Uztelecom | Tashkent, UZ (10G) | 402 Mbits/sec | 23.4 Mbits/sec | 245 ms
    Clouvider | NYC, NY, US (10G) | 459 Mbits/sec | 41.6 Mbits/sec | 61.7 ms
    Clouvider | Dallas, TX, US (10G) | 470 Mbits/sec | 121 Mbits/sec | 33.0 ms
    Clouvider | Los Angeles, CA, US (10G) | busy | 479 Mbits/sec | 0.607 ms
    
    Geekbench 6 test failed. Run manually to determine cause.
    
    YABS completed in 5 min 3 sec
  • CloudCone SC2-Hotdeal-23.4 三折促销

    CloudCone SC2-Hotdeal-23.4 三折促销

    SC2-Hotdeal-23.4

     2 vCPU Cores

     2 GB Dedicated RAM

     60 GB RAID-10 SSD Disk

     3 TB/Mo Bandwidth at 1 Gb/s

    Original Price: $11.53/MO 原价11.53美元

    Deploy For $4.58/MO现价4.58美元每月

    点此直达购买