PT0-003 Exam Details

  • Exam Code
    :PT0-003
  • Exam Name
    :CompTIA PenTest+
  • Certification
    :CompTIA Certifications
  • Vendor
    :CompTIA
  • Total Questions
    :404 Q&As
  • Last Updated
    :Jun 09, 2026

CompTIA PT0-003 Online Questions & Answers

  • Question 81:

    A penetration tester wants to use PowerView in an AD environment.

    Which of the following is the most likely reason?

    A. To collect local hashes
    B. To decrypt stored passwords
    C. To enumerate user groups
    D. To escalate privileges

  • Question 82:

    A penetration tester gains access to a domain server and wants to enumerate the systems within the domain.

    Which of the following tools would provide the best oversight of domains?

    A. Netcat
    B. Wireshark
    C. Nmap
    D. Responder

  • Question 83:

    A penetration tester gains initial access to a system and gets ready to perform additional reconnaissance.

    The tester cannot use Nmap on the system they used to gain initial access. The tester develops the following script to scan a network range:

    $port = 80

    $network = 192.168.1

    $range = 1..254

    $ErrorActionPreference = 'silentlycontinue'

    $(Foreach ($r in $range)

    {

    $ip = "{0}.{1}" -F $network,$r

    Write-Progress "Scanning" $ip -PercentComplete (($r/$range.Count)*100)

    If(Test-Connection -BufferSize 32 -Count 1 -quiet -ComputerName $ip)

    {

    $socket = new-object System.Net.Sockets.TcpClient($ip, $port)

    If($socket.Connected)

    {

    "$ip port $port is open"

    $socket.Close()

    }

    else { "$ip port $port is closed" }

    }

    }) | Out-File C:\nefarious_location\portscan.csv

    The tester wants to modify the current script so multiple ports can be scanned. The tester enters a comma-separated list of ports in the port variable.

    Which of the following should the tester do next to provide the intended outcome?

    A. Duplicate the $socket code block and modify $port for each new port variable.
    B. Add a new Foreach loop directly beneath the other Foreach loop and enclose it with { ... }.
    C. Add $p in $port to the initial Foreach loop directly following the $range variable.

  • Question 84:

    A penetration tester gains access to a Windows machine and executes:

    reg query HKLM\Software\Microsoft\Windows\CurrentVersion\Run

    The tester discovers an application launched at startup that is writable by all users.

    What type of attack is MOST likely possible?

    A. DLL sideloading
    B. Startup hijacking
    C. Token impersonation
    D. Kerberoasting

  • Question 85:

    A penetration tester is working in an environment with no Windows hosts and needs to obtain credentials from non-Windows servers, such as SSH systems. The SOC only monitors endpoints, not servers, so aggressive credential-guessing attempts are unlikely to be noticed.

    Which tool and command would BEST allow the tester to perform credential discovery across multiple SSH targets?

    A. pwinspector -i <file_of_targets> -o <found_credentials> -m 8 -M 16 -1 -u -n -p
    B. responder -I eth0
    C. nmap -sV -n -T3 -p 22 <targets> --reason
    D. hydra -L root -P /path/to/wordlist -t 3 -M <file of targets>

  • Question 86:

    While performing reconnaissance, a penetration tester attempts to identify publicly accessible ICS (Industrial Control Systems) and IoT (Internet of Things) systems.

    Which of the following tools is most effective for this task?

    A. theHarvester
    B. Shodan
    C. Amass
    D. Nmap

  • Question 87:

    A penetration tester obtains local administrator access on a Windows system and wants to attempt lateral movement. The system exists within a Windows Workgroup environment.

    Which of the following actions should the tester take?

    A. Create a malicious certificate.
    B. Dump credentials from memory.
    C. Craft Kerberos tickets.
    D. List potential privilege escalation paths.

  • Question 88:

    A penetration tester presents the following findings to stakeholders:

    Control | Number of findings | Risk | Notes

    Encryption | 1 | Low | Weak algorithm noted

    Patching | 8 | Medium | Unsupported systems System hardening | 2 | Low | Baseline drift observed Secure SDLC | 10 | High | Libraries have vulnerabilities

    Password policy | 0 | Low | No exceptions noted Based on the findings, which of the following recommendations should the tester make? (Select two).

    A. Develop a secure encryption algorithm.
    B. Deploy an asset management system.
    C. Write an SDLC policy.
    D. Implement an SCA tool.
    E. Obtain the latest library version.
    F. Patch the libraries.

  • Question 89:

    A penetration tester has been given eight business hours to gain access to a client's financial system.

    Which of the following techniques will have the highest likelihood of success?

    A. Attempting to tailgate an employee going into the client's workplace
    B. Dropping a malicious USB key with the company's logo in the parking lot
    C. Using a brute-force attack against the external perimeter to gain a foothold
    D. Performing spear phishing against employees by posing as senior management

  • Question 90:

    A penetration tester has prepared the following phishing email for an upcoming penetration test:

    Which of the following is the penetration tester using MOST to influence phishing targets to click on the link?

    A. Familiarity and likeness
    B. Authority and urgency
    C. Scarcity and fear
    D. Social proof and greed

Tips on How to Prepare for the Exams

Nowadays, the certification exams become more and more important and required by more and more enterprises when applying for a job. But how to prepare for the exam effectively? How to prepare for the exam in a short time with less efforts? How to get a ideal result and how to find the most reliable resources? Here on Vcedump.com, you will find all the answers. Vcedump.com provide not only CompTIA exam questions, answers and explanations but also complete assistance on your exam preparation and certification application. If you are confused on your PT0-003 exam preparations and CompTIA certification application, do not hesitate to visit our Vcedump.com to find your solutions here.