aboutsummaryrefslogtreecommitdiffstats
path: root/packages/nmap/nmap.xml
diff options
context:
space:
mode:
authorDaniel Stefan Haischt <dsh@pfsense.org>2007-09-01 04:10:13 +0000
committerDaniel Stefan Haischt <dsh@pfsense.org>2007-09-01 04:10:13 +0000
commit9f2521ca8351e454e03193ddccbf5eb2166ec1fd (patch)
tree2df2d2ba5cf8123d90bb81b1039c3cec071330e0 /packages/nmap/nmap.xml
parent188234df1c9d986f8a7fc80d0f57cbd91125fb14 (diff)
downloadpfsense-packages-9f2521ca8351e454e03193ddccbf5eb2166ec1fd.tar.gz
pfsense-packages-9f2521ca8351e454e03193ddccbf5eb2166ec1fd.tar.bz2
pfsense-packages-9f2521ca8351e454e03193ddccbf5eb2166ec1fd.zip
* added copyright header to each file
* added XSL stylesheet to each file * added DTD to some files (TODO: Add DTD to the remaining files and validate them against the DTD) * added a Document Type Definition which allows to validate package files
Diffstat (limited to 'packages/nmap/nmap.xml')
-rw-r--r--packages/nmap/nmap.xml19
1 files changed, 10 insertions, 9 deletions
diff --git a/packages/nmap/nmap.xml b/packages/nmap/nmap.xml
index d242a7be..d2fa42ee 100644
--- a/packages/nmap/nmap.xml
+++ b/packages/nmap/nmap.xml
@@ -1,4 +1,5 @@
<?xml version="1.0" encoding="utf-8" ?>
+<!DOCTYPE packagegui SYSTEM "../schema/packages.dtd">
<?xml-stylesheet type="text/xsl" href="../xsl/package.xsl"?>
<packagegui>
<copyright>
@@ -47,9 +48,10 @@
<name>nmap</name>
<version>4.11</version>
<title>Diagnostics: NMap</title>
- <donotsave>true</donotsave>
- <preoutput>yes</preoutput>
<savetext>Scan</savetext>
+ <preoutput>yes</preoutput>
+ <donotsave>true</donotsave>
+ <include_file>/usr/local/pkg/nmap.inc</include_file>
<!-- Menu is where this packages menu will appear -->
<menu>
<name>NMap</name>
@@ -80,34 +82,33 @@
<option><name>Ping</name><value>icmp</value></option>
<option><name>UDP</name><value>udp</value></option>
</options>
- <typehint>Scan method</typehint>
+ <typehint>Scan method</typehint>
</field>
<field>
<fielddescr>-P0</fielddescr>
- <typehint>Do not try to ping hosts at all before scanning them.</typehint>
<fieldname>noping</fieldname>
<description>This allows the scanning of networks that don't allow ICMP echo requests (or responses) through their firewall. microsoft.com is an example of such a network, and thus you should always use -P0 or -PT80 when port scanning microsoft.com. Note the "ping" in this contecx may involve more than the traditional ICMP echo request packet. Nmap supports many such probes, including arbitrary combinations of TCP, UDP, and ICMP probes. By default, Nmap sends an ICMP echo request and a TCP ACK packet to port 80.</description>
<type>checkbox</type>
+ <typehint>Do not try to ping hosts at all before scanning them.</typehint>
</field>
<field>
<fielddescr>-sV</fielddescr>
- <typehint>Try to identify service versions</typehint>
<fieldname>servicever</fieldname>
<description>After TCP and/or UDP ports are discovered using one of the other scan methods, version detection communicates with those ports to try and determine more about what is actually running. A file called nmap-service-probes is used to determine the best probes for detecting various services and the match strings to expect. Nmap tries to determine the service protocol (e.g. ftp, ssh, telnet, http), the application name (e.g. ISC Bind, Apache httpd, Solaris telnetd), the version number, and sometimes miscellaneous details like whether an X server is open to connections or the SSH protocol version)</description>
<type>checkbox</type>
+ <typehint>Try to identify service versions</typehint>
</field>
<field>
<fielddescr>-O</fielddescr>
- <typehint>Turn on OS detection</typehint>
<fieldname>osdetect</fieldname>
<description>This option activates remote host identification via TCP/IP fingerprinting. In other words, it uses a bunch of techniques to detect subtleties in the underlying operating system network stack of the computers you are scanning. It uses this information to create a "fingerprint" which it compares with its database of known OS fingerprints (the nmap-os-fingerprints file) to decide what type of system you are scanning</description>
<type>checkbox</type>
+ <typehint>Turn on OS detection</typehint>
</field>
</fields>
- <include_file>/usr/local/pkg/nmap.inc</include_file>
- <custom_php_deinstall_command>
- </custom_php_deinstall_command>
<custom_add_php_command>
nmap_custom_add_php_command();
</custom_add_php_command>
+ <custom_php_deinstall_command>
+ </custom_php_deinstall_command>
</packagegui>