nerdexam
CompTIA

PT0-003 · Question #18

A penetration tester gains initial access to an endpoint and needs to execute a payload to obtain additional access. Which of the following commands should the penetration tester use?

The correct answer is D. rundll32.exe c:\path\foo.dll,functName. rundll32.exe is commonly used by penetration testers to execute functions exported from DLL files, which can contain payloads or backdoors, making it suitable for post-exploitation access.

Submitted by cyberguy42· Mar 6, 2026Attacks and Exploits

Question

A penetration tester gains initial access to an endpoint and needs to execute a payload to obtain additional access. Which of the following commands should the penetration tester use?

Options

How the community answered

(52 responses)
  • A
    6% (3)
  • B
    4% (2)
  • D
    90% (47)

Explanation

rundll32.exe is commonly used by penetration testers to execute functions exported from DLL files, which can contain payloads or backdoors, making it suitable for post-exploitation access.

Topics

#payload execution#initial access#Windows commands#persistence

Community Discussion

No community discussion yet for this question.

Full PT0-003 Practice