Rate winfingerprint at securityfocus.com
|
|
|

Winfingerprint Requirements:
Windows NT 4, Windows 2000, Windows XP, or 2003
WinPcap 3.01alpha or newer recommended.
Winfingerprint Input Options:
Winfingerprint Scan Options:
Winfingerprintcli
Winfingerprintcli is the command line version of winfingerprint and supercedes winfingerprintclassic. Winfingerprintcli supports single host, list of hosts, or ip range scans and contains the same featues as winfingerprint. The clunky html output of winfingeprintclassic has also been replaced with an ASCII text output.
Usage:
winfingerprintcli.exe <Scan Typei> <Options>
-------- Scan Type --------------------------------------------------------
-host <lhostname> Scan single hosts.
-l or -list <ip list> Scan list of hosts.
-startip <ip address> -endip <ip address> Scan range of hosts.
-o or -output <filename> Output filename. (winfingerprint.txt by default).
-------- Options ----------------------------------------------------------
-a or -all Equivalent to -shares -services -time -users -groups -disks
-ping -tcpscan -udpscan -fingerprint
NOTE: -all DOES NOT include -null -startport or -endport.
-b or -shares Enumerate NetBIOS shares.
-d or -disks Enumerate disks.
-f or -fingerprint Determine OS.
-g or -groups Enumerate groups.
-i or -time Get Remote time and date.
-n or -null Establish NULL IPC$ Sessions.
-p or -ping Only hosts that respond to ICMP echo request are scanned.
-r or -registry Read Service Pack and Hotfix Level from registry
-s or -sessions Enumerate sessions.
-t or -transports Enumerate transports.
-u or -users Enumerate users.
-v or -services Enumerate running Services.
-ad Use Active Directory instead of NT Domain
-neighborhood <domain> Enumerate Network Neighborhood
-------- Port Scan Options -------------------------------------------------
-tcpscan TCP portscan (Grabs Banners)
-udpscan UDP portscan.
-tcpstartport <1-65535> Default startport = 1
-tcpendport <1-65535> Default endport = 1024
-udpstartport <1-65535> Default startport = 1
-udpendport <1-65535> Default endport = 1024
-timeout <1-10> (seconds) Default timeout = 3
|
|