How to use nbtscan in kali linux



Intro – 'nbtscan' is a quick tool which gives instant results relating to which hosts are alive on your network and replying to netbios queries.

1. How to open
A. GUI Method

Application → Kali linux→ Information Gathering → SMB Analysis → nbtscan
                                                                            (click image for large view)

B. open Terminal type nbtscan and hit enter

2. This command is used to scan alive host information on same network.
Syntax – nbtscan –r IP range
Ex – nbtscan –r 192.168.71.0/24

3. This command is used to see the output in script friendly.
Syntax – nbtscan –v –s : IP range
Ex – nbtscan –v –s : 192.168.71.0/24
Here –v for verbose mode. And –s for script friendly output

4. This command is used to print human readable name for service.
Syntax – nbtscan –v –h IP range
Ex – nbtscan –v –h 192.168.71.0/24
Here –h for print human readable name for service and –hcan only be used with –v.

5. This is our target PC which we got from nbtscan. Here I am showing you Host name, Mac address and IP address same we got in our kali linux after nbtscan. So this is as proof we have done this scan successfully.
(click image for large view)

Like it ? Share it.