File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed
documentation/modules/auxiliary/scanner/ftp Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,14 @@ This module allows us to scan through a series of IP Addresses and provide detai
8
8
9
9
1 . ``` apt-get install vsftpd ```
10
10
2 . Allow local users to log in and to allow ftp uploads by editing file ` /etc/vsftpd.conf ` uncommenting the following:
11
- ```
12
- local_enable=YES
13
- write_enable=YES
14
- chroot_list_enable=YES
15
- chroot_list_file=/etc/vsftpd.chroot_list
16
- ```
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
+
17
19
3. **IMPORTANT:** For allowing anonymous access set ```anonymous_enable=YES```
18
20
4. 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:
19
21
5. ```service vsftpd start```
You can’t perform that action at this time.
0 commit comments