whitespace fix

bug/bundler_fix
itsmeroy2012 2017-04-23 23:45:29 +05:30
parent e10a346d01
commit 56aed7a998
1 changed files with 7 additions and 9 deletions

View File

@ -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).
@ -34,7 +34,7 @@ This module allows us to scan through a series of IP Addresses and provide detai
7. On the Confirm Installation Selections page, click Install.
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