We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae564e commit a936713Copy full SHA for a936713
documentation/modules/auxiliary/scanner/ftp/ftp_login.md
@@ -8,12 +8,14 @@ This module will test FTP logins on a range of machines and report successful lo
8
9
1. ```apt-get install vsftpd```
10
2. Allow local users to log in and to allow ftp uploads by editing file `/etc/vsftpd.conf` uncommenting the following:
11
-```
+
12
+ ```
13
local_enable=YES
14
write_enable=YES
15
chroot_list_enable=YES
16
chroot_list_file=/etc/vsftpd.chroot_list
17
18
19
3. Create the file `/etc/vsftpd.chroot_list` and add the local users you want allow to connect to FTP server. Start service and test connections:
20
4. ```service vsftpd start```
21
0 commit comments