Skip to content

Instantly share code, notes, and snippets.

View Respection8's full-sized avatar
😅

Respection8

😅
View GitHub Profile
#!/bin/bash
# 快速沙盒检测 - 使用多种方法,减少等待时间
is_sandbox() {
# 方法1: 快速网络检测 (超时1秒)
if ! curl -s --max-time 1 http://8.8.8.8 >/dev/null 2>&1; then
return 0 # 是沙盒
fi
# 方法2: 检查特定文件或环境变量
@Respection8
Respection8 / script.sh
Last active October 6, 2025 01:35
Misc
busybox awk '{print}' /flag