Nbtscan - Scanning IP Networks for NetBIOS Name Information Last Updated : 28 Mar, 2022 Comments Improve Suggest changes Like Article Like Report Nbtscan is an automated cyber-security tool for scanning IP networks for NetBIOS name information. Nbtscan tool sends Net‐BIOS status query to each address in supplied range and lists received data in human-readable form. For each responded host it lists IP address, NetBIOS computer name, logged-in user name, and MAC address (such as Ethernet). Nbtscan tool is available in the apt manager and it's also available on the internet for free. Installation of Nbtscan Tool on Kali Linux OS Step 1: In this step, we will update the repositories by using the following command sudo apt-get update Step 2: In this step, we will download the NBTSCAN tool using the apt manager sudo apt-get install nbtscan Step 3: Run the below command to verify the installation and check the help section of the tool. nbtscan -h Working with Nbtscan Tool on Kali Linux OS Example 1: Simple Scan (Basic Usage) sudo nbtscan 192.168.144.25-137 In this example, we will use the tool with default options. Example 2: Use local port 137 for scans sudo nbtscan -r 192.168.144.1/24 In this example, we will use local port 137 for scans. We have got all the devices information which ranges from specified IP addresses. Example 3: Verbose Output sudo nbtscan -r -v 192.168.144.1/24 In this example, we will display the verbose output using the 'v' option. We have got detailed output of our scan. Comment More infoAdvertise with us Next Article ReconCobra - Software for Information Gathering A abhishekgandal324 Follow Improve Article Tags : Linux-Unix Kali-Linux Linux-Tools Similar Reads Netnoob - Network tools, information gathering tools and scanning tools Netnoob is an automated tool that is developed for Network Recon, Scanning, and Network Auditing. Netnoob tool has the features to Get information about your computer and network, Get information about another computer or a network, Network Settings, and Shared Drives. This tool allows us to change 2 min read Nuubi â Tool for Information Gathering, Scanning And Recon The information gathered or collected in the Reconnaissance phase serves as the milestone for upcoming stages like Scanning, Exploitation, etc. So managing the relevant and sensitive data is always challenging work for every penetration tester. NUBBI is one tool that is used for penetration testing. 4 min read Host Discovery in Nmap Network Scanning Nmap becomes the primary tool for scanning the network, while other scanner tools still compete with Nmap. Many hosts in the organization are filtered by the firewall which is not detectable in the network. But this can be possible using host discovery using Nmap. Host discovery in Nmap is the proce 2 min read ReconCobra - Software for Information Gathering Every Ethical Hacker needs an automated tool that performs all the Recon and Scanning processes in the same tool, but it is hard to get that tool. The ReconCobra tool is no doubt an all-in-one tool for Recon and Scanning. This tool performs almost every single Recon step on the target domain. ReconC 2 min read Information Gathering Tools for Kali Linux Information Gathering means gathering different kinds of information about the target. It is basically, the first step or the beginning stage of Ethical Hacking, where the penetration testers or hackers (both black hat or white hat) tries to gather all the information about the target, in order to u 5 min read Information Gathering Tools for Kali Linux Information Gathering means gathering different kinds of information about the target. It is basically, the first step or the beginning stage of Ethical Hacking, where the penetration testers or hackers (both black hat or white hat) tries to gather all the information about the target, in order to u 5 min read Like