Author: kost Date: 2008-09-25 11:35:56 +0200 (Thu, 25 Sep 2008) New Revision: 1431
Modified: trunk/doc/website/integrated-tools.htm4 Log: Added pnscan and portbunny to list of integrated tools. Modified: trunk/doc/website/integrated-tools.htm4 =================================================================== --- trunk/doc/website/integrated-tools.htm4 2008-09-25 09:22:56 UTC (rev 1430) +++ trunk/doc/website/integrated-tools.htm4 2008-09-25 09:35:56 UTC (rev 1431) @@ -60,7 +60,8 @@ </p> <p> -Status (20080925): NMAP integration is inherited from Nessus through nmap.nasl plugin. Note that using nmap.nasl to directly scan high number of hosts is not recommended. If you're having large number of hosts to scan and want to use nmap, run nmap first on the hosts and then import them using nmap.nasl importer function. You can read explanation <a href="http://www.nessus.org/documentation/index.php?doc=nmap-usage">here</a>. +Status (20080925): NMAP integration is inherited from Nessus through nmap.nasl plugin and used as portscanner plugin. Note that using nmap.nasl to directly scan high number of hosts is not recommended. If you're having large number of hosts to scan and want to use nmap, run nmap first on the hosts and then import them using nmap.nasl importer function. You can read explanation <a href="http://www.nessus.org/documentation/index.php?doc=nmap-usage">here</a>. <br /> +Future (20080925): NMAP has capabilities of scripting called <a href="http://nmap.org/book/nse.html">Nessus Scripting Engine (NSE)</a> which can also check for vulnerabilities. We're working on integrating nse scripts as plugins in OpenVAS. </p> <h3>ike-scan</h3> @@ -156,3 +157,25 @@ </p> <img src="pix/ovaldi-results.png" alt="Results of an ovaldi scan displayed in OpenVAS-Client"> + + +<h3>pnscan</h3> + +<p> +Homepage: <a href="http://www.lysator.liu.se/~pen/pnscan/">http://www.lysator.liu.se/~pen/pnscan/</a> +</p> + +<p> +Status (20080925): A NASL wrapper for pnscan is included in the openvas-plugins +package. pnscan is used as port scanner plugin. +</p> + +<h3>portbunny</h3> + +<p> +Homepage: <a href="http://www.recurity.de/portbunny/">http://www.recurity.de/portbunny/</a> +</p> + +<p> +Status (20080925): A NASL wrapper for portbunny is included in the openvas-plugins package. Due to portbunny nature (Linux kernel portscanner), it will work only on Linux machines. It is in experimental stage. +</p> _______________________________________________ Openvas-commits mailing list [email protected] http://lists.wald.intevation.org/mailman/listinfo/openvas-commits
