@echo off
rem
rem contents
rem -------------------------
rem README				this file
rem WPcapSrc.zip		source for winpcap 2.2
rem WPdpack.zip			developers kit 2.2
rem WinPcap.exe			auto installer for winpcap libraries 2.2
rem nmap-2.54BETA29		directory that nmap is built in
rem nmap-2.54BETA29.tgz compressed tarball 
rem
rem Win2k installation instructions
rem note that both winpcap and nmap require visualC++ and won't compile
rem with gcc under cygwin
rem
rem install libpcap in c:\winnt\system32
WinPcap.exe
rem Use vc++ to make nmap; read  nmap-2.54BETA29\README-WIN32
rem In this zip it is already built
rem
rem run from release dir
cd  nmap-2.54BETA29\mswin32\release
rem
rem have at it
rem note that loopback device doesn't work on windoze; only for example
nmap -v -P0 -p 80 -sS -O -T Sneaky 127.0.0.1
