Which Meterpreter command terminates a given process?

Study for the SANS560 GIAC Penetration Tester (GPEN) Test. Study with flashcards and multiple choice questions, each question has hints and explanations. Get ready for your exam!

Multiple Choice

Which Meterpreter command terminates a given process?

Explanation:
Terminating a running process in Meterpreter is done with the Kill command. It ends a target process by its process identifier (PID), which you typically get from listing processes with Ps. After you know the PID, you run kill <PID> to stop that process. This command is specifically for ending processes, unlike the other options which perform different tasks: Hashdump retrieves password hashes, Ps lists current processes, and Ipconfig shows network configuration. So Kill is the right tool when your goal is to terminate a particular process.

Terminating a running process in Meterpreter is done with the Kill command. It ends a target process by its process identifier (PID), which you typically get from listing processes with Ps. After you know the PID, you run kill to stop that process. This command is specifically for ending processes, unlike the other options which perform different tasks: Hashdump retrieves password hashes, Ps lists current processes, and Ipconfig shows network configuration. So Kill is the right tool when your goal is to terminate a particular process.

Subscribe

Get the latest from Passetra

You can unsubscribe at any time. Read our privacy policy