whitespace fix
parent
e10a346d01
commit
56aed7a998
|
@ -2,7 +2,7 @@
|
|||
|
||||
This module allows us to scan through a series of IP Addresses and provide details whether anonymous access is allowed or not. By default, anonymous access is not allowed by the FTP server.
|
||||
|
||||
##Vulnerable Application
|
||||
## Vulnerable Application
|
||||
|
||||
### Install ftp server on Kali Linux:
|
||||
|
||||
|
@ -15,15 +15,15 @@ This module allows us to scan through a series of IP Addresses and provide detai
|
|||
chroot_list_file=/etc/vsftpd.chroot_list
|
||||
```
|
||||
3. **IMPORTANT:** For allowing anonymous access
|
||||
```anonymous_enable=NO```
|
||||
```
|
||||
anonymous_enable=NO
|
||||
```
|
||||
4. 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:
|
||||
5. ```service vsftpd start```
|
||||
|
||||
|
||||
|
||||
### Installing FTP for IIS 7.5 in Windows:
|
||||
|
||||
#### IIS 7.5 for Windows Server 2008 R2
|
||||
#### IIS 7.5 for Windows Server 2008 R2:
|
||||
|
||||
1. On the taskbar, click Start, point to Administrative Tools, and then click Server Manager.
|
||||
2. In the Server Manager hierarchy pane, expand Roles, and then click Web Server (IIS).
|
||||
|
@ -32,9 +32,9 @@ This module allows us to scan through a series of IP Addresses and provide detai
|
|||
5. Select FTP Service. (Note: To support ASP.NET Membership or IIS Manager authentication for the FTP service, you will also need to select FTP Extensibility.)
|
||||
6. Click Next.
|
||||
7. On the Confirm Installation Selections page, click Install.
|
||||
8.On the Results page, click Close.
|
||||
8. On the Results page, click Close.
|
||||
|
||||
#### IIS 7.5 for Windows 7
|
||||
#### IIS 7.5 for Windows 7:
|
||||
|
||||
1. On the taskbar, click Start, and then click Control Panel.
|
||||
2. In Control Panel, click Programs and Features, and then click Turn Windows Features on or off.
|
||||
|
@ -61,8 +61,6 @@ msf auxiliary(anonymous) >
|
|||
## Confirming using NMAP
|
||||
|
||||
```
|
||||
|
||||
|
||||
root@kali:~# nmap -sV -sC 127.0.0.1
|
||||
|
||||
Starting Nmap 7.40SVN ( https://nmap.org ) at 2017-04-23 23:27 IST
|
||||
|
|
Loading…
Reference in New Issue