Skip to content

Commit 4c71a99

Browse files
committed
minor adjustment
1 parent 7192836 commit 4c71a99

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

documentation/modules/auxiliary/scanner/ftp/ftp_version.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,16 @@ This module allows us to scan through a series of IP Addresses and provide detai
88

99
1. ```apt-get install vsftpd```
1010
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+
1719
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```
1921

2022
### Installing FTP for IIS 7.5 in Windows:
2123

0 commit comments

Comments
 (0)