PT0-002 Exam Question 136

A penetration tester recently completed a review of the security of a core network device within a corporate environment. The key findings are as follows:
* The following request was intercepted going to the network device:
GET /login HTTP/1.1
Host: 10.50.100.16
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Firefox/31.0 Accept-Language: en-US,en;q=0.5 Connection: keep-alive Authorization: Basic WU9VUilOQU1FOnNlY3JldHBhc3N3b3jk
* Network management interfaces are available on the production network.
* An Nmap scan returned the following:

Which of the following would be BEST to add to the recommendations section of the final report? (Choose two.)
  • PT0-002 Exam Question 137

    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?
  • PT0-002 Exam Question 138

    When developing a shell script intended for interpretation in Bash, the interpreter /bin/bash should be explicitly specified. Which of the following character combinations should be used on the first line of the script to accomplish this goal?
  • PT0-002 Exam Question 139

    A penetration tester obtained the following results after scanning a web server using the dirb utility:
    ...
    GENERATED WORDS: 4612
    ----
    Scanning URL: http://10.2.10.13/ ----
    +
    http://10.2.10.13/about (CODE:200|SIZE:1520)
    +
    http://10.2.10.13/home.html (CODE:200|SIZE:214)
    +
    http://10.2.10.13/index.html (CODE:200|SIZE:214)
    +
    http://10.2.10.13/info (CODE:200|SIZE:214)
    ...
    DOWNLOADED: 4612 - FOUND: 4
    Which of the following elements is MOST likely to contain useful information for the penetration tester?
  • PT0-002 Exam Question 140

    A penetration tester writes the following script:

    Which of the following is the tester performing?