Linux iad1-shared-b7-18 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
Apache
: 67.205.6.31 | : 216.73.216.47
Cant Read [ /etc/named.conf ]
8.2.29
fernandoquevedo
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
etc /
proftpd /
[ HOME SHELL ]
Name
Size
Permission
Action
conf.d
[ DIR ]
drwxr-xr-x
blacklist.dat
1.25
MB
-rw-r--r--
dhparams.pem
9.2
KB
-rw-r--r--
geoip.conf
4.25
KB
-rw-r--r--
ldap.conf
701
B
-rw-------
modules.conf
1.42
KB
-rw-r--r--
modules.conf.proftpd-new
1.47
KB
-rw-r--r--
modules.conf.proftpd-old
1.42
KB
-rw-r--r--
modules.conf.ucf-dist
1.47
KB
-rw-r--r--
proftpd.conf
1.92
KB
-rw-r--r--
proftpd.conf.0
1.92
KB
-rw-r--r--
proftpd.conf.1
1.92
KB
-rw-r--r--
proftpd.conf.2
1.92
KB
-rw-r--r--
proftpd.conf.3
1.92
KB
-rw-r--r--
proftpd.conf.4
1.92
KB
-rw-r--r--
proftpd.conf.5
1.92
KB
-rw-r--r--
proftpd.conf.6
1.92
KB
-rw-r--r--
proftpd.conf.proftpd-new
2.02
KB
-rw-r--r--
proftpd.conf.proftpd-old
1.92
KB
-rw-r--r--
proftpd.conf.ucf-dist
2.02
KB
-rw-r--r--
sftp.conf
1.16
KB
-rw-r--r--
snmp.conf
982
B
-rw-r--r--
sql.conf
862
B
-rw-------
tls.conf
2.03
KB
-rw-r--r--
virtuals.conf
832
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : proftpd.conf.6
# dh2.0 /etc/proftpd.conf template # $Id: proftpd.conf.tp,v 1.30 2008-10-07 22:53:07 anthony Exp $ ServerName "DreamHost FTP" ServerType standalone DefaultServer on DeferWelcome off Port 21 ServerIdent on "DreamHost FTP Server" TimeoutIdle 7200 TimeoutLogin 600 TimeoutNoTransfer 3600 TimeoutStalled 7200 # This should already be the default. Just making damn sure. TimeoutSession 0 TimeoutLinger 120 TimesGMT off # TimesGMT seems to have stopped working so... SetEnv TZ US/Pacific # ProFTPD's module for performing lookups of authenticated user IDs <IfModule mod_ident.c> IdentLookups off </IfModule> PersistentPasswd on RequireValidShell on ExtendedLog /var/log/ftp.log # disabling the xferlog for now - natem TransferLog none # why was this ever off? - dallas UseFtpUsers on # This is supposed to not work well with NFS and didn't even used to be enabled in the package before, but it seems to fix the recent problems? - JeremyH UseSendfile on MaxClientsPerUser 15 MaxClientsPerHost 35 # This limits UNAUTHENTICATED connections only. After they authenticate, they're limited by one of the MaxClients* values above MaxConnectionsPerHost 10 MaxHostsPerUser 7 # Should allow forwarded ssh connections to work. AllowForeignAddress on # Let's see if this helps UseReverseDNS off # allow resume #DefaultTransferMode binary AllowRetrieveRestart on AllowStoreRestart on # Umask 022 is a good standard umask to prevent new dirs and files # from being group and world writable. Umask 022 # Set the user and group that the server normally runs at. User nobody Group nogroup # Normally, we want files to be overwriteable. <Directory /> AllowOverwrite on </Directory> DefaultRoot ~ !dreamers
Close