Exam PT0-002 All QuestionsBrowse all questions from this exam
Question 14

Which of the following describes the reason why a penetration tester would run the command sdelete mimikatz. * on a Windows server that the tester compromised?

    Correct Answer: C

    A penetration tester would run the command 'sdelete mimikatz.*' on a compromised Windows server to securely delete tools from the server. 'Sdelete' is a utility that securely deletes files by overwriting the existing data, thus making recovery difficult. 'Mimikatz' is a post-exploitation tool used to extract credentials and other sensitive information from a Windows system. By running this command, the tester ensures that all traces of Mimikatz and its related files are removed from the server to cover their tracks.

Discussion
ManzerOption: C

sdelete is used to delete files and folders. This command would delete any folder with mimikatz.*

duckduckgooo

I like adding URL's to answers/tools for others or people that had to validate the answer (me). https://learn.microsoft.com/en-us/sysinternals/downloads/sdelete

petercornOption: C

Agree with Manzer

bromingsOption: C

SDelete is a command line utility that takes a number of options. In any given use, it allows you to delete one or more files and/or directories, or to cleanse the free space on a logical disk. SDelete accepts wild card characters as part of the directory or file specifier.

solutionzOption: C

The command `sdelete` is a command-line utility that can be used to securely delete files and cleanse free space on a disk in Windows. `Mimikatz` is a well-known tool used by attackers (and penetration testers) to extract plaintext passwords, hash, PIN code, and Kerberos tickets from memory. In the context of the given command `sdelete mimikatz.*`, the intention is to securely delete all files related to Mimikatz from the compromised server. So the correct answer to this question would be: C. To remove tools from the server.

cy_analystOption: C

The sdelete command is used to securely delete files or free space on a hard drive by overwriting them with random data. Mimikatz is a tool that can be used to extract sensitive information such as passwords from a compromised Windows system.

nickwen007Option: C

The most likely reason why a penetration tester would run the command sdelete mimikatz.* on a Windows server is C. To remove tools from the server. This command can be used to securely delete any tools or malicious files that the tester may have installed while compromising the system, such as Mimikatz or any other malicious code.

MascoOption: C

Correct Answer is C

user009Option: C

The reason why a penetration tester would run the command sdelete mimikatz.* on a Windows server that the tester compromised is option C: To remove tools from the server. Explanation: Sdelete is a Windows command-line utility that securely deletes files and folders from a disk by overwriting the data with zeroes or random characters. Mimikatz is a post-exploitation tool that can be used to extract passwords and other sensitive information from a compromised Windows system. In this scenario, the penetration tester has compromised the Windows server and has used Mimikatz to extract sensitive information. The command sdelete mimikatz.* is used to securely delete the Mimikatz tool and any related files from the system to avoid leaving traces of the attack.

nickwen007Option: C

SDelete is a command-line utility used to securely delete files, directories and registry entries. It can also be used to remove traces of Mimikatz, a tool used to manipulate Windows authentication mechanisms. To use SDelete to remove Mimikatz, you must enter the command "sdelete -p 1 mimikatz.*" in elevated command prompt. This will overwrite all files that contain the string "mimikatz" with random data, thus removing any trace of Mimikatz from your computer.

Etc_Shadow28000Option: C

The reason a penetration tester would run the command `sdelete mimikatz.*` on a Windows server that the tester compromised is: C. To remove tools from the server `sdelete` is a command-line utility that securely deletes files, making them unrecoverable. Running `sdelete mimikatz.*` would securely delete the Mimikatz tool and any related files from the server, helping to cover the tester's tracks by removing evidence of the tool's presence and use.

monkeyyyyyOption: C

vote for C

KingIT_ENGOption: C

CCCCCCCC

[Removed]Option: C

C is the answer