159k views
1 vote
A penetration tester wants to target NETBIOS name service. Which of the following is the MOST likely command to exploit the NETBIOS name service?

a. nslookup
b. netstat
c. nmap
d. nbstat

User Midkin
by
7.6k points

1 Answer

0 votes

Final answer:

The correct command to exploit the NETBIOS name service is nslookup. NETBIOS is a protocol that allows communication between computers on a LAN. By using the nslookup command, a penetration tester can query the DNS server for information about a NETBIOS name.

Step-by-step explanation:

The correct command to exploit the NETBIOS name service is nslookup.

NETBIOS (Network Basic Input/Output System) is a protocol that allows communication between computers on a local area network (LAN). The NETBIOS name service is responsible for mapping NetBIOS names to IP addresses.

By using the nslookup command, which stands for "name server lookup," a penetration tester can query the DNS (Domain Name System) server to obtain information about a specific NETBIOS name.

User Tplaner
by
8.3k points