Linux premium180.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
LiteSpeed
: 162.0.209.168 | : 216.73.216.187
Cant Read [ /etc/named.conf ]
8.3.30
nortrmdp
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
etc /
profile.d /
[ HOME SHELL ]
Name
Size
Permission
Action
bash_timestamps.sh
69
B
-rw-r--r--
colorgrep.csh
196
B
-rw-r--r--
colorgrep.sh
201
B
-rw-r--r--
colorls.csh
1.7
KB
-rw-r--r--
colorls.sh
1.57
KB
-rw-r--r--
colorsysstat.csh
69
B
-rw-r--r--
colorsysstat.sh
56
B
-rw-r--r--
colorxzgrep.csh
162
B
-rw-r--r--
colorxzgrep.sh
183
B
-rw-r--r--
colorzgrep.csh
216
B
-rw-r--r--
colorzgrep.sh
220
B
-rw-r--r--
cpanel-php-composer.sh
548
B
-rwxr-xr-x
cpanel-user-commands.sh
513
B
-rw-r--r--
csh.local
80
B
-rw-r--r--
debuginfod.csh
674
B
-rw-r--r--
debuginfod.sh
596
B
-rw-r--r--
gawk.csh
1.08
KB
-rw-r--r--
gawk.sh
757
B
-rw-r--r--
lang.csh
2.43
KB
-rw-r--r--
lang.sh
2.26
KB
-rw-r--r--
less.csh
500
B
-rw-r--r--
less.sh
253
B
-rw-r--r--
locallib.csh
240
B
-rwxr-xr-x
locallib.sh
288
B
-rwxr-xr-x
mc.csh
49
B
-rw-r--r--
mc.sh
153
B
-rw-r--r--
modules.csh
105
B
-rw-r--r--
modules.sh
448
B
-rw-r--r--
prompt.sh
2.16
KB
-rw-r--r--
puppet-agent.csh
91
B
-rw-r--r--
puppet-agent.sh
373
B
-rw-r--r--
scl-init.csh
284
B
-rw-r--r--
scl-init.sh
637
B
-rw-r--r--
sh.local
81
B
-rw-r--r--
vim.csh
106
B
-rw-r--r--
vim.sh
248
B
-rw-r--r--
which2.csh
120
B
-rw-r--r--
which2.sh
628
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : prompt.sh
################################################################################### # 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}" =~ hc_.+\. ]] || [ "${USER}" == wh ] || [ "${USER}" == la2 ] || [ "${USER}" == netops ] || [ "${USER}" == dcops ] || [ "${USER}" == phantoms ] || [ "${USER}" == devils ] || [ "${USER}" == root ] || [ "${USER}" == techsup ] || [ "${USER}" == emailcs ] 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
Close