Question 21

During an assessment, a penetration tester gathered OSINT for one of the IT systems administrators from the target company and managed to obtain valuable information, including corporate email addresses. Which of the following techniques should the penetration tester perform NEXT?
  • Question 22

    A software development team is concerned that a new product's 64-bit Windows binaries can be deconstructed to the underlying code. Which of the following tools can a penetration tester utilize to help the team gauge what an attacker might see in the binaries?
  • Question 23

    A penetration tester is exploring a client's website. The tester performs a curl command and obtains the following:
    * Connected to 10.2.11.144 (::1) port 80 (#0)
    > GET /readmine.html HTTP/1.1
    > Host: 10.2.11.144
    > User-Agent: curl/7.67.0
    > Accept: */*
    >
    * Mark bundle as not supporting multiuse
    < HTTP/1.1 200
    < Date: Tue, 02 Feb 2021 21:46:47 GMT
    < Server: Apache/2.4.41 (Debian)
    < Content-Length: 317
    < Content-Type: text/html; charset=iso-8859-1
    <
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta name="viewport" content="width=device-width" />
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>WordPress &#8250; ReadMe</title>
    <link rel="stylesheet" href="wp-admin/css/install.css?ver=20100228" type="text/css" />
    </head>
    Which of the following tools would be BEST for the penetration tester to use to explore this site further?
  • Question 24

    The attacking machine is on the same LAN segment as the target host during an internal penetration test.
    Which of the following commands will BEST enable the attacker to conduct host delivery and write the discovery to files without returning results of the attack machine?
  • Question 25

    A penetration tester is scanning a corporate lab network for potentially vulnerable services. Which of the following Nmap commands will return vulnerable ports that might be interesting to a potential attacker?