Highlighting filenames
parent
9e7719c428
commit
cae564ea3b
|
@ -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:
|
### Install ftp server on Kali Linux:
|
||||||
|
|
||||||
1. ```apt-get install vsftpd```
|
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
|
local_enable=YES
|
||||||
write_enable=YES
|
write_enable=YES
|
||||||
chroot_list_enable=YES
|
chroot_list_enable=YES
|
||||||
chroot_list_file=/etc/vsftpd.chroot_list
|
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```
|
4. ```service vsftpd start```
|
||||||
|
|
||||||
### Installing FTP for IIS 7.5 in Windows:
|
### Installing FTP for IIS 7.5 in Windows:
|
||||||
|
|
Loading…
Reference in New Issue