Skip to content

Commit a936713

Browse files
committed
fixing formatting
1 parent cae564e commit a936713

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@ This module will test FTP logins on a range of machines and report successful lo
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-
```
11+
12+
```
1213
local_enable=YES
1314
write_enable=YES
1415
chroot_list_enable=YES
1516
chroot_list_file=/etc/vsftpd.chroot_list
16-
```
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:
1820
4. ```service vsftpd start```
1921

0 commit comments

Comments
 (0)