答:通过混淆协议的方式伪装正常使用的流量到套餐卡免费流量访问范围内,以此做到欺骗运营商,达到薅运营商羊毛的手段,并且部分卡和地区还可以突破无限流量(实际到某流量量限速到3G/2G)卡限速。
答:通过混淆协议的方式。例如SSR提供的混淆协议功能。
/********************************** (C) COPYRIGHT ******************************* | |
* File Name : main.c | |
* Author : WCH | |
* Version : V1.0.0 | |
* Date : 2022/08/08 | |
* Description : Main program body. | |
********************************************************************************* | |
* Copyright (c) 2021 Nanjing Qinheng Microelectronics Co., Ltd. | |
* Attention: This software (modified or not) and binary are used for | |
* microcontroller manufactured by Nanjing Qinheng Microelectronics. |
/* | |
* Copyright (c) 2015-2018, Texas Instruments Incorporated | |
* All rights reserved. | |
* | |
* Redistribution and use in source and binary forms, with or without | |
* modification, are permitted provided that the following conditions | |
* are met: | |
* | |
* * Redistributions of source code must retain the above copyright | |
* notice, this list of conditions and the following disclaimer. |
import os | |
domain = 'google' | |
def export_rule(file) -> list : | |
with open('./data/' + file,encoding='utf-8') as f: | |
# 所有域名列表 | |
ds = f.readlines() | |
for d in ds: | |
# 注释忽略 |
# generated by maixhub, tested on maixpy3 v0.4.8 | |
# copy files to TF card and plug into board and power on | |
import sensor, image, lcd, time | |
import KPU as kpu | |
import gc, sys | |
input_size = (224, 224) | |
labels = ['Position'] | |
anchors = [3.47, 5.78, 5.16, 4.78, 1.66, 5.44, 0.84, 0.84, 5.55, 3.06] |
#!/bin/bash | |
## License: GPL | |
## It can reinstall Debian, Ubuntu, CentOS system with network. | |
## Default root password: MoeClub.org | |
## Blog: https://moeclub.org | |
## Written By MoeClub.org | |
export tmpVER='' | |
export tmpDIST='' |
/* Includes ------------------------------------------------------------------*/ | |
#include "ec616s.h" | |
#include "ec616s_io.h" | |
#include <stdio.h> | |
#include <string.h> | |
#include <stdlib.h> | |
/* Private typedef -----------------------------------------------------------*/ | |
/* Private define ------------------------------------------------------------*/ |
// SSL/TLS 中继 SMTP 流量,由于Gmail证书精准识别,因此只能出此下策. | |
#include "mbedtls/build_info.h" | |
#include "mbedtls/platform.h" | |
#include <stdlib.h> | |
#include <string.h> | |
#include "mbedtls/entropy.h" | |
#include "mbedtls/ctr_drbg.h" |
#include <stdio.h> | |
#include <sys/epoll.h> | |
#include <netinet/in.h> | |
#include <arpa/inet.h> | |
#include <sys/types.h> | |
#include <sys/socket.h> | |
#include <unistd.h> | |
#include <string.h> | |
#include <stdlib.h> | |
#include <errno.h> |