To install nbtscan in fedora:
# yum install nbtscan
To use it on single machine(let's say the machine's ip is 10.0.0.100):
# nbtscan 10.0.0.100
To scan the whole class C and list netbios names:
# nbtscan 10.0.0.0/24
To scan ip range:
# nbtscan 10.0.0.10-100
To get all options to use nbtscan:
# nbtscan -h
No comments:
Post a Comment