December 2017
Intermediate to advanced
860 pages
16h 1m
English
Now that we are familiar with what all payloads, encoders, formats, and platforms the msfvenom utility supports, let's try generating a sample payload as shown in the following screenshot:

The following table shows a detailed explanation for each of the command switches used in the preceding msfvenom command:
|
Switch
|
Explanation
|
| -a x86 | Here, the generated payload will run on x86 architecture |
| --platform windows |
Here, the generated payload is targeted for the Windows platform |
| -p windows/meterpreter/reverse_tcp | Here, the payload is the meterpreter with a reverse TCP |
| LHOST= 192.168.44.134 | Here, ... |
Read now
Unlock full access