Anfälligkeitssuche        Suche in 219043 CVE Beschreibungen
und 99761 Test Beschreibungen,
Zugriff auf 10,000+ Quellverweise.
Tests   CVE   Alle  

Test Kennung:1.3.6.1.4.1.25623.1.0.803522
Kategorie:Nmap NSE
Titel:Nmap NSE 6.01: smb-enum-domains
Zusammenfassung:Attempts to enumerate domains on a system, along with their policies. This generally requires;credentials, except against Windows 2000. In addition to the actual domain, the 'Builtin' domain is;generally displayed. Windows returns this in the list of domains, but its policies don't appear to;be used anywhere.;;Much of the information provided is useful to a penetration tester, because it tells the tester what;types of policies to expect. For example, if passwords have a minimum length of 8, the tester can;trim his database to match. If the minimum length is 14, the tester will probably start looking for;sticky notes on people's monitors.;;Another useful piece of information is the password lockouts. A penetration tester often wants to;know whether or not there's a risk of negatively impacting a network, and this will indicate it.;The SID is displayed, which may be useful in other tools. The users are listed, which uses;different functions than 'smb-enum-users.nse' (though likely won't get different;results), and the date and time the domain was created may give some insight into its history.;;After the initial 'bind' to SAMR, the sequence of calls is:;; - 'Connect4': get a connect_handle;; - 'EnumDomains': get a list of the domains (stop here if you just want the names).;; - 'QueryDomain': get the SID for the domain.;; - 'OpenDomain': get a handle for each domain.;; - 'QueryDomainInfo2': get the domain information.;; - 'QueryDomainUsers': get a list of the users in the domain.;;SYNTAX:;;smbbasic: Forces the authentication to use basic security, as opposed to 'extended security'.;Against most modern systems, extended security should work, but there may be cases;where you want to force basic. There's a chance that you'll get better results for;enumerating users if you turn on basic authentication.;;smbport: Override the default port choice. If 'smbport' is open, it's used. It's assumed;to be the same protocol as port 445, not port 139. Since it probably isn't possible to change;Windows' ports normally, this is mostly useful if you're bouncing through a relay or something.;;smbsign: Controls whether or not server signatures are checked in SMB packets. By default, on Windows,;server signatures aren't enabled or required. By default, this library will always sign;packets if it knows how, and will check signatures if the server says to. Possible values are:;; - 'force': Always check server signatures, even if server says it doesn't support them (will;probably fail, but is technically more secure).;; - 'negotiate': [default] Use signatures if server supports them.;; - 'ignore': Never check server signatures. Not recommended.;; - 'disable': Don't send signatures, at all, and don't check the server's. not recommended.;More information on signatures can be found in 'smbauth.lua'.;;;randomseed: Set to a value to change the filenames/service names that are randomly generated.
Beschreibung:Summary:
Attempts to enumerate domains on a system, along with their policies. This generally requires
credentials, except against Windows 2000. In addition to the actual domain, the 'Builtin' domain is
generally displayed. Windows returns this in the list of domains, but its policies don't appear to
be used anywhere.

Much of the information provided is useful to a penetration tester, because it tells the tester what
types of policies to expect. For example, if passwords have a minimum length of 8, the tester can
trim his database to match. If the minimum length is 14, the tester will probably start looking for
sticky notes on people's monitors.

Another useful piece of information is the password lockouts. A penetration tester often wants to
know whether or not there's a risk of negatively impacting a network, and this will indicate it.
The SID is displayed, which may be useful in other tools. The users are listed, which uses
different functions than 'smb-enum-users.nse' (though likely won't get different
results), and the date and time the domain was created may give some insight into its history.

After the initial 'bind' to SAMR, the sequence of calls is:

- 'Connect4': get a connect_handle

- 'EnumDomains': get a list of the domains (stop here if you just want the names).

- 'QueryDomain': get the SID for the domain.

- 'OpenDomain': get a handle for each domain.

- 'QueryDomainInfo2': get the domain information.

- 'QueryDomainUsers': get a list of the users in the domain.

SYNTAX:

smbbasic: Forces the authentication to use basic security, as opposed to 'extended security'.
Against most modern systems, extended security should work, but there may be cases
where you want to force basic. There's a chance that you'll get better results for
enumerating users if you turn on basic authentication.

smbport: Override the default port choice. If 'smbport' is open, it's used. It's assumed
to be the same protocol as port 445, not port 139. Since it probably isn't possible to change
Windows' ports normally, this is mostly useful if you're bouncing through a relay or something.

smbsign: Controls whether or not server signatures are checked in SMB packets. By default, on Windows,
server signatures aren't enabled or required. By default, this library will always sign
packets if it knows how, and will check signatures if the server says to. Possible values are:

- 'force': Always check server signatures, even if server says it doesn't support them (will
probably fail, but is technically more secure).

- 'negotiate': [default] Use signatures if server supports them.

- 'ignore': Never check server signatures. Not recommended.

- 'disable': Don't send signatures, at all, and don't check the server's. not recommended.
More information on signatures can be found in 'smbauth.lua'.


randomseed: Set to a value to change the filenames/service names that are randomly generated.

CVSS Score:
4.0

CVSS Vector:
AV:N/AC:L/Au:S/C:P/I:N/A:N

CopyrightCopyright (C) 2013 NSE-Script: The Nmap Security Scanner; NASL-Wrapper: Greenbone Networks GmbH

Dies ist nur einer von 99761 Anfälligkeitstests in unserem Testpaket. Finden Sie mehr über unsere vollständigen Sicherheitsüberprüfungen heraus.

Um einen gratis Test für diese Anfälligkeit auf Ihrem System durchlaufen zu lassen, registrieren Sie sich bitte unten.




© 1998-2024 E-Soft Inc. Alle Rechte vorbehalten.