⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.13
Server IP:
109.199.105.153
Server:
Linux connect.inboxifs.com 5.15.0-152-generic #162-Ubuntu SMP Wed Jul 23 09:48:42 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
etc
/
proftpd
/
conf.d
/
View File Name :
virtualmin.conf
# Use standard passive ports <Global> PassivePorts 49152 65535 </Global> # chroot users into their home by default DefaultRoot ~ # Enable TLS <IfModule !mod_tls.c> LoadModule mod_tls.c </IfModule> TLSRequired off TLSOptions 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 <IfModule !mod_sftp.c> LoadModule mod_sftp.c </IfModule> <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 # chroot users into their home by default DefaultRoot ~ # Allow file overwrites AllowOverwrite on # 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>