Linux e000727e84fa 5.4.0-208-generic #228-Ubuntu SMP Fri Feb 7 19:41:33 UTC 2025 x86_64
Apache/2.4.62 (Debian)
: 192.168.16.2 | : 192.168.16.1
Cant Read [ /etc/named.conf ]
8.2.27
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
apache2
[ DIR ]
drwxr-xr-x
apt
[ DIR ]
drwxr-xr-x
ca-certificates
[ DIR ]
drwxr-xr-x
cron.d
[ 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
init.d
[ 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
sysctl.d
[ 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
2.97
KB
-rw-r--r--
bash.bashrc
1.95
KB
-rw-r--r--
bindresvport.blacklist
367
B
-rw-r--r--
ca-certificates.conf
5.85
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--
e2scrub.conf
685
B
-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.79
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
13
B
-rw-r--r--
hosts
176
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
9.14
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
12.27
KB
-rw-r--r--
magic
111
B
-rw-r--r--
magic.mime
111
B
-rw-r--r--
mime.types
72.09
KB
-rw-r--r--
mke2fs.conf
782
B
-rw-r--r--
motd
286
B
-rw-r--r--
mtab
0
B
-r--r--r--
netconfig
767
B
-rw-r--r--
nsswitch.conf
494
B
-rw-r--r--
os-release
267
B
-rw-r--r--
pam.conf
552
B
-rw-r--r--
passwd
839
B
-rw-r--r--
passwd-
839
B
-rw-------
profile
769
B
-rw-r--r--
resolv.conf
79
B
-rw-r--r--
rmt
59.02
KB
-rwxr-xr-x
shadow
474
B
-rw-r-----
shells
128
B
-rw-r--r--
subgid
0
B
-rw-r--r--
subuid
0
B
-rw-r--r--
sysctl.conf
2.3
KB
-rw-r--r--
timezone
8
B
-rw-r--r--
xattr.conf
681
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : debconf.conf
# This is the main config file for debconf. It tells debconf where to # store data. The format of this file is a set of stanzas. Each stanza # except the first sets up a database for debconf to use. For details, see # debconf.conf(5) (in the debconf-doc package). # # So first things first. This first stanza gives the names of two databases. # Debconf will use this database to store the data you enter into it, # and some other dynamic data. Config: configdb # Debconf will use this database to store static template data. Templates: templatedb # World-readable, and accepts everything but passwords. Name: config Driver: File Mode: 644 Reject-Type: password Filename: /var/cache/debconf/config.dat # Not world readable (the default), and accepts only passwords. Name: passwords Driver: File Mode: 600 Backup: false Required: false Accept-Type: password Filename: /var/cache/debconf/passwords.dat # Set up the configdb database. By default, it consists of a stack of two # databases, one to hold passwords and one for everything else. Name: configdb Driver: Stack Stack: config, passwords # Set up the templatedb database, which is a single flat text file # by default. Name: templatedb Driver: File Mode: 644 Filename: /var/cache/debconf/templates.dat # Well that was pretty straightforward, and it will be enough for most # people's needs, but debconf's database drivers can be used to do much # more interesting things. For example, suppose you want to use config # data from another host, which is mounted over nfs or perhaps the database # is accessed via LDAP. You don't want to write to the remote debconf database, # just read from it, so you still need a local database for local changes. # # A remote NFS mounted database, read-only. It is optional; if debconf # fails to use it it will not abort. #Name: remotedb #Driver: DirTree #Directory: /mnt/otherhost/var/cache/debconf/config #Readonly: true #Required: false # # A remote LDAP database. It is also read-only. The password is really # only necessary if the database is not accessible anonymously. # Option KeyByKey instructs the backend to retrieve keys from the LDAP # server individually (when they are requested), instead of loading all # keys at startup. The default is 0, and should only be enabled if you # want to track accesses to individual keys on the LDAP server side. #Name: remotedb #Driver: LDAP #Server: remotehost #BaseDN: cn=debconf,dc=domain,dc=com #BindDN: uid=admin,dc=domain,dc=com #BindPasswd: secret #KeyByKey: 0 # # A stack consisting of two databases. Values will be read from # the first database in the stack to contain a value. In this example, # writes always go to the first database. #Name: fulldb #Driver: Stack #Stack: configdb, remotedb # # In this example, we'd use Config: fulldb at the top of the file # to make it use the combination of the databases. # # Even more complex and interesting setups are possible, see the # debconf.conf(5) page for details.
Close