Multiple choice

Which of the following is an incorrect statement about 'Process Injection' technique during Penetration Testing?

  1. It uses a method to inject the running application.

  2. The information of the application can be hidden within a process.

  3. The running processes can not be inspected easily.

  4. It is implemented into most operating systems and prevents execute permission when an overwrite in memory has occurred.

  5. It is used to hide in a different process that the application would think is a trusted one.

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

This is incorrect about 'Process injection'. Data Execution Prevention (DEP) is responsible for that.