1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132
|
NAT(1) NAT(1)
NNAAMMEE
nat - NetBIOS Auditing Tool
SSYYNNOOPPSSIISS
nat [-o <oouuttppuutt>] [-u <uusseerrlliisstt>] [-p <ppaasssslliisstt>]
<<aaddddrreessss>>
DDEESSCCRRIIPPTTIIOONN
nnaatt is a tool written to perform various security checks
on systems offering the NetBIOS file sharing service. nnaatt
will attempt to retrieve all information availible from
the remote server, and attempt to access any services pro-
vided by the server.
OOPPTTIIOONNSS
--oo Specify the oouuttppuutt file. All results from the scan
will be written to the specified file, in addition
to standard output.
--uu Specify the file to read uusseerrnnaammeess from. Usernames
will be read from the specified file when attempt-
ing to guess the password on the remote server.
Usernames should appear one per line in the speci-
fied file.
--pp Specify the file to read ppaasssswwoorrddss from. Passwords
will be read from the specified file when attempt-
ing to guess the password on the remote server.
Passwords should appear one per line in the speci-
fied file.
<<aaddddrreessss>>
Addresses should be specified in comma deliminated
format, with no spaces. Valid address specifica-
tions include:
hostname - "hostname" is added
127.0.0.1-127.0.0.3, adds addresses 127.0.0.1
through 127.0.0.3
127.0.0.1-3, adds addresses 127.0.0.1 through
127.0.0.3
127.0.0.1-3,7,10-20, adds addresses 127.0.0.1
through 127.0.0.3, 127.0.0.7, 127.0.0.10 through
127.0.0.20.
hostname,127.0.0.1-3, adds "hostname" and 127.0.0.1
through 127.0.0.1
All combinations of hostnames and address ranges as
specified above are valid.
1
NAT(1) NAT(1)
If no userlist or password list files are specified on the
command line, a small set of defaults are used. This list
includes the following:
UUsseerrnnaammeess
"ADMINISTRATOR", "GUEST", "BACKUP", "ROOT", "ADMIN",
"USER", "DEMO", "TEST", "SYSTEM", "OPERATOR", "OPER",
"LOCAL"
PPaasssswwoorrddss
"ADMINISTRATOR", "GUEST", "ROOT", "ADMIN", "PASSWORD",
"TEMP", "SHARE", "WRITE", "FULL", "BOTH", "READ", "FILES",
"DEMO", "TEST", "ACCESS", "USER", "BACKUP", "SYSTEM",
"SERVER", "LOCAL"
The password guessing routines are written in such a way
that all passwords are tried for all usernames. Keep this
in mind when using larger lists of passwords and user-
names, as the time required increases exponentially with
the size of these lists.
SSUUPPPPOORRTTEEDD PPLLAATTFFOORRMMSS
This version of nnaatt has been tested against Windows NT 4.0
and various versions of the Samba server written by Andrew
Tridgell.
This version of nnaatt has been tested and compiled on the
following operating systems: SSoollaarriiss 2.5, LLiinnuuxx 2.0,
FFrreeeeBBSSDD 2.1.5, OOppeennBBSSDD 2.0, BBSSDDII 2.1, WWiinnddoowwss NNTT 4.0, WWiinn--
ddoowwss 9955
FFIILLEESS
nnaatt, uusseerrlliisstt..ttxxtt, ppaasssslliisstt..ttxxtt
2
|