shell bypass 403

Cubjrnet7 Shell

: /opt/cloudlinux-linksafe/ [ drwxr-xr-x ]

name : lib.sh
#!/usr/bin/bash

function skip_on_cl_solo() {
    # Check that this is CLS and skip if yes
    if [ -f "/etc/cloudlinux-edition-solo" ] || [ -f "/etc/cloudlinux-container" ]; then
        exit 0
    fi
}

© 2025 Cubjrnet7