Linux premium71.web-hosting.com 4.18.0-513.11.1.lve.el8.x86_64 #1 SMP Thu Jan 18 16:21:02 UTC 2024 x86_64
LiteSpeed
Server IP : 198.187.29.8 & Your IP : 3.133.113.101
Domains :
Cant Read [ /etc/named.conf ]
User : cleahvkv
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
profile.d /
Delete
Unzip
Name
Size
Permission
Date
Action
bash_timestamps.sh
69
B
-rw-r--r--
2024-03-03 20:48
colorgrep.csh
196
B
-rw-r--r--
2018-08-12 07:47
colorgrep.sh
201
B
-rw-r--r--
2018-08-12 07:47
colorls.csh
1.7
KB
-rw-r--r--
2023-04-01 06:22
colorls.sh
1.57
KB
-rw-r--r--
2023-04-01 06:22
colorsysstat.csh
69
B
-rw-r--r--
2024-07-03 09:37
colorsysstat.sh
56
B
-rw-r--r--
2024-07-03 09:37
colorxzgrep.csh
162
B
-rw-r--r--
2022-06-14 12:58
colorxzgrep.sh
183
B
-rw-r--r--
2022-06-14 12:58
colorzgrep.csh
216
B
-rw-r--r--
2022-04-20 11:03
colorzgrep.sh
220
B
-rw-r--r--
2022-04-20 11:03
cpanel-php-composer.sh
548
B
-rwxr-xr-x
2023-11-03 17:20
cpanel-user-commands.sh
513
B
-rw-r--r--
2024-03-03 20:38
csh.local
80
B
-rw-r--r--
2023-05-15 14:46
debuginfod.csh
674
B
-rw-r--r--
2024-04-06 13:39
debuginfod.sh
596
B
-rw-r--r--
2024-04-06 13:39
gawk.csh
1.08
KB
-rw-r--r--
2017-12-14 17:53
gawk.sh
757
B
-rw-r--r--
2017-12-14 17:53
lang.csh
2.43
KB
-rw-r--r--
2023-05-15 14:46
lang.sh
2.26
KB
-rw-r--r--
2023-05-15 14:46
less.csh
500
B
-rw-r--r--
2024-07-02 19:57
less.sh
253
B
-rw-r--r--
2024-07-02 19:57
locallib.csh
240
B
-rwxr-xr-x
2024-03-03 20:50
locallib.sh
288
B
-rwxr-xr-x
2024-03-03 20:50
mc.csh
49
B
-rw-r--r--
2019-10-18 20:38
mc.sh
153
B
-rw-r--r--
2019-10-18 20:38
modules.csh
105
B
-rw-r--r--
2023-10-14 18:46
modules.sh
448
B
-rw-r--r--
2023-10-14 18:46
prompt.sh
2.11
KB
-rw-r--r--
2024-09-03 13:42
puppet-agent.csh
91
B
-rw-r--r--
2024-10-17 18:38
puppet-agent.sh
373
B
-rw-r--r--
2024-10-17 18:38
scl-init.csh
284
B
-rw-r--r--
2017-08-25 08:23
scl-init.sh
637
B
-rw-r--r--
2017-08-25 08:23
sh.local
81
B
-rw-r--r--
2023-05-15 14:46
vim.csh
106
B
-rw-r--r--
2022-08-02 16:57
vim.sh
248
B
-rw-r--r--
2022-08-02 16:57
which2.csh
120
B
-rw-r--r--
2023-10-15 02:13
which2.sh
540
B
-rw-r--r--
2023-10-15 02:13
Save
Rename
################################################################################### # A T T E N T I O N ! # # This file is under puppet control! Do NOT make changes manually! # ################################################################################### if [ "$PS1" ]; then if [ "${USER}" == wh ] || [ "${USER}" == la2 ] || [ "${USER}" == root ] || [ "${USER}" == netops ] || [ "${USER}" == dcops ] || [ "${USER}" == hsdcops ] || [[ "${USER}" =~ hc_.+\. ]] || [ "${USER}" == techsup ] then if [[ "${TERM}" == xterm* ]] || [ "${TERM}" == screen ] then echo -ne "\033]0;${USER}@${HOSTNAME%%.*}"; echo -ne "\007" fi #for logins via ipmi/idrac console or VNC tty=$(tty) if [[ ${tty} =~ 'tty' ]]; then export SSH_TTY=$tty export SSHD_USER=$USER fi if [ -z "${SSHD_USER}" ]; then SSHD_USER=$(cat /proc/$PPID/environ 2>/dev/null| tr '\0' '\n' | grep '^SSHD_USER' | cut -d"=" -f2) #set SSHD_USER for Namecheap if [ -n "${SSHD_USER}" ]; then export SSHD_USER #set SSHD_USER for Spaceship else SSHD_USER=$(ps -o user= -p $$) pid="$$" while [ "${SSHD_USER}" == 'root' ] do ppid=$(cat /proc/$pid/status | grep "PPid" | awk '{print $2}') pid=$ppid SSHD_USER=$(ps -o user= -p "${ppid}") export SSHD_USER done fi fi #set SSH_TTY for both - Namecheap and Spaceship pid="$$" while [ -z "${SSH_TTY}" ] do ppid=$(cat /proc/$pid/status | grep "PPid" | awk '{print $2}') pid=$ppid export SSH_TTY=$(tr '\0' '\n' < /proc/"${ppid}"/environ | grep '^SSH_TTY' | cut -d'=' -f2) done export PROMPT_COMMAND='history -a >(tee -a ~/.bash_history |logger -p local4.alert -t "$SSHD_USER:[$USER]:[$SSH_TTY]:[$PWD]")' elif [[ -d /dev/fd && -d /var/.cagefs ]] then unset HISTTIMEFORMAT export PROMPT_COMMAND='history -a >(tee -a ~/.bash_history |logger -p local5.alert -t "${USER}:${PWD}")' fi fi