mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
require that. Without it, I get the warnings
Warning: Package "Nmap" is not assigned to a choice.
Warning: Package "Zenmap" is not assigned to a choice.
Warning: Package "Ncat" is not assigned to a choice.
Warning: Package "Ndiff" is not assigned to a choice.
Warning: Package "Nping" is not assigned to a choice.
Warning: Choice "Nmap" has no subchoices and no package refs.
Warning: Choice "Zenmap" has no subchoices and no package refs.
Warning: Choice "Ncat" has no subchoices and no package refs.
Warning: Choice "Ndiff" has no subchoices and no package refs.
Warning: Choice "Nping" has no subchoices and no package refs.
In the built installer, all the choices said "Zero KB" and the "Continue"
button was not clickable.
57 lines
2.1 KiB
XML
57 lines
2.1 KiB
XML
<pkmkdoc spec="1.12">
|
|
<properties>
|
|
<title>Nmap</title>
|
|
<organization>org.insecure</organization>
|
|
<userSees ui="custom" />
|
|
<min-target os="2" />
|
|
<domain anywhere="true" />
|
|
</properties>
|
|
<distribution>
|
|
<versions min-spec="1.000000" />
|
|
<scripts></scripts>
|
|
</distribution>
|
|
<contents>
|
|
<choice title="Nmap" id="choice92" starts_selected="true"
|
|
description="Nmap executables, scripts, and support files."
|
|
starts_enabled="true" starts_hidden="false">
|
|
<pkgref id="org.insecure.nmap.Nmap.pkg" />
|
|
</choice>
|
|
<choice title="Zenmap" id="choice93" starts_selected="true"
|
|
description="Zenmap graphical frontend."
|
|
starts_enabled="true" starts_hidden="false">
|
|
<pkgref id="org.insecure.nmap.Zenmap.pkg" />
|
|
</choice>
|
|
<choice title="Ncat" id="choice94" starts_selected="true"
|
|
description="Ncat general-purpose network sender and receiver (reimplementation of Netcat)."
|
|
starts_enabled="true" starts_hidden="false">
|
|
<pkgref id="org.insecure.nmap.Ncat.pkg" />
|
|
</choice>
|
|
<choice title="Ndiff" id="choice95" starts_selected="true"
|
|
description="Ndiff scan comparison utility."
|
|
starts_enabled="true" starts_hidden="false">
|
|
<pkgref id="org.insecure.nmap.Ndiff.pkg" />
|
|
</choice>
|
|
<choice title="Nping" id="choice96" starts_selected="true"
|
|
description="Nping packet generator."
|
|
starts_enabled="true" starts_hidden="false">
|
|
<pkgref id="org.insecure.nmap.Nping.pkg" />
|
|
</choice>
|
|
</contents>
|
|
<resources bg-scale="none" bg-align="topleft">
|
|
<locale lang="en">
|
|
<resource relative="true" type="welcome">README</resource>
|
|
<resource relative="true" type="license">COPYING.formatted</resource>
|
|
</locale>
|
|
</resources>
|
|
<flags />
|
|
<item type="file">01nmap.xml</item>
|
|
<item type="file">02zenmap.xml</item>
|
|
<item type="file">03ncat.xml</item>
|
|
<item type="file">04ndiff.xml</item>
|
|
<item type="file">05nping.xml</item>
|
|
<mod>properties.customizeOption</mod>
|
|
<mod>properties.title</mod>
|
|
<mod>properties.anywhereDomain</mod>
|
|
<mod>properties.systemDomain</mod>
|
|
</pkmkdoc>
|