NBTscanversion1.5.1.Copyright (C) 1999-2003 Alla Bezroutchko. This is a free software and it comes with absolutely no warranty. You can use,distribute and modify it under terms of GNU GPL.Usage:nbtscan [-v] [-d] [-e] [-l] [-t timeout] [-b bandwidth] [-r] [-q] [-s separator] [-m retransmits] (-ffilename)|(<scan_range>)-vverboseoutput.Printallnamesreceivedfromeachhost-ddumppackets.Printwholepacketcontents.-eFormatoutputin/etc/hostsformat.-lFormatoutputinlmhostsformat.Cannotbeusedwith-v,-sor-hoptions.-ttimeoutwaittimeoutmillisecondsforresponse.Default1000.-bbandwidthOutputthrottling.Slowdownoutputsothatitusesnomorethatbandwidthbps.Usefulonslowlinks,sothatougoingqueriesdon't get dropped. -r use local port 137 for scans. Win95 boxes respond to this only.You need to be root to use this option on Unix. -q Suppress banners and error messages, -s separator Script-friendly output. Don'tprintcolumnandrecordheaders,separatefieldswithseparator.-hPrinthuman-readablenamesforservices.Canonlybeusedwith-voption.-mretransmitsNumberofretransmits.Default0.-ffilenameTakeIPaddressestoscanfromfilefilename.-f-makesnbtscantakeIPaddressesfromstdin.<scan_range> whattoscan.CaneitherbesingleIPlike192.168.1.1orrangeofaddressesinoneoftwoforms:xxx.xxx.xxx.xxx/xxorxxx.xxx.xxx.xxx-xxx.Examples:nbtscan-r192.168.1.0/24ScansthewholeC-classnetwork.nbtscan192.168.1.25-137Scansarangefrom192.168.1.25to192.168.1.137nbtscan-v-s:192.168.1.0/24ScansC-classnetwork.Printsresultsinscript-friendlyformatusingcolonasfieldseparator.Producesoutputlikethat:192.168.0.1:NT_SERVER:00U192.168.0.1:MY_DOMAIN:00G192.168.0.1:ADMINISTRATOR:03U192.168.0.2:OTHER_BOX:00U...nbtscan-fiplistScansIPaddressesspecifiedinfileiplist.