File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
documentation/modules/auxiliary/scanner/ftp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,14 @@ This module will test FTP logins on a range of machines and report successful lo
7
7
### Install ftp server on Kali Linux:
8
8
9
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:
10
+ 2 . Allow local users to log in and to allow ftp uploads by editing file ` /etc/vsftpd.conf ` uncommenting the following:
11
11
```
12
12
local_enable=YES
13
13
write_enable=YES
14
14
chroot_list_enable=YES
15
15
chroot_list_file=/etc/vsftpd.chroot_list
16
16
```
17
- 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:
17
+ 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
18
4 . ``` service vsftpd start ```
19
19
20
20
### Installing FTP for IIS 7.5 in Windows:
You can’t perform that action at this time.
0 commit comments