From 60310473b291f9c65cfc22db800352757613271e Mon Sep 17 00:00:00 2001 From: CREATIVE_tg1 <1+creative_tg1@noreply.localhost> Date: Tue, 26 May 2026 11:56:36 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20autoXRAY.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- autoXRAY.sh | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/autoXRAY.sh b/autoXRAY.sh index 8bd0b18..680cbca 100644 --- a/autoXRAY.sh +++ b/autoXRAY.sh @@ -140,7 +140,6 @@ fi # конфиг nginx path_xhttp=$(openssl rand -base64 15 | tr -dc 'a-z0-9' | head -c 6) - path_subpage=$(openssl rand -base64 15 | tr -dc 'A-Za-z0-9' | head -c 20) configPageUser=$(cat /dev/urandom | tr -dc 'A-Za-z0-9' | head -c 12) configPagePass=$(cat /dev/urandom | tr -dc 'A-Za-z0-9!@#$%^&*_-' | head -c 20) @@ -239,24 +238,14 @@ key_output=$(xray x25519) xray_privateKey_vrv=$(echo "$key_output" | awk '/[Pp]rivate/ {print $NF}') xray_publicKey_vrv=$(echo "$key_output" | awk '/[Pp]ublic/ {print $NF}') -key_mldsa65=$(xray mldsa65) -seed_mldsa65=$(echo "$key_mldsa65" | awk -F': ' '/Seed/ {print $2}') -verify_mldsa65=$(echo "$key_mldsa65" | awk -F': ' '/Verify/ {print $2}') - xray_shortIds_vrv=$(openssl rand -hex 8) xray_shortIds_vrv2=$(openssl rand -hex 4) xray_shortIds_vrv3=$(openssl rand -hex 6) xray_fp="chrome" - -# Случайный путь для Reality spider — имитирует реального посетителя xray_spiderX="/$(openssl rand -base64 9 | tr -dc 'a-z' | head -c 6)/" - -# xray_sspasw_vrv=$(openssl rand -base64 15 | tr -dc 'A-Za-z0-9' | head -c 20) xray_sspasw_vrv=$(openssl rand -base64 32) -# ipserv=$(hostname -I | awk '{print $1}') - socksUser=$(openssl rand -base64 16 | tr -dc 'A-Za-z0-9' | head -c 6) socksPasw=$(openssl rand -base64 32 | tr -dc 'A-Za-z0-9' | head -c 16)