Skip to content

Commit c2d6b01

Browse files
committed
Update links to npcap.com
1 parent dd690b3 commit c2d6b01

11 files changed

+20
-20
lines changed

CHANGELOG

+8-8
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Nmap 7.92 [2021-08-07]
2020
o [Windows] Upgraded Npcap (our Windows raw packet capturing and
2121
transmission driver) from version 1.00 to the latest version 1.50. You can
2222
read about the dozens of performance improvements, bug fixes and feature
23-
enhancements at https://npcap.org/changelog.
23+
enhancements at https://npcap.com/changelog.
2424

2525
o [Windows] Thanks to the Npcap 1.50 upgrade, Nmap now works on the Windows
2626
ARM architecture so you can run it on lightweight and power-efficient
@@ -82,7 +82,7 @@ o [GH#2350] Upgraded OpenSSL to version 1.1.1k. This addresses some
8282
https://github.com/nmap/nmap/issues/2350
8383

8484
o Removed support for the ancient WinPcap library since we already include
85-
our own Npcap library (https://npcap.org) supporting the same API. WinPcap
85+
our own Npcap library (https://npcap.com) supporting the same API. WinPcap
8686
was abandoned years ago and it's official download page says that "WE
8787
RECOMMEND USING Npcap INSTEAD" for security, stability, compatibility, and
8888
support reasons.
@@ -219,7 +219,7 @@ o [Windows] Upgraded Npcap, our Windows packet capturing (and sending)
219219
library to the milestone 1.00 release! It's the culmination of 7 years of
220220
development with 170 public pre-releases. This includes dozens of
221221
performance improvements, bug fixes, and feature enhancements described
222-
at https://npcap.org/changelog.
222+
at https://npcap.com/changelog.
223223

224224
o Integrated over 800 service/version detection fingerprints submitted since
225225
August 2017. The signature count went up 1.8% to 11,878, including 17 new
@@ -512,10 +512,10 @@ o [NSE] Fixed a bug in http-wordpress-users.nse that could cause
512512

513513
Nmap 7.80 [2019-08-10]
514514

515-
o [Windows] The Npcap Windows packet capturing library (https://npcap.org/)
515+
o [Windows] The Npcap Windows packet capturing library (https://npcap.com/)
516516
is faster and more stable than ever. Nmap 7.80 updates the bundled Npcap
517517
from version 0.99-r2 to 0.9982, including all of these changes from the
518-
last 15 Npcap releases: https://nmap.org/npcap/changelog
518+
last 15 Npcap releases: https://npcap.com/changelog
519519

520520
o [NSE] Added 11 NSE scripts, from 8 authors, bringing the total up to 598!
521521
They are all listed at https://nmap.org/nsedoc/, and the summaries are
@@ -843,11 +843,11 @@ o New service probe and match lines for adb, the Android Debug Bridge, which
843843
Nmap 7.70 [2018-03-20]
844844

845845
o [Windows] We made a ton of improvements to our Npcap Windows packet
846-
capturing library (https://nmap.org/npcap/) for greater performance and
846+
capturing library (https://npcap.com/) for greater performance and
847847
stability, as well as smoother installer and better 802.11 raw frame
848848
capturing support. Nmap 7.70 updates the bundled Npcap from version 0.93 to
849849
0.99-r2, including all these changes from the last seven Npcap releases:
850-
https://nmap.org/npcap/changelog
850+
https://npcap.com/changelog
851851

852852
o Integrated all of your service/version detection fingerprints submitted from
853853
March 2017 to August 2017 (728 of them). The signature count went up 1.02%
@@ -1754,7 +1754,7 @@ Nmap 7.25BETA1 [2016-07-15]
17541754
o Nmap now ships with and uses Npcap, our new packet sniffing library
17551755
for Windows. It's based on WinPcap (unmaintained for years), but
17561756
uses modern Windows APIs for better performance. It also includes
1757-
security improvements and many bug fixes. See https://npcap.org. And
1757+
security improvements and many bug fixes. See https://npcap.com. And
17581758
it enables Nmap to perform SYN scans and OS detection against
17591759
localhost, which we haven't been able to do on Windows since
17601760
Microsoft removed the raw sockets API in 2003. [Yang Luo, Daniel

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@ Goods is expressly excluded.
244244
10. Npcap and the Official Nmap Windows Builds
245245

246246
The official Windows Nmap builds includes the Npcap driver and library
247-
(https://npcap.org) for packet capture and transmission on
247+
(https://npcap.com) for packet capture and transmission on
248248
Windows. That software is under its own separate license terms rather
249249
than this license. Therefore anyone wishing to use or redistribute
250250
both pieces of software must comply with both licenses. Since Npcap

NmapOps.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ void NmapOps::ValidateOptions() {
366366
#ifdef WIN32
367367
if (!have_pcap)
368368
privreq = "Npcap, but it seems to be missing.\n\
369-
Npcap is available from https://npcap.org. The Npcap driver service must\n\
369+
Npcap is available from https://npcap.com. The Npcap driver service must\n\
370370
be started by an administrator before Npcap can be used. Running nmap.exe\n\
371371
will open a UAC dialog where you can start the service if you have\n\
372372
administrator privileges.";

docs/3rd-party.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
</package>
261261
<package id="npcap">
262262
<name>Npcap</name>
263-
<url>https://npcap.org/</url>
263+
<url>https://npcap.com/</url>
264264
<copyright>Nmap Software LLC ("The Nmap Project")</copyright>
265265
<license>&license_npcap;</license>
266266
</package>

docs/legal-notices.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ url="https://www.tcpdump.org">Libpcap portable packet capture
126126
library</ulink><indexterm><primary>libpcap</primary></indexterm>
127127
is distributed along with Nmap.
128128
The Windows version of Nmap utilizes the Libpcap-derived
129-
<ulink role="hidepdf" url="https://npcap.org">Ncap library</ulink><indexterm><primary>Npcap</primary></indexterm>
129+
<ulink role="hidepdf" url="https://npcap.com">Ncap library</ulink><indexterm><primary>Npcap</primary></indexterm>
130130
instead.
131131
Regular expression support is provided by the
132132
<ulink role="hidepdf" url="https://pcre.org">PCRE library</ulink>,<indexterm><primary>Perl Compatible Regular Expressions (PCRE)</primary></indexterm>

docs/nmap-install.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -828,7 +828,7 @@ We include a recent Npcap installer which is available in the zip file
828828
as <filename>npcap-<replaceable>version</replaceable>.exe</filename>,
829829
where <replaceable>version</replaceable> is the Npcap version rather
830830
than the Nmap version. Alternatively, you can obtain and install
831-
the latest version from <ulink url="https://npcap.org" />.
831+
the latest version from <ulink url="https://npcap.com" />.
832832
</para></listitem>
833833

834834
<listitem><para>Due to the way Nmap is compiled, it requires the
@@ -904,7 +904,7 @@ failures.</para></listitem>
904904
installing our binary self-installer or executing
905905
<filename>npcap-<replaceable>version</replaceable>.exe</filename> from
906906
our zip package. Alternatively, you can obtain the official installer at
907-
<ulink url="https://npcap.org"/>.</para></listitem>
907+
<ulink url="https://npcap.com"/>.</para></listitem>
908908

909909
<listitem><para>Instructions for executing your compiled Nmap are
910910
given in the next section.</para></listitem>

mswin32/nsis/Nmap.nsi

+2-2
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ SectionEnd
268268
!endif
269269

270270
Section /o "Check online for newer Npcap" SecNewNpcap
271-
ExecShell "open" "https://npcap.org/#download"
271+
ExecShell "open" "https://npcap.com/#download"
272272
SectionEnd
273273

274274
Section "Network Performance Improvements" SecPerfRegistryMods
@@ -457,7 +457,7 @@ FunctionEnd
457457
LangString DESC_SecCore ${LANG_ENGLISH} "Installs Nmap executable, NSE scripts and Visual C++ ${VCREDISTYEAR} runtime components"
458458
LangString DESC_SecRegisterPath ${LANG_ENGLISH} "Registers Nmap path to System path so you can execute it from any directory"
459459
LangString DESC_SecNpcap ${LANG_ENGLISH} "Installs Npcap ${NPCAP_VERSION} (required for most Nmap scans unless it is already installed)"
460-
LangString DESC_SecNewNpcap ${LANG_ENGLISH} "Opens npcap.org in your web browser so you can check for a newer version of Npcap."
460+
LangString DESC_SecNewNpcap ${LANG_ENGLISH} "Opens npcap.com in your web browser so you can check for a newer version of Npcap."
461461
LangString DESC_SecPerfRegistryMods ${LANG_ENGLISH} "Modifies Windows registry values to improve TCP connect scan performance. Recommended."
462462
!ifndef NMAP_OEM
463463
LangString DESC_SecZenmap ${LANG_ENGLISH} "Installs Zenmap, the official Nmap graphical user interface. Recommended."

mswin32/winfix.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ void win_init()
251251
}
252252
#ifdef _MSC_VER
253253
__except (1) {
254-
error("WARNING: Could not import all necessary Npcap functions. You may need to upgrade to the latest version from https://npcap.org. Resorting to connect() mode -- Nmap may not function completely");
254+
error("WARNING: Could not import all necessary Npcap functions. You may need to upgrade to the latest version from https://npcap.com. Resorting to connect() mode -- Nmap may not function completely");
255255
o.have_pcap=false;
256256
}
257257
#endif

ncat/docs/ncat.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ url="http://www.tcpdump.org">Libpcap portable packet capture
12061206
library</ulink><indexterm><primary>libpcap</primary></indexterm>
12071207
is distributed along with Ncat.
12081208
The Windows version of Ncat utilized the Libpcap-derived
1209-
<ulink role="hidepdf" url="https://npcap.org">Npcap library</ulink><indexterm><primary>Npcap</primary></indexterm>
1209+
<ulink role="hidepdf" url="https://npcap.com">Npcap library</ulink><indexterm><primary>Npcap</primary></indexterm>
12101210
instead.
12111211
Certain raw networking functions use the
12121212
<ulink role="hidepdf" url="http://libdnet.sourceforge.net">Libdnet</ulink><indexterm><primary>libdnet</primary></indexterm>

nping/NpingOps.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2232,7 +2232,7 @@ const char *privreq = "root privileges";
22322232
#ifdef WIN32
22332233
//if (!this->have_pcap)
22342234
privreq = "Npcap, but it seems to be missing.\n\
2235-
Npcap is available from https://npcap.org. The Npcap driver service must\n\
2235+
Npcap is available from https://npcap.com. The Npcap driver service must\n\
22362236
be started by an administrator before Npcap can be used. Running nping.exe\n\
22372237
will open a UAC dialog where you can start the service if you have\n\
22382238
administrator privileges.";

nping/winfix.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ void win_init()
248248
}
249249
#ifdef _MSC_VER
250250
__except (1) {
251-
error("WARNING: Could not import all necessary Npcap functions. You may need to upgrade to the latest version from https://npcap.org. Resorting to connect() mode -- Nmap may not function completely");
251+
error("WARNING: Could not import all necessary Npcap functions. You may need to upgrade to the latest version from https://npcap.com. Resorting to connect() mode -- Nmap may not function completely");
252252
o.setHavePcap(false);
253253
}
254254
#endif

0 commit comments

Comments
 (0)