diff --git a/docs/nmap-install.xml b/docs/nmap-install.xml index ece358099..578ef29d2 100644 --- a/docs/nmap-install.xml +++ b/docs/nmap-install.xml @@ -721,7 +721,7 @@ the CurrentControlSet\Services\Tcpip\Parameters entry under < TCPTimedWaitDelay Set the minimum value (0x0000001e). See MS KB Q149532. StrictTimeWaitSeqCheck - Set to 1 so TcpTimedWaitDelay is checked. + Set to 1 so TCPTimedWaitDelay is checked. I would like to thank Ryan PermehPermeh, Ryan of eEye, Andy LutomirskiLutomirski, Andy, and @@ -781,7 +781,7 @@ include zip extraction—just right-click on the file in decompression program, there is one (called unzip) in Cygwin described above, or you can download the open-source and free 7-zip utility. Commercial -alternatives are Winzip and +alternatives are WinZip and PKZIP. For improved performance, apply the Nmap Registry @@ -822,7 +822,7 @@ url="http://www.microsoft.com/express/vc/">Visual C++ 2008 Express.Download the latest Nmap source distribution from . It has the name nmap-version.tar.bz2 or nmap-version.tgz. Those are the same tar file compressed using gzip or bzip2, respectively. The bzip2-compressed version is smaller. -Uncompress the source code file you just downloaded. Recent releases of the free Cygwin distributionCygwin can handle both the .tar.bz2 and .tgz formats. Use the command tar xvjf nmap-version.tar.bz2 or tar xvzf nmap-version.tgz, respectively. Alternatively, the common Winzip application can decompress the .tgz version. +Uncompress the source code file you just downloaded. Recent releases of the free Cygwin distributionCygwin can handle both the .tar.bz2 and .tgz formats. Use the command tar xvjf nmap-version.tar.bz2 or tar xvzf nmap-version.tgz, respectively. Alternatively, the common WinZip application can decompress the .tgz version. Open Visual Studio and the Nmap solution file ( nmap-version/mswin32/nmap.sln). Choose Build Solution from the Build Menu. Nmap should begin compiling, and end with the line -- Done -- saying that all projects built successfully and there were 0 failures.