File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed
documentation/modules/auxiliary/scanner/ftp Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,16 @@ 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 . 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:
18
- 5 . ``` service vsftpd start ```
20
+ 4 . ``` service vsftpd start ```
19
21
20
22
### Installing FTP for IIS 7.5 in Windows:
21
23
You can’t perform that action at this time.
0 commit comments