Sync all scripts from website downloads — 352 scripts total
Includes updated JS challenge scripts with Claude-User whitelist, same-site referer bypass, Blackbox-Exporter allowed bot, and all new exporters, cheat sheets, and automation scripts.
This commit is contained in:
+12
-7
@@ -7,7 +7,7 @@
|
||||
#### ####
|
||||
#### Author: Phil Connor ####
|
||||
#### Contact: contact@mylinux.work ####
|
||||
#### Version: 1.00-030526 ####
|
||||
#### Version: 1.01-051326 ####
|
||||
################################################
|
||||
|
||||
set -o pipefail
|
||||
@@ -15,7 +15,8 @@ set -o pipefail
|
||||
SCRIPT_NAME=$(basename "$0")
|
||||
readonly SCRIPT_NAME
|
||||
|
||||
# Required version stops (as of 2026)
|
||||
# Required version stops (as of May 2026)
|
||||
# Source: https://docs.gitlab.com/update/upgrade_paths/
|
||||
readonly VERSION_STOPS=(
|
||||
"14.0.12"
|
||||
"14.3.6"
|
||||
@@ -24,15 +25,19 @@ readonly VERSION_STOPS=(
|
||||
"15.0.5"
|
||||
"15.4.6"
|
||||
"15.11.13"
|
||||
"16.0.9"
|
||||
"16.3.8"
|
||||
"16.7.9"
|
||||
"16.0.10"
|
||||
"16.3.9"
|
||||
"16.7.10"
|
||||
"16.11.10"
|
||||
"17.0.8"
|
||||
"17.3.7"
|
||||
"17.5.5"
|
||||
"17.8.7"
|
||||
"18.0.1"
|
||||
"17.11.7"
|
||||
"18.0.2"
|
||||
"18.2.6"
|
||||
"18.5.2"
|
||||
"18.8.7"
|
||||
"18.11.0"
|
||||
)
|
||||
|
||||
# Default configuration
|
||||
|
||||
Reference in New Issue
Block a user