<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sec-Track &#187; Nikto</title>
	<atom:link href="http://www.sec-track.com/tag/nikto/feed" rel="self" type="application/rss+xml" />
	<link>http://www.sec-track.com</link>
	<description></description>
	<lastBuildDate>Wed, 01 Feb 2012 15:08:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Tool: Nikto, Escaneo de directorios y archivos sensibles en servidores Web</title>
		<link>http://www.sec-track.com/en/tool-nikto-escaneo-de-directorios-y-archivos-sensible-en-servidores-web</link>
		<comments>http://www.sec-track.com/en/tool-nikto-escaneo-de-directorios-y-archivos-sensible-en-servidores-web#comments</comments>
		<pubDate>Wed, 03 Feb 2010 09:29:56 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Test de Penetración]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Escáner de Vulnerabilidades]]></category>
		<category><![CDATA[Nikto]]></category>
		<category><![CDATA[Vulnerability Scanning]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=405</guid>
		<description><![CDATA[Nikto es un escáner de directorios y archivos potencialmente sensibles en servidores Web. La base de datos de estos archivos y directorios contenida en la herramienta Nikto supera las 6100 entradas. Incluye además métodos y firmas de varios servidores y versiones de aplicativos web, con el fin de determinar el grado de desactualización de estos. [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><a href="http://www.cirt.net/nikto2" target="_blank"><strong>Nikto</strong></a> es un escáner de directorios y archivos potencialmente sensibles en servidores Web. La base de datos de estos archivos y directorios contenida en la herramienta Nikto supera las 6100 entradas. Incluye además métodos y firmas de varios servidores y versiones de aplicativos web, con el fin de determinar el grado de desactualización de estos.</p>
<p style="text-align: justify;"><span id="more-405"></span>En este momento se encuentra disponible la <a href="http://www.cirt.net/nikto/nikto-current.tar.gz" target="_blank"><strong>versión número 2.1.1</strong></a> en la <a href="http://www.cirt.net/nikto2" target="_blank"><strong>página oficial del proyecto nikto</strong></a>.</p>
<p style="text-align: justify;">Veamos el modo de uso de la herramienta nikto a través de un video que publiqué hace algún tiempo en los <a href="http://labs.dragonjar.org/" target="_blank"><strong>Laboratorios de la Comunidad DragonJAR</strong></a>.</p>
<h2><a href="http://labs.dragonjar.org/labs-owasp-directorios-y-archivos-de-configuracion-ocultos-en-el-servidor-nikto-y-wikto" target="_blank">Directorios y archivos de configuración ocultos en el servidor, Nikto y Wikto</a></h2>
<p style="text-align: justify;">Veamos también rápidamente un acercamiento en modo texto a la herramienta:</p>
<p style="text-align: justify;"><strong>root@bt:~/Sec-Track/Tools/nikto-2.1.1# ls</strong><br />
docs  nikto.conf  <strong>nikto.pl</strong> plugins  templates</p>
<p style="text-align: justify;">Modo de ejecución de nikto:</p>
<p style="text-align: justify;"><strong>perl nikto.pl -h &lt;Target&gt;</strong></p>
<p style="text-align: justify;">Ejemplo:</p>
<p style="text-align: justify;"><strong>root@bt:~/Sec-Track/Tools/nikto-2.1.1# perl nikto.pl -h www.FOO.kom</strong><br />
- Nikto v2.1.1<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
+ Target IP:          IP ADDRESS<br />
+ Target Hostname:    FOO.kom<br />
+ Target Port:        80<br />
+ Start Time:         2010-02-04 3:15:03<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
+ Server: Microsoft-IIS/6.0<br />
- Root page / redirects to: portada.asp?NM=Inicio<br />
+ robots.txt contains 2 entries which should be manually viewed.<br />
+ Retrieved X-Powered-By header: ASP.NET<br />
+ OSVDB-630: IIS may reveal its<strong> internal IP</strong> in the Location header via a request to the /images directory. <strong>The value is &#8220;http://10.125.5.2/images/&#8221;.</strong><br />
+ Uncommon header &#8216;x-ua-compatible&#8217; found, with contents: IE=EmulateIE7<br />
+ ETag header found on server, fields: 0x0e9fe47ace6c71:322<br />
<strong>+</strong> <strong>Allowed HTTP Methods: OPTIONS, TRACE, GET, HEAD, POST<br />
+ Public HTTP Methods: OPTIONS, TRACE, GET, HEAD, POST</strong><br />
+ <strong>Microsoft-IIS/6.0</strong> appears to be outdated (4.0 for NT 4, 5.0 for Win2k, current is at least 7.0)</p>
<p>+ OSVDB-3092: <strong>/clientes/</strong>: This might be interesting&#8230;<br />
+ OSVDB-3092: <strong>/test/</strong>: This might be interesting&#8230;<br />
+ 3818 items checked: 10 item(s) reported on remote host<br />
+ End Time:           2010-02-04 3:27:03 (762 seconds)<br />
&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;<br />
+ 1 host(s) tested</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/en/tool-nikto-escaneo-de-directorios-y-archivos-sensible-en-servidores-web/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Desarrollo del Entorno De-Ice nivel II – Recolección de Información / Escaneo de Vulnerabilidades</title>
		<link>http://www.sec-track.com/en/desarrollo-del-entorno-de-ice-nivel-ii-%e2%80%93-recoleccion-de-informacion-escaneo-de-vulnerabilidades</link>
		<comments>http://www.sec-track.com/en/desarrollo-del-entorno-de-ice-nivel-ii-%e2%80%93-recoleccion-de-informacion-escaneo-de-vulnerabilidades#comments</comments>
		<pubDate>Fri, 22 Jan 2010 05:23:55 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Test de Penetración]]></category>
		<category><![CDATA[De-ICE]]></category>
		<category><![CDATA[ISSAF]]></category>
		<category><![CDATA[Nessus]]></category>
		<category><![CDATA[Netcat]]></category>
		<category><![CDATA[Nikto]]></category>
		<category><![CDATA[OSSTMM]]></category>
		<category><![CDATA[Penetration Test]]></category>
		<category><![CDATA[Vulnerability Scanning]]></category>
		<category><![CDATA[Wget]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=367</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/en/desarrollo-del-entorno-de-ice-nivel-ii-%e2%80%93-recoleccion-de-informacion-escaneo-de-vulnerabilidades/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.sec-track.com @ 2012-02-05 13:58:26 -->
