TTL을 감지 하여 테더링을 감지 하는 경우에 강제로 아래의 테크닉을 쓰도록 한다.
-
Rooted / Android 기반 MIFI
-
iptables 사용 가능 할 것.
-
SKT등 일부 캐리어에서 해당 기법을 사용하여 감지를 시도 함.
{"hello":"world"} |
Code from : https://github.com/StableFluffy/EasyLLMFeaturePorter/blob/main/1-Click.ipynb | |
- Just converted into CLI | |
Run Like this. | |
``` | |
python convert.py [informative_model_path] [base_model_path] [target_model_path] [output_path] | |
``` | |
Params: |
# RUN with | |
# curl -L https://gist.githubusercontent.com/ziozzang/30485cd1bb9eaf6334ef7a219bc0ac34/raw/0d73991d9c86f8a32387e37734d6d46eccb7532e/centos8-docker.sh | bash | |
systemctl disable --now firewalld | |
dnf install -y --nobest docker-ce | |
systemctl enable --now docker | |
curl -L "https://github.com/docker/compose/releases/download/1.25.0/docker-compose-$(uname -s)-$(uname -m)" -o /usr/bin/docker-compose | |
FROM kong:alpine | |
ENV KONG_PLUGINS=bundled,kong-spec-expose,kong-oidc,kong-oidc-auth | |
RUN luarocks install kong-oidc-auth kong-oidc |
find . -maxdepth 1 -mindepth 1 -type d -exec tar czvf {}.tgz {} \; |
systemctl stop firewalld | |
systemctl disable firewalld | |
systemctl unmask firewalld | |
yum install -y iptables-services | |
systemctl enable iptables | |
systemctl start iptables | |
sleep 3 |