GIAC Certified Incident Handler (GCIH) — Question 210
Which tool can generate source code that can be used as a payload on a Windows system using the following command?
msbuild.exe shellwrapper.csproj
Answer options
- A. msfvenom
- B. wscript.exe
- C. nmap scripting engine
- D. MOF Compiler
Correct answer: D
Explanation
The correct answer is D, MOF Compiler, because it is designed to generate Management Object Format (MOF) files that can be executed in a Windows environment. The other options, while useful in different contexts, do not specifically generate source code for payloads in the manner described by the msbuild command.