Linux newlinux5.pouyasazan.org 3.10.0-962.3.2.lve1.5.60.el7.x86_64 #1 SMP Fri Jul 23 07:07:00 EDT 2021 x86_64
LiteSpeed
Server IP : 88.99.66.243 & Your IP : 216.73.216.178
Domains :
Cant Read [ /etc/named.conf ]
User : wdbbsgxf
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
etc /
profile.d /
Delete
Unzip
Name
Size
Permission
Date
Action
256term.csh
771
B
-rw-r--r--
2022-08-16 18:11
256term.sh
841
B
-rw-r--r--
2022-08-16 18:11
bash_timestamps.sh
69
B
-rw-r--r--
2021-08-24 17:00
checkip.sh
3.99
KB
-rwxr-xr-x
2026-01-19 07:28
colorgrep.csh
196
B
-rw-r--r--
2017-03-24 21:09
colorgrep.sh
201
B
-rw-r--r--
2017-03-24 21:09
colorls.csh
1.7
KB
-rw-r--r--
2020-11-16 18:10
colorls.sh
1.57
KB
-rw-r--r--
2020-11-16 18:10
cpanel-php-composer.sh
548
B
-rwxr-xr-x
2023-11-03 20:50
cpanel-user-commands.sh
376
B
-rw-r--r--
2021-08-24 17:00
csh.local
80
B
-rw-r--r--
2020-09-21 13:07
lang.csh
1.67
KB
-rw-r--r--
2022-08-16 18:11
lang.sh
2.64
KB
-rw-r--r--
2022-08-16 18:11
less.csh
123
B
-rw-r--r--
2024-04-30 16:05
less.sh
121
B
-rw-r--r--
2024-04-30 16:05
locallib.csh
240
B
-rwxr-xr-x
2021-08-24 17:01
locallib.sh
288
B
-rwxr-xr-x
2021-08-24 17:01
sh.local
81
B
-rw-r--r--
2020-09-21 13:07
which2.csh
164
B
-rw-r--r--
2014-01-28 00:17
which2.sh
169
B
-rw-r--r--
2014-01-28 00:17
Save
Rename
# color-ls initialization # Skip all for noninteractive shells. [ ! -t 0 ] && return #when USER_LS_COLORS defined do not override user LS_COLORS, but use them. if [ -z "$USER_LS_COLORS" ]; then alias ll='ls -l' 2>/dev/null alias l.='ls -d .*' 2>/dev/null INCLUDE= COLORS= for colors in "$HOME/.dir_colors.$TERM" "$HOME/.dircolors.$TERM" \ "$HOME/.dir_colors" "$HOME/.dircolors"; do [ -e "$colors" ] && COLORS="$colors" && \ INCLUDE="`/usr/bin/cat "$COLORS" | /usr/bin/grep '^INCLUDE' | /usr/bin/cut -d ' ' -f2-`" && \ break done [ -z "$COLORS" ] && [ -e "/etc/DIR_COLORS.$TERM" ] && \ COLORS="/etc/DIR_COLORS.$TERM" [ -z "$COLORS" ] && [ -e "/etc/DIR_COLORS.256color" ] && \ [ "x`/usr/bin/tty -s && /usr/bin/tput colors 2>/dev/null`" = "x256" ] && \ COLORS="/etc/DIR_COLORS.256color" [ -z "$COLORS" ] && [ -e "/etc/DIR_COLORS" ] && \ COLORS="/etc/DIR_COLORS" # Existence of $COLORS already checked above. [ -n "$COLORS" ] || return if [ -e "$INCLUDE" ]; then TMP="`/usr/bin/mktemp .colorlsXXX -q --tmpdir=/tmp`" [ -z "$TMP" ] && return /usr/bin/cat "$INCLUDE" >> $TMP /usr/bin/grep -v '^INCLUDE' "$COLORS" >> $TMP eval "`/usr/bin/dircolors --sh $TMP 2>/dev/null`" /usr/bin/rm -f $TMP else eval "`/usr/bin/dircolors --sh $COLORS 2>/dev/null`" fi [ -z "$LS_COLORS" ] && return /usr/bin/grep -qi "^COLOR.*none" $COLORS >/dev/null 2>/dev/null && return fi unset TMP COLORS INCLUDE alias ll='ls -l --color=auto' 2>/dev/null alias l.='ls -d .* --color=auto' 2>/dev/null alias ls='ls --color=auto' 2>/dev/null