From cae564ea3badb38fde3c09a8fcf33285a37cf7d5 Mon Sep 17 00:00:00 2001 From: itsmeroy2012 Date: Sat, 29 Apr 2017 23:20:13 +0530 Subject: [PATCH] Highlighting filenames --- documentation/modules/auxiliary/scanner/ftp/ftp_login.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/modules/auxiliary/scanner/ftp/ftp_login.md b/documentation/modules/auxiliary/scanner/ftp/ftp_login.md index 69990864fd..ef00eef102 100644 --- a/documentation/modules/auxiliary/scanner/ftp/ftp_login.md +++ b/documentation/modules/auxiliary/scanner/ftp/ftp_login.md @@ -7,14 +7,14 @@ This module will test FTP logins on a range of machines and report successful lo ### Install ftp server on Kali Linux: 1. ```apt-get install vsftpd``` -2. Allow local users to log in and to allow ftp uploads by editing file /etc/vsftpd.conf uncommenting the following: +2. Allow local users to log in and to allow ftp uploads by editing file `/etc/vsftpd.conf` uncommenting the following: ``` local_enable=YES write_enable=YES chroot_list_enable=YES chroot_list_file=/etc/vsftpd.chroot_list ``` -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: +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: 4. ```service vsftpd start``` ### Installing FTP for IIS 7.5 in Windows: