NETBIOS Enumeration - Only CyberSecurity

Ethical Hacking Tutorial, Cybersecurity

Breaking

Wednesday, August 22, 2018

NETBIOS Enumeration

NetBIOS stands for Network Basic Input Output System. It allows computers to communicate over a LAN to share files and devices like printers. NetBIOS names are used to identify network devices over TCP/IP.
NetBIOS Enumeration is done in following steps

1.In windows execute the following command.

    nbtstat –A target IP

This command will display the connected devices NetBIOS names.

2.The following command is used to display cached information of NETBIOS
    nbtstat –c




3.In Kali Linux open a terminal and execute the below command
   nbtscan <network range>



After executing the above commands NETBIOS enumeration is successfully done.
Happy Enumeration.

No comments:

Post a Comment