Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
nmap
GitHub Repository: nmap/nmap
Path: blob/master/docs/3rd-party.xml
3733 views
1
<?xml version="1.0"?>
2
<!-- Info regarding third-party open source software included in Nmap. -->
3
<!-- TODO:
4
* Software and versions used in Zenmap on OS X
5
-->
6
<!DOCTYPE licenses [
7
<!ENTITY nmap_version "7.25SVN">
8
9
<!-- Software source versions -->
10
<!ENTITY nmap_libpcap_version "1.10.5">
11
<!ENTITY nmap_libdnet_version "1.18">
12
<!ENTITY nmap_pcre_version "10.45">
13
<!ENTITY nmap_liblinear_version "2.47"><!-- https://github.com/cjlin1/liblinear/commit/61a6d1b38ef5c77d1d7a18c177c203708d77b0f5 -->
14
<!ENTITY nmap_lua_version "5.4.7">
15
16
<!-- Software static linked versions -->
17
<!ENTITY npcap_version "1.82">
18
<!ENTITY openssl_version "3.0.16">
19
<!ENTITY python_version "3.13">
20
21
<!-- Lua library versions -->
22
<!ENTITY slaxml_version "0.7">
23
<!ENTITY lfs_version "1.2">
24
<!ENTITY lpeg_version "0.12">
25
26
<!-- miscellaneous versions -->
27
<!ENTITY ike_fp_version "1.9.3">
28
29
<!-- License files -->
30
<!ENTITY nmap_license SYSTEM "../LICENSE">
31
<!ENTITY license_npcap SYSTEM "https://raw.githubusercontent.com/nmap/npcap/master/LICENSE">
32
<!ENTITY license_bsd_modified SYSTEM "licenses/BSD-modified">
33
<!ENTITY license_bsd_simplified SYSTEM "licenses/BSD-simplified">
34
<!ENTITY license_lgpl_2 SYSTEM "licenses/LGPL-2">
35
<!ENTITY license_lgpl_21 SYSTEM "licenses/LGPL-2.1">
36
<!ENTITY license_mit SYSTEM "licenses/MIT">
37
<!ENTITY license_mpl_11 SYSTEM "licenses/MPL-1.1">
38
<!ENTITY license_openssl SYSTEM "licenses/OpenSSL">
39
<!ENTITY license_python SYSTEM "https://docs.python.org/2.7/license.html">
40
]>
41
42
<licenses>
43
<submodules>
44
<package>
45
<name>Nmap</name>
46
<version>&nmap_version;</version>
47
<url>https://nmap.org/</url>
48
<license>&nmap_license;</license>
49
<file name="nmap-&nmap_version;.tar.bz2">
50
<alt name="nmap-&nmap_version;.tgz" />
51
<alt name="nmap-&nmap_version;-1.src.rpm" />
52
libpcap="&nmap_libcap_version;" libdnet="&nmap_libdnet_version;"
53
pcre="&nmap_pcre_version;" liblinear="&nmap_liblinear_version;"
54
lua="&nmap_lua_version;" slaxml="&slaxml_version;" lfs="&lfs_version;"
55
ike-scan-fp="&ike_fp_version;"
56
</file>
57
<file name="nmap-&nmap_version;-setup.exe">
58
libdnet="&nmap_libdnet_version;" pcre="&nmap_pcre_version;"
59
liblinear="&nmap_liblinear_version;" lua="&nmap_lua_version;"
60
slaxml="&slaxml_version;" lfs="&lfs_version;"
61
ike-scan-fp="&ike_fp_version;" npcap="&npcap_version;"
62
openssl="&openssl_version;"
63
</file>
64
<file name="nmap-&nmap_version;-win32.zip">
65
libdnet="&nmap_libdnet_version;" pcre="&nmap_pcre_version;"
66
liblinear="&nmap_liblinear_version;" lua="&nmap_lua_version;"
67
slaxml="&slaxml_version;" lfs="&lfs_version;"
68
ike-scan-fp="&ike_fp_version;" npcap="&npcap_version;"
69
openssl="&openssl_version;"
70
</file>
71
<file name="nmap-&nmap_version;-1.x86_64.rpm">
72
<alt name="nmap-&nmap_version;-1.i686.rpm" />
73
libpcap="&nmap_libpcap_version;" libdnet="&nmap_libdnet_version;"
74
pcre="&nmap_pcre_version;" liblinear="&nmap_liblinear_version;"
75
lua="&nmap_lua_version;" openssl="&openssl_version;"
76
slaxml="&slaxml_version;" lfs="&lfs_version;"
77
ike-scan-fp="&ike_fp_version;"
78
</file>
79
<file name="nmap-&nmap_version;.dmg">
80
libpcap="&nmap_libpcap_version;" libdnet="&nmap_libdnet_version;"
81
pcre="&nmap_pcre_version;" liblinear="&nmap_liblinear_version;"
82
lua="&nmap_lua_version;" openssl="&openssl_version;"
83
slaxml="&slaxml_version;" lfs="&lfs_version;"
84
ike-scan-fp="&ike_fp_version;"
85
</file>
86
</package>
87
<package>
88
<name>Some NSE scripts and libraries</name>
89
<version>&nmap_version;</version>
90
<url>https://nmap.org/nsedoc/</url>
91
<license>&license_bsd_simplified;</license>
92
</package>
93
<package>
94
<name>Ncat</name>
95
<version>&nmap_version;</version>
96
<url>https://nmap.org/ncat</url>
97
<license>&nmap_license;</license>
98
<file name="nmap-&nmap_version;.tar.bz2">
99
<alt name="nmap-&nmap_version;.tgz" />
100
<alt name="nmap-&nmap_version;-1.src.rpm" />
101
libdnet="&nmap_libdnet_version;" lua="&nmap_lua_version;"
102
</file>
103
<file name="nmap-&nmap_version;-setup.exe">
104
libdnet="&nmap_libdnet_version;" lua="&nmap_lua_version;"
105
openssl="&openssl_version;"
106
</file>
107
<file name="nmap-&nmap_version;-win32.zip">
108
libdnet="&nmap_libdnet_version;" lua="&nmap_lua_version;"
109
openssl="&openssl_version;"
110
</file>
111
<file name="ncat-&nmap_version;-1.x86_64.rpm">
112
<alt name="ncat-&nmap_version;-1.i686.rpm" />
113
libdnet="&nmap_libdnet_version;" lua="&nmap_lua_version;"
114
openssl="&openssl_version;"
115
</file>
116
<file name="nmap-&nmap_version;.dmg">
117
libdnet="&nmap_libdnet_version;" lua="&nmap_lua_version;"
118
openssl="&openssl_version;"
119
</file>
120
</package>
121
<package>
122
<name>Nping</name>
123
<version>0.&nmap_version;</version>
124
<url>https://nmap.org/nping</url>
125
<license>&nmap_license;</license>
126
<file name="nmap-&nmap_version;.tar.bz2">
127
<alt name="nmap-&nmap_version;.tgz" />
128
<alt name="nmap-&nmap_version;-1.src.rpm" />
129
libpcap="&nmap_libpcap_version;" libdnet="&nmap_libdnet_version;"
130
</file>
131
<file name="nmap-&nmap_version;-setup.exe">
132
libdnet="&nmap_libdnet_version;" npcap="&npcap_version;"
133
openssl="&openssl_version;"
134
</file>
135
<file name="nmap-&nmap_version;-win32.zip">
136
libdnet="&nmap_libdnet_version;" npcap="&npcap_version;"
137
openssl="&openssl_version;"
138
</file>
139
<file name="nping-0.&nmap_version;-1.x86_64.rpm">
140
<alt name="nping-0.&nmap_version;-1.i686.rpm" />
141
libpcap="&nmap_libpcap_version;" libdnet="&nmap_libdnet_version;"
142
openssl="&openssl_version;"
143
</file>
144
<file name="nmap-&nmap_version;.dmg">
145
libpcap="&nmap_libpcap_version;" libdnet="&nmap_libdnet_version;"
146
openssl="&openssl_version;"
147
</file>
148
</package>
149
<package>
150
<name>Zenmap</name>
151
<version>&nmap_version;</version>
152
<url>https://nmap.org/zenmap</url>
153
<license>&nmap_license;</license>
154
<file name="nmap-&nmap_version;.tar.bz2">
155
<alt name="nmap-&nmap_version;.tgz" />
156
<alt name="nmap-&nmap_version;-1.src.rpm" />
157
</file>
158
<file name="nmap-&nmap_version;-setup.exe">
159
python="&python_version;"
160
</file>
161
<file name="zenmap-&nmap_version;-1.noarch.rpm">
162
</file>
163
<file name="nmap-&nmap_version;.dmg">
164
python="&python_version;"
165
libgtkmacintegration-gtk2.2 gdk-pixbuf-2.0 libintl.8 gtk-2.0 libjpeg.9
166
libatk-1.0.0 liblzma.5 libcairo.2 libpango-1.0.0 libexslt.0
167
libpangocairo-1.0.0 libffi.6 libpixman-1.0 libgailutil.18 libpng16.16
168
libgdk-quartz-2.0.0 libpyglib-2.0-python.0 libgdk_pixbuf-2.0.0
169
libgio-2.0.0 libreadline.6 libglib-2.0.0 libtiff.5 libgmodule-2.0.0
170
libxml2.2 libgobject-2.0.0 libxslt.1 libgthread-2.0.0
171
</file>
172
</package>
173
<package>
174
<name>Ndiff</name>
175
<version>&nmap_version;</version>
176
<url>https://nmap.org/ndiff</url>
177
<license>&nmap_license;</license>
178
<file name="nmap-&nmap_version;.tar.bz2">
179
<alt name="nmap-&nmap_version;.tgz" />
180
<alt name="nmap-&nmap_version;-1.src.rpm" />
181
</file>
182
<file name="nmap-&nmap_version;-setup.exe">
183
python="&python_version;"
184
</file>
185
<file name="nmap-&nmap_version;-1.x86_64.rpm">
186
<alt name="nmap-&nmap_version;-1.i686.rpm" />
187
</file>
188
<file name="nmap-&nmap_version;.dmg">
189
python="&python_version;"
190
</file>
191
</package>
192
</submodules>
193
<thirdparty>
194
<package id="slaxml">
195
<name>SLAXML</name>
196
<url>https://github.com/Phrogz/SLAXML</url>
197
<copyright>Gavin Kistner</copyright>
198
<license>&license_mit;</license>
199
</package>
200
<package id="lfs">
201
<name>LuaFileSystem</name>
202
<url>https://keplerproject.github.io/luafilesystem/</url>
203
<copyright>Kepler Project</copyright>
204
<license>&license_mit;</license>
205
</package>
206
<package id="lpeg">
207
<name>LPeg Parsing Expression Grammars for Lua</name>
208
<url>http://www.inf.puc-rio.br/~roberto/lpeg/lpeg.html</url>
209
<copyright>Lua.org, PUC-Rio</copyright>
210
<license>&license_mit;</license>
211
</package>
212
<package id="base3264_lua">
213
<name>base32 and base64 Lua libraries</name>
214
<url>https://nmap.org/nsedoc/lib/base32.html</url>
215
<url>https://nmap.org/nsedoc/lib/base64.html</url>
216
<copyright>Patrick Joseph Donnelly</copyright>
217
<license>&license_mit;</license>
218
</package>
219
<package id="lua">
220
<name>Lua</name>
221
<url>https://www.lua.org/</url>
222
<copyright>Lua.org, PUC-Rio</copyright>
223
<license>&license_mit;</license>
224
</package>
225
<package id="libpcap">
226
<name>libpcap</name>
227
<url>http://www.tcpdump.org/</url>
228
<copyright>The Tcpdump Group</copyright>
229
<license>&license_bsd_modified;</license>
230
</package>
231
<package id="libdnet">
232
<name>libdnet</name>
233
<url>http://libdnet.sourceforge.net/</url>
234
<copyright>Dug Song</copyright>
235
<license>&license_bsd_modified;</license>
236
</package>
237
<package id="pcre">
238
<name>Perl Compatible Regular Expressions</name>
239
<url>http://www.pcre.org/</url>
240
<copyright>University of Cambridge</copyright>
241
<license>&license_bsd_modified;</license>
242
</package>
243
<package id="liblinear">
244
<name>LIBLINEAR</name>
245
<url>https://www.csie.ntu.edu.tw/~cjlin/liblinear/</url>
246
<copyright>The LIBLINEAR Project</copyright>
247
<license>&license_bsd_modified;</license>
248
</package>
249
<package id="openssl">
250
<name>OpenSSL</name>
251
<url>https://www.openssl.org/</url>
252
<copyright>The OpenSSL Project</copyright>
253
<license>&license_openssl;</license>
254
</package>
255
<package id="python">
256
<name>Python</name>
257
<url>https://www.python.org/</url>
258
<copyright>Python Software Foundation</copyright>
259
<license>&license_python;</license>
260
</package>
261
<package id="npcap">
262
<name>Npcap</name>
263
<url>https://npcap.com/</url>
264
<copyright>Nmap Software LLC ("The Nmap Project")</copyright>
265
<license>&license_npcap;</license>
266
</package>
267
<package id="ike-scan-fp">
268
<name>ike-scan fingerprints</name>
269
<url>http://www.nta-monitor.com/wiki/index.php/Ike-scan_Documentation</url>
270
<copyright>Roy Hills</copyright>
271
<license>&license_bsd_simplified;</license>
272
</package>
273
<package id="sqlite">
274
<name>SQLite</name>
275
<url>https://sqlite.org/</url>
276
<license>public domain</license>
277
</package>
278
<package id="zlib">
279
</package>
280
</thirdparty>
281
</licenses>
282
283