Skip to content

Commit cae564e

Browse files
committed
Highlighting filenames
1 parent 9e7719c commit cae564e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ This module will test FTP logins on a range of machines and report successful lo
77
### Install ftp server on Kali Linux:
88

99
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:
1111
```
1212
local_enable=YES
1313
write_enable=YES
1414
chroot_list_enable=YES
1515
chroot_list_file=/etc/vsftpd.chroot_list
1616
```
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:
1818
4. ```service vsftpd start```
1919

2020
### Installing FTP for IIS 7.5 in Windows:

0 commit comments

Comments
 (0)