PT0-003 · Question #148
A penetration tester performs a service enumeration process and receives the following result after scanning a server using the Nmap tool: Based on the output, which of the following services provides
The correct answer is D. File sharing. The open port 2049/tcp indicates that the Network File System (NFS) service is running. NFS is commonly used for file sharing in Unix/Linux environments. If not properly secured, NFS can be vulnerable to a variety of attacks, such as unauthorized access to shared files and direct
Question
A penetration tester performs a service enumeration process and receives the following result after scanning a server using the Nmap tool:
Based on the output, which of the following services provides the best target for launching an attack?
Options
- ADatabase
- BRemote access
- CEmail
- DFile sharing
How the community answered
(37 responses)- A5% (2)
- B22% (8)
- C14% (5)
- D59% (22)
Explanation
The open port 2049/tcp indicates that the Network File System (NFS) service is running. NFS is commonly used for file sharing in Unix/Linux environments. If not properly secured, NFS can be vulnerable to a variety of attacks, such as unauthorized access to shared files and directories, or privilege escalation by exploiting misconfigurations or vulnerabilities within the NFS service. This makes it a prime target for attackers.
Topics
Community Discussion
No community discussion yet for this question.