1- NBTscan version 1.0.2 . Copyright (C) 1999-2000 Alla Bezroutchko
1+ NBTscan version 1.0.3 . Copyright (C) 1999-2002 Alla Bezroutchko
22
33NBTscan is a program for scanning IP networks for NetBIOS name
44information. It sends NetBIOS status query to each address in
@@ -7,7 +7,7 @@ readable form. For each responded host it lists IP address,
77NetBIOS computer name, logged-in user name and MAC address
88(such as Ethernet).
99
10- See http://www.abb.aha.ru /software/nbtscan.html for
10+ See http://www.inetcat.org /software/nbtscan.html for
1111NBTscan homepage.
1212
1313LICENSE.
@@ -30,41 +30,20 @@ MA 02139, USA.
3030INSTALLATION.
3131
3232NBTscan compiles and runs on Unix and Windows. I have tested it
33- on Windows NT 4.0, Windows 95, Windows 98, FreeBSD 2.2.7,
34- FreeBSD 3.1, and Solaris 2.6/Intel. Steve Coleman
33+ on Windows NT 4.0, Windows 2000, FreeBSD 4.3, OpenBSD 2.8
34+ and RedHat Linux 7.1. It should also compile and run on Solaris
35+ and other Linuxes as well. Steve Coleman
3536<
[email protected] > ported NBTscan to Solaris, HP-UX and
3637OSF/1 and fixed several bugs. He reports that NBTscan also runs
3738on IRIX/SGI with minor problems.
3839
3940Windows:
4041
4142To compile this under Windows you will need Cygwin. You can
42- download it from http://sourceware.cygnus.com/cygwin/download.html
43- Install it and start the shell. Make directory named bin in
44- root directory of the drive you have installed Cygwin to.
45- Suppose you have installed Cygwin into "C:\Program Files\cygnus".
46- Then you should create directory c:\bin. Then you will need
47- to mount real bin directory to /bin with the command like that:
48-
49- mount "/program files/cygnus/cygwin-b20/H-i586-cygwin32/bin" /bin
50-
51- Untar nbtscan with:
52-
53- tar zxvf nbtscan.tar.gz
54-
55- Go to nbtscan directory and run a script named 'configure' like
56- that:
57-
58- ./configure
59-
60- Type 'make' at Cygwin command prompt. This will compile and
61- build nbtscan.exe. If make finishes without errors, type
62- 'make install'. This will copy nbtscan.exe to location specified
63- in BINDIR (c: by default).
64-
65- To run it independently (without Cygwin) find file named
66- cygwin1.dll and copy it to winnt\system32 (or windows\system
67- under Windows 95)
43+ Download and install Cygwin from
44+ http://sources.redhat.com/cygwin/
45+ Start Cygwin shell and proceed from there as in Unix
46+ installation
6847
6948Unix:
7049Do
@@ -79,10 +58,14 @@ That's all.
7958
8059RUNNING.
8160
82- Usage: nbtscan [-v] [-d] [-t timeout] [-b bandwidth] [-r] [-q] [-s separator] <scan_range>
61+ Usage:
62+
63+ nbtscan [-v] [-d] [-e] [-l] [-t timeout] [-b bandwidth] [-r] [-q] [-s separator] [-m retransmits] (-f filename)|(<scan_range>)
8364 -v verbose output. Print all names received
8465 from each host
8566 -d dump packets. Print whole packet contents.
67+ -e Format output in /etc/hosts format.
68+ -l Format output in lmhosts format.
8669 Cannot be used with -v, -s or -h options.
8770 -t timeout wait timeout seconds for response.
8871 Default 1.
@@ -96,12 +79,14 @@ Usage: nbtscan [-v] [-d] [-t timeout] [-b bandwidth] [-r] [-q] [-s separator] <s
9679 -q Suppress banners and error messages,
9780 -s separator Script-friendly output. Don't print
9881 column and record headers, separate fields with separator.
99- -h Print human-readble names for services.
82+ -h Print human-readable names for services.
83+
10084 Can only be used with -v option.
10185 -m retransmits Number of retransmits. Default 0.
86+ -f filename Take IP addresses to scan from file filename
10287 <scan_range> what to scan. Can either be single IP
10388 like 192.168.1.1 or
104- range of addresses in one of two forms:
89+ range of addresses in one of two forms:
10590 xxx.xxx.xxx.xxx/xx or xxx.xxx.xxx.xxx-xxx.
10691Examples:
10792 nbtscan -r 192.168.1.0/24
@@ -117,6 +102,9 @@ Examples:
117102 192.168.0.1:ADMINISTRATOR:03U
118103 192.168.0.2:OTHER_BOX:00U
119104 ...
105+ nbtscan -f iplist
106+ Scans IP addresses specified in file iplist.
107+
120108
121109BUGS/LIMITATIONS
122110
@@ -125,6 +113,6 @@ hosts with it because Windows 95 always sends responses to name
125113queries to port 137, and you cannot bind to port 137 under
126114Windows (it is already taken by Windows itself).
127115
128- Report bugs to alla@sovlink.ru (that's me). I cannot promise to
116+ Report bugs to alla@inetcat.org (that's me). I cannot promise to
129117do anything but I might well want fix it. Remember: no warranty.
130118At least it's worth what you payed for it.
0 commit comments