A penetration tester reviews the following output:
PORT STATE SERVICE VERSION
21/tcp open ftp
22/tcp open ssh OpenSSH 9.9p2 Debian 1 (protocol 2.0)
25/tcp open smtp Microsoft IIS httpd 10.0
53/tcp open domain?
88/tcp open kerberos-sec
389/tcp open ldap
442/tcp open https
445/tcp open microsoft-ds
3389/tcp open ms-wbt-server Microsoft Terminal Services
3128/tcp open squid-http
Additional fingerprint strings include references to:
Target name: K8MA
NetBIOS Domain Name: K8MA
DNS Domain Name: K8MA.LOCAL
Which of the following most likely describes the function of this system?
During host discovery, a security analyst wants to obtain GeoIP information and a comprehensive summary of exposed services. Which of the following tools is best for this task?
A penetration tester has been asked to conduct a blind web application test against a customer ' s corporate website. Which of the following tools would be best suited to perform this assessment?
A penetration tester needs to exploit a vulnerability in a wireless network that has weak encryption to perform traffic analysis and decrypt sensitive information. Which of the following techniques would best allow the penetration tester to have access to the sensitive information?
A penetration tester wants to use multiple TTPs to assess the reactions (alerted, blocked, and others) by the client’s current security tools. The threat-modeling team indicates the TTPs in the list might affect their internal systems and servers. Which of the following actions would the tester most likely take?
After a recent penetration test was conducted by the company ' s penetration testing team, a systems administrator notices the following in the logs:
2/10/2023 05:50AM C:\users\mgranite\schtasks /query
2/10/2023 05:53AM C:\users\mgranite\schtasks /CREATE /SC DAILY
Which of the following best explains the team ' s objective?
During a penetration test, a junior tester uses Hunter.io for an assessment and plans to review the information that will be collected. Which of the following describes the information the junior tester will receive from the Hunter.io tool?
A penetration tester needs to test a very large number of URLs for public access. Given the following code snippet:
1 import requests
2 import pathlib
3
4 for url in pathlib.Path( " urls.txt " ).read_text().split( " \n " ):
5 response = requests.get(url)
6 if response.status == 401:
7 print( " URL accessible " )
Which of the following changes is required?
Which of the following technologies is most likely used with badge cloning? (Select two).
A client warns the assessment team that an ICS application is maintained by the manufacturer. Any tampering of the host could void the enterprise support terms of use. Which of the following techniques would be most effective to validate whether the application encrypts communications in transit?