September 2018
Intermediate to advanced
480 pages
9h 45m
English
The concept of popping up a meterpreter session using Empire is very easy to understand. Empire can inject code directly into the memory and execute it. We just need to get an obfuscated shellcode or the DLL/EXE generated by msfvenom and inject the DLL/EXE/shellcode into the memory using Empire. Let's first generate a reverse shell DLL using msfvenom:

Upload the malicious DLL using the upload command:

We can now use the invoke_dllinjection module for DLL injection. Let's execute the following commands ...