Brotherline AnonSec • Shell
SRV 162.240.68.55 YOU 216.73.216.232 USER tywatomy (1003) 7.4.33 DOMAINS 6 Domains
MySQL cURL WGET Perl Python Sudo
Disabled: exec,passthru,shell_exec,system  •  OS: Linux server.ariapress.org 3.10.0-1160.119.1.el7.tuxcare.els22.x86_64 #1 SMP Mon Aug 18 06:07:12 UTC 2025 x86_64  •  Webserver: Apache
/home/tywatomy/public_html/en-ariapress-org/anon_sym/anon/bin/kcare-uname
#!/bin/bash

UNAME='/bin/uname'
SED='/bin/sed'

safe_uname=$(/usr/bin/kcarectl --uname)
if [ "$safe_uname" = "NONE" ] || [ "$safe_uname" = "" ]; then
  $UNAME "$@"
else
  old_uname=$($UNAME -v)
  if [[ "$old_uname" == *"Debian"* ]]; then
    old_uname=$(echo "$old_uname" | $SED -E "s/.*Debian (.*)( .*|$)/\1/")
  else
    old_uname=$($UNAME -r)
  fi
  machine=$($UNAME -m)
  if [[ "$old_uname" = *.${machine} && "$safe_uname" != *.${machine} ]]
  then
      safe_uname="${safe_uname}.${machine}"
  fi
  result=$($UNAME "$@"|$SED "s/$old_uname/$safe_uname/g")
  echo "${result}"
fi
Anon7 — 2022  •  AnonSec Team