<?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; OSSTMM</title>
	<atom:link href="http://www.sec-track.com/tag/osstmm/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>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Desarrollo del Entorno De-Ice nivel II – Recolección de Información / Escaneo de Vulnerabilidades</title>
		<link>http://www.sec-track.com/desarrollo-del-entorno-de-ice-nivel-ii-%e2%80%93-recoleccion-de-informacion-escaneo-de-vulnerabilidades</link>
		<comments>http://www.sec-track.com/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[Ya hemos realizado varios escaneos al sistema y hemos identificado los servicios que se ejecutan en este. Pasemos ahora a recolectar información sensible del sistema o de interés para posibles ataques. Se hace necesario realizar varios tipos de test; entre ellos un escaneo de directorios y archivos (árbol de directorios del aplicativo web), pruebas de [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">
<p style="text-align: justify;">Ya hemos realizado varios escaneos al sistema y hemos identificado los servicios que se ejecutan en este. Pasemos ahora a recolectar información sensible del sistema o de interés para posibles ataques.</p>
<p style="text-align: justify;"><span id="more-367"></span>Se hace necesario realizar varios tipos de test; entre ellos un escaneo de directorios y archivos (árbol de directorios del aplicativo web), pruebas de conexión a los diferentes servicios, etc. Todos estos procedimientos son detallados en las metodologías<a href="http://www.sec-track.com/issaf-information-system-security-assessment-framework" target="_blank"><strong> ISSAF</strong></a> y <a href="http://www.sec-track.com/osstmm-open-source-security-testing-methodology-manual" target="_blank"><strong>OSSTMM</strong></a>.</p>
<p style="text-align: justify;">Si observamos la página web del sistema objetivo, esta nos ofrece información sobre la finalidad del sistema y de las personas/usuarios que administran/utilizan el servidor. Estos son:</p>
<p style="text-align: justify;"><strong>Sr. System Admin:  Adam Adams &#8211; adamsa@herot.net<br />
System Admin (Intern): Bob Banter &#8211; banterb@herot.net<br />
System Admin:  Chad Coffee &#8211; coffeec@herot.net </strong></p>
<p style="text-align: justify;">Muy posiblemente los usuarios válidos en el sistema sean:</p>
<ul style="text-align: justify;">
<li>adamsa</li>
<li>banterb</li>
<li>coffeec</li>
</ul>
<p style="text-align: justify;">Y estos nos sirvan para llevar a cabo un ataque de autenticación a los servicios que actualmente ofrece (FTP, SSH)</p>
<p style="text-align: justify;">Aun así y con el objetivo de recolectar más información realicemos un escaneo de directorios y vulnerabilidades web con la herramienta <a href="http://cirt.net/nikto2" target="_blank"><strong>nikto</strong></a>.</p>
<h3 style="text-align: justify;"><strong>root@bt:/pentest/web/nikto# perl nikto.pl -h http://192.168.1.110</strong></h3>
<p style="text-align: justify;">- Nikto v2.1.0<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:          192.168.1.110<br />
+ Target Hostname:    192.168.1.110<br />
+ Target Port:        80<br />
+ Start Time:         2010-01-22 20:49:26<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: Apache/2.2.4 (Unix) mod_ssl/2.2.4 OpenSSL/0.9.8b DAV/2<br />
+ OSVDB-0: mod_ssl/2.2.4 OpenSSL/0.9.8b DAV/2 &#8211; mod_ssl 2.8.7 and lower are vulnerable to a remote buffer overflow which may allow a remote shell (difficult to exploit). http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2002-0082, OSVDB-756.<br />
+ OSVDB-0: Allowed HTTP Methods: GET, HEAD, POST, OPTIONS, TRACE<br />
+ OSVDB-877: HTTP TRACE method is active, suggesting the host is vulnerable to XST<br />
+ OSVDB-0: Apache/2.2.4 appears to be outdated (current is at least Apache/2.2.14). Apache 1.3.41 and 2.0.63 are also current.<br />
+ OSVDB-0: mod_ssl/2.2.4 appears to be outdated (current is at least 2.8.31) (may depend on server version)<br />
+ OSVDB-0: OpenSSL/0.9.8b appears to be outdated (current is at least 0.9.8i) (may depend on server version)<br />
+ 3588 items checked: 6 item(s) reported on remote host<br />
+ End Time:           2010-01-22 20:50:02 (36 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>
<p style="text-align: justify;">Pasemos ahora a explorar el código fuente del sitio Web con el objetivo de buscar información oculta. Para ello realizaremos una descarga de todo el Website con la herramienta <a href="http://es.wikipedia.org/wiki/GNU_Wget" target="_blank"><strong>WGet</strong></a>.</p>
<h3 style="text-align: justify;"><strong>root@bt:~/Sec-Track/De-Ice_II# wget -r http://192.168.1.110</strong></h3>
<p style="text-align: justify;">&#8211;2010-01-21 21:02:52&#8211;  http://192.168.1.110/<br />
Connecting to 192.168.1.110:80&#8230; connected.<br />
HTTP request sent, awaiting response&#8230; 200 OK<br />
Length: 2036 (2.0K) [text/html]<br />
Saving to: `192.168.1.110/index.html&#8217;</p>
<p>100%[======================================&gt;] 2,036       &#8211;.-K/s   in 0s</p>
<p>2010-01-21 21:02:52 (103 MB/s) &#8211; `192.168.1.110/index.html&#8217; saved [2036/2036]</p>
<p>Loading robots.txt; please ignore errors.<br />
&#8211;2010-01-21 21:02:52&#8211;  http://192.168.1.110/robots.txt<br />
Reusing existing connection to 192.168.1.110:80.<br />
HTTP request sent, awaiting response&#8230; 404 Not Found<br />
2010-01-21 21:02:52 ERROR 404: Not Found.</p>
<p>&#8211;2010-01-21 21:02:52&#8211;  http://192.168.1.110/level.html<br />
Reusing existing connection to 192.168.1.110:80.<br />
HTTP request sent, awaiting response&#8230; 200 OK<br />
Length: 2309 (2.3K) [text/html]<br />
Saving to: `192.168.1.110/level.html&#8217;</p>
<p>100%[======================================&gt;] 2,309       &#8211;.-K/s   in 0s</p>
<p>2010-01-21 21:02:52 (157 MB/s) &#8211; `192.168.1.110/level.html&#8217; saved [2309/2309]</p>
<p>&#8211;2010-01-21 21:02:52&#8211;  http://192.168.1.110/copyright.txt<br />
Reusing existing connection to 192.168.1.110:80.<br />
HTTP request sent, awaiting response&#8230; 200 OK<br />
Length: 15719 (15K) [text/plain]<br />
Saving to: `192.168.1.110/copyright.txt&#8217;</p>
<p>100%[======================================&gt;] 15,719      &#8211;.-K/s   in 0s</p>
<p>2010-01-21 21:02:52 (177 MB/s) &#8211; `192.168.1.110/copyright.txt&#8217; saved [15719/15719]</p>
<p>&#8211;2010-01-21 21:02:52&#8211;  http://192.168.1.110/index2.html<br />
Reusing existing connection to 192.168.1.110:80.<br />
HTTP request sent, awaiting response&#8230; 200 OK<br />
Length: 847 [text/html]<br />
Saving to: `192.168.1.110/index2.html&#8217;</p>
<p>100%[======================================&gt;] 847         &#8211;.-K/s   in 0.001s</p>
<p>2010-01-21 21:02:52 (968 KB/s) &#8211; `192.168.1.110/index2.html&#8217; saved [847/847]</p>
<p>FINISHED &#8211;2010-01-21 21:02:52&#8211;<br />
Downloaded: 4 files, 20K in 0.001s (20.5 MB/s)</p>
<p style="text-align: justify;">Luego de analizar los archivos descargados pudimos darnos cuenta que no existe ninguna información de relevancia para el Test de Penetración. Lo que si pudimos encontrar fue un archivo (level.html) con información relacionada con el entorno De-Ice LiveCD II:</p>
<p style="text-align: justify;"><em>&lt;B&gt;&lt;I&gt;The disk is considered Level 1&lt;/I&gt;&lt;/B&gt;, and minimal penetration skills are required in order to exploit this disk.  Additional skills required to complete this challenge is a more-than-basic understanding of unix commands and basic functionality of the unix OS.  All tools needed to exploit this disk can be found on the BackTrack Penetration LiveCD (version 2) found at Remote-Exploit.org.  No additional downloads or disks are needed.<br />
&lt;BR&gt;&lt;BR&gt;<br />
&lt;B&gt;Minimum time required to penetrate this CD is:  30 Minutes (approx.)&lt;/B&gt;&lt;BR&gt;<br />
This time is only possible if you know exactly what to do, and in what order.  Do not get frustrated if penetration of this system exceeds hours, or even days.<br />
This exercise is intended to provide a real-world simulation of a penetration test task.  Sometimes, banging your head IS the answer&#8230; so bang away.  &gt;;-)</em></p>
<p style="text-align: justify;">etc&#8230;.</p>
<p style="text-align: justify;">En la fase anterior no pudimos identificar el banner del servicio que se ejecutaba en el puerto 22 (SSH) con nmap, para esto simplemente ejecuto la herramienta <a href="http://www.sec-track.com/tag/netcat" target="_blank"><strong>Netcat</strong></a>:</p>
<h3 style="text-align: justify;"><strong>root@bt:~# nc 192.168.1.110 22</strong></h3>
<p style="text-align: justify;">SSH-1.99-OpenSSH_4.3</p>
<p style="text-align: justify;">Además de esto vamos a realizar un escaneo de vulnerabilidades con la herramienta <a href="http://es.wikipedia.org/wiki/Nessus" target="_blank"><strong>Nessus</strong></a>.</p>
<p style="text-align: justify;">Para ello voy a deshabilitar todos los plugins que vienen activos por defecto, pues solo vamos a requerir algunos que están relacionados con los puertos y servicios que identificamos en la primera fase del Test de Penetración.</p>
<p style="text-align: justify;"><strong>Brute Force Attacks</strong></p>
<ul style="text-align: justify;">
<li>Hydra FTP</li>
<li>Hydra SSH2</li>
</ul>
<p style="text-align: justify;"><strong>FTP</strong></p>
<ul style="text-align: justify;">
<li>Anonymous FTP Enabled</li>
<li>Anonymous FTP Writeable root Directory</li>
<li>FTP Privileged Port Bounce Scan</li>
<li>FTP Server Any Command Accepted (Possible Backdoor Proxy)</li>
<li>FTP Server Bad Command Sequence Accepted (Possible Backdoor Proxy)</li>
<li>FTP Server Copyrighted Material Present</li>
<li>FTP Server No Command Accepted (Possible Backdoor Proxy)</li>
<li>Etc&#8230;</li>
</ul>
<p style="text-align: justify;"><strong>Finger Abuses</strong></p>
<ul style="text-align: justify;">
<li>Finger .@host Unused Account Disclosure</li>
<li>Finger 0@host Unused Account Disclosure</li>
<li>Finger Service Remote Information Disclosure</li>
<li>Etc&#8230;</li>
</ul>
<p style="text-align: justify;"><strong>General</strong></p>
<ul style="text-align: justify;">
<li>Enumerate</li>
<li>OS Identification</li>
<li>OS Identification FTP</li>
<li>OS Identification HTTP</li>
<li>OS Identification ICMP</li>
<li>OS Identification Linux Distribution</li>
<li>OS Identification SSH</li>
</ul>
<p style="text-align: justify;"><strong>Web Servers</strong></p>
<ul style="text-align: justify;">
<li>Apache</li>
<li>PHP</li>
<li>Etc&#8230;</li>
</ul>
<p style="text-align: justify;"><strong>Gain a Shell Remotely</strong></p>
<ul style="text-align: justify;">
<li>OpenSSH</li>
<li>OpenSSL</li>
<li>Shell Command Execution Vulnerability</li>
<li>Etc&#8230;</li>
</ul>
<p style="text-align: justify;">Entre otras&#8230;</p>
<p style="text-align: justify;">Como vemos este escaneo está configurado de manera muy general, y enfocado únicamente a los servicios  encontrados con Nmap. Por ello solo encontramos las siguientes Alertas de Seguridad en el resultado de Nessus.</p>
<p style="text-align: justify;">﻿﻿﻿<strong>Nessus Report</strong><br />
The Nessus Security Scanner was used to assess the security of 1 host</p>
<ul style="text-align: justify;">
<li> 2 security warnings have been found</li>
<li> 1 security note has been found</li>
</ul>
<p style="text-align: justify;"><strong>List of open ports :</strong></p>
<ul style="text-align: justify;">
<li>ssh (22/tcp)</li>
<li>ipp (631/tcp)</li>
<li>http (80/tcp)</li>
<li><strong>ftp (21/tcp)  (Security warnings found</strong></li>
</ul>
<p style="text-align: justify;"><strong>Warning found on port ftp (21/tcp)</strong><br />
<strong> Synopsis :</strong></p>
<p>Anonymous logins are allowed on the remote FTP server.<br />
<strong>Description :</strong></p>
<p style="text-align: justify;">This FTP service allows anonymous logins. Any remote user may connect and authenticate without providing a password or unique credentials. This allows a user to access any files made available on the FTP server.</p>
<p><strong> Solution :</strong></p>
<p style="text-align: justify;">Disable anonymous FTP if it is not required. Routinely check the FTP server to ensure sensitive content is not available.</p>
<p><strong> Risk factor :</strong></p>
<p>Medium / CVSS Base Score : 5.0<br />
(CVSS2#AV:N/AC:L/Au:N/C:P/I:N/A:N)</p>
<p>CVE : CVE-1999-0497<br />
Other references : OSVDB:69<br />
Nessus ID : 10079</p>
<p style="text-align: justify;">&#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;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p style="text-align: justify;"><strong>Warning found on port ftp (21/tcp)</strong><br />
<strong> Synopsis :</strong></p>
<p>The remote FTP server contains world-writable directories.</p>
<p><strong> Description :</strong></p>
<p style="text-align: justify;">By crawling through the remote FTP server, Nessus discovered several directories were marked as being world-writable.</p>
<p>This could have several negative impacts:</p>
<p style="text-align: justify;">* Temporary file uploads are sometimes immediately available to all anonymous users, allowing the FTP server to be used as a &#8216;drop&#8217; point. This may faciliate trading copyrighted, pornographic or questionable material.</p>
<p style="text-align: justify;">* A user may be able to upload large files that consume disk space, resulting in a denial of service condition.</p>
<p style="text-align: justify;">* A user can upload a malicious program. If an administrator routinely checks the &#8216;incoming&#8217; directory, they may load a document or run a program that exploits a vulnerability in client software.</p>
<p><strong> Solution :</strong></p>
<p>Configure the remote FTP directories so that they are not world-writable.</p>
<p><strong> Risk factor :</strong></p>
<p>Medium / CVSS Base Score : 6.4<br />
(CVSS2#AV:N/AC:L/Au:N/C:N/I:P/A:P)</p>
<p>Other references : OSVDB:76<br />
Nessus ID : 19782</p>
<p style="text-align: justify;">&#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;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p style="text-align: justify;"><strong>Information found on port ftp (21/tcp)</strong><br />
<strong> Synopsis :</strong></p>
<p>The remote FTP server allows credentials to be transmitted in clear text.</p>
<p><strong> Description :</strong></p>
<p style="text-align: justify;">The remote FTP does not encrypt its data and control connections. The user name and password are transmitted in clear text and may be intercepted by a network sniffer, or a man-in-the-middle attack.</p>
<p><strong> Solution :</strong></p>
<p style="text-align: justify;">Switch to SFTP (part of the SSH suite) or FTPS (FTP over SSL/TLS). In the latter case, configure the server such as data and control connections must be encrypted.</p>
<p><strong> Risk factor :</strong></p>
<p>Low / CVSS Base Score : 2.6<br />
(CVSS2#AV:N/AC:H/Au:N/C:P/I:N/A:N)</p>
<p style="text-align: justify;">Nessus ID : 34324)</p>
<p style="text-align: justify;">&#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;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p style="text-align: justify;">Finalmente comprobamos manualmente este acceso al servidor FTP que permite login anónimo.</p>
<h3><strong>root@bt:~/Sec-Track/De-Ice_II/192.168.1.110# ftp 192.168.1.110</strong></h3>
<p style="text-align: justify;">Connected to 192.168.1.110.<br />
220 (vsFTPd 2.0.4)<br />
Name (192.168.1.110:root): anonymous<br />
331 Please specify the password.<br />
Password:<br />
230 Login successful.<br />
Remote system type is UNIX.<br />
Using binary mode to transfer files.<br />
ftp&gt;</p>
<p style="text-align: justify;">En la próxima fase (post) llevaremos a cabo una primera exploración dentro del servidor FTP en busca de información sensible que nos permita elevar privilegios en el sistema objetivo. En caso de no encontrar nada relevante procederemos a intentar un login por medio del servidor SSH.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/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>
		<item>
		<title>Configuración De-ICE PenTest LiveCDs (Nivel II) en Qemu</title>
		<link>http://www.sec-track.com/configuracion-de-ice-pentest-livecds-nivel-ii-en-qemu</link>
		<comments>http://www.sec-track.com/configuracion-de-ice-pentest-livecds-nivel-ii-en-qemu#comments</comments>
		<pubDate>Wed, 13 Jan 2010 07:59:23 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Test de Penetración]]></category>
		<category><![CDATA[OSSTMM]]></category>
		<category><![CDATA[Penetration Test]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=345</guid>
		<description><![CDATA[Video tutorial demostrativo del modo de implementación/configuración del primer entorno publicado por Sec-Track: De-ICE PenTest LiveCDs (Nivel II). Este entorno hace parte del proyecto de Thomas Wilhelm De-ICE PenTest LiveCds (www.heorot.net) y será utilizado continuar con la temática de Test de Penetración. Herramientas / Recursos: Qemu, OpenVPN, .ISO De-Ice Nivel II NOTA IMPORTANTE: El video [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Video tutorial demostrativo del modo de implementación/configuración del primer entorno publicado por <a href="http://www.sec-track.com/de-ice-pentest-livecds-nivel-ii" target="_blank"><strong>Sec-Track: De-ICE PenTest LiveCDs (Nivel II)</strong></a>.</p>
<p style="text-align: justify;">Este entorno hace parte del proyecto de <a href="http://heorot.net/about/" target="_blank"><strong>Thomas Wilhelm</strong></a> De-ICE PenTest LiveCds (<a href="http://www.heorot.net/" target="_blank"><strong>www.heorot.net</strong></a>) y será utilizado continuar con la temática de Test de Penetración.</p>
<p style="text-align: justify;"><strong>Herramientas / Recursos:</strong> <strong><a href="http://www.qemu.org/" target="_blank">Qemu</a></strong>, <strong><a href="http://www.openvpn.net/" target="_blank">OpenVPN</a></strong>, <a href="http://www.adrive.com/public/d5d214a87a287e301147c8f6ec5a5b183ac034de47c8f96c3c6fad2db2b2dbcb.html" target="_blank"><strong>.ISO De-Ice Nivel II</strong></a></p>
<p><strong>NOTA IMPORTANTE:</strong> El video corresponde al Entorno De-Ice I, pues la configuración es identica. Salvo que en este entorno la IP del sistema objetivo es diferente.<strong> </strong></p>
<p><strong>Más información:</strong></p>
<h2><a title="Permanent Link to De-ICE PenTest LiveCDs (Nivel II)" rel="bookmark" href="../de-ice-pentest-livecds-nivel-ii">De-ICE PenTest LiveCDs (Nivel II)</a></h2>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=7159324&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=7159324&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://vimeo.com/7159324">Instalación De-Ice (Nivel II) en Qemu</a> from <a href="http://vimeo.com/user2489751">Sec-Track</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/configuracion-de-ice-pentest-livecds-nivel-ii-en-qemu/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuración De-ICE PenTest LiveCDs (Nivel II) en VMWare</title>
		<link>http://www.sec-track.com/configuracion-de-ice-pentest-livecds-nivel-ii-en-vmware</link>
		<comments>http://www.sec-track.com/configuracion-de-ice-pentest-livecds-nivel-ii-en-vmware#comments</comments>
		<pubDate>Wed, 13 Jan 2010 07:40:05 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Test de Penetración]]></category>
		<category><![CDATA[OSSTMM]]></category>
		<category><![CDATA[Penetration Test]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=343</guid>
		<description><![CDATA[Video tutorial demostrativo del modo de implementación/configuración del primer entorno publicado por Sec-Track: De-ICE PenTest LiveCDs (Nivel II). Este entorno hace parte del proyecto de Thomas Wilhelm De-ICE PenTest LiveCds (www.heorot.net) y será utilizado para continuar con la temática de Test de Penetración. Herramientas / Recursos: VMWare /Workstation /Server /Player, .ISO De-Ice Nivel II NOTA [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Video tutorial demostrativo del modo de implementación/configuración del primer entorno publicado por <a href="http://www.sec-track.com/de-ice-pentest-livecds-nivel-ii" target="_blank"><strong>Sec-Track: De-ICE PenTest LiveCDs (Nivel II)</strong></a>.</p>
<p style="text-align: justify;">Este entorno hace parte del proyecto de <a href="http://heorot.net/about/" target="_blank"><strong>Thomas Wilhelm</strong></a> De-ICE PenTest LiveCds (<a href="http://www.heorot.net/" target="_blank"><strong>www.heorot.net</strong></a>) y será utilizado para continuar con la temática de Test de Penetración.</p>
<p style="text-align: justify;"><strong>Herramientas / Recursos:</strong> <strong><a href="http://www.vmware.com/" target="_blank">VMWare</a></strong> /<strong><a href="http://www.vmware.com/products/workstation/index.html" target="_blank">Workstation</a></strong> /<strong><a href="http://www.vmware.com/products/server/" target="_blank">Server</a></strong> /<strong><a href="http://www.vmware.com/products/player/" target="_blank">Player</a></strong>, <a href="http://www.adrive.com/public/d5d214a87a287e301147c8f6ec5a5b183ac034de47c8f96c3c6fad2db2b2dbcb.html" target="_blank"><strong>.ISO De-Ice Nivel II</strong></a></p>
<p style="text-align: justify;"><strong>NOTA IMPORTANTE:</strong> El video corresponde al Entorno De-Ice I, pues la configuración es identica. Salvo que en este entorno la IP del sistema objetivo es diferente.<strong> </strong></p>
<p style="text-align: justify;"><strong>Más información:</strong></p>
<h2 style="text-align: justify;"><a title="Permanent Link to De-ICE PenTest LiveCDs (Nivel II)" rel="bookmark" href="../de-ice-pentest-livecds-nivel-ii">De-ICE PenTest LiveCDs (Nivel II)</a></h2>
<p style="text-align: center;"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="300" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=7177657&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="400" height="300" src="http://vimeo.com/moogaloop.swf?clip_id=7177657&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p style="text-align: justify;"><a href="http://vimeo.com/7177657">Instalación De-Ice (Nivel II) en VMWare Workstation /Server</a> from <a href="http://vimeo.com/user2489751">Sec-Track</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/configuracion-de-ice-pentest-livecds-nivel-ii-en-vmware/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Objetivos Generales para los entornos De-Ice I, II, III y PwnOS</title>
		<link>http://www.sec-track.com/objetivos-generales-para-los-entornos-de-ice-i-ii-iii-y-pwnos</link>
		<comments>http://www.sec-track.com/objetivos-generales-para-los-entornos-de-ice-i-ii-iii-y-pwnos#comments</comments>
		<pubDate>Mon, 26 Oct 2009 23:09:26 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Test de Penetración]]></category>
		<category><![CDATA[ISSAF]]></category>
		<category><![CDATA[Network Mapping]]></category>
		<category><![CDATA[Objetivos]]></category>
		<category><![CDATA[OSSTMM]]></category>
		<category><![CDATA[Penetration Test]]></category>
		<category><![CDATA[Port Scanning]]></category>
		<category><![CDATA[Vulnerability Scanning]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=201</guid>
		<description><![CDATA[Estos son algunos de los objetivos generales a alcanzar mediante el desarrollo de los entornos De-Ice I, II, III y PwnOS. Realizar un mapeo de red e identificar la dirección IP del sistema objetivo. Identificar el estado de los puertos (abietos/filtrados). Identificar  los servicios / aplicaciones / versiones / Sistema Operativo. Identificar la estructura de [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Estos son algunos de los objetivos generales a alcanzar mediante el desarrollo de los entornos <strong><a href="http://www.sec-track.com/de-ice-pentest-livecds-nivel-i" target="_blank">De-Ice I</a></strong>, <strong><a href="http://www.sec-track.com/de-ice-pentest-livecds-nivel-ii" target="_blank">II</a></strong>, <strong><a href="http://www.sec-track.com/de-ice-pentest-livecds-nivel-iii" target="_blank">III </a></strong>y <a href="http://www.sec-track.com/pwnos" target="_blank"><strong>PwnOS</strong></a>.</p>
<ul style="text-align: justify;">
<li>Realizar un mapeo de red e identificar la dirección IP del sistema objetivo.</li>
<li>Identificar el estado de los puertos (abietos/filtrados).</li>
<li>Identificar  los servicios / aplicaciones / versiones / Sistema Operativo.</li>
<li>Identificar la estructura de directorios.</li>
<li>Identificar los posibles usuarios del sistema.</li>
<li>Listar las técnicas de obtención de dichos datos.</li>
<li>Listar los resultados obtenidos.</li>
<li>Búsqueda y verificación de vulnerabilidades y errores de configuración por aplicación o servicio.</li>
<li>Listar las posibles vulnerabilidades y puntos de intrusión.</li>
<li>Testear las aplicaciones (autenticación, firewalls, exploits, etc)</li>
<li>Penetración del sistema, descifrado de passwords, escalada de privilegios, recuperación de información crítica, etc.</li>
<li>Backdoors y cubrimiento de huellas.</li>
<li>Reporte básico.</li>
</ul>
<p><strong>Recursos: <a href="http://www.sec-track.com/issaf-information-system-security-assessment-framework" target="_blank">ISSAF</a></strong><a href="http://www.sec-track.com/issaf-information-system-security-assessment-framework" target="_blank"> </a>/<strong> <a href="http://www.sec-track.com/osstmm-open-source-security-testing-methodology-manual" target="_blank">OSSTMM</a></strong></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; text-align: justify;">Realizar un mapa de red e identificar dirección IP, puertos abiertos/filtrados, servicios, aplicaciones, versiones, estructura de directorios, posibles usuarios, sistema operativo, código fuente y scripts de la Web.<br />
Listar las técnicas de obtención de dichos datos.<br />
Listar los resultados obtenidos.<br />
Realizar un perfil de la organización, empleados, red y tecnologías.<br />
Busqueda y verificación de vulnerabilidades y errores de configuración por aplicación o servicio, nivel de parches, listado de posibles vulnerabilidades de DoS, listado de áreas securizadas.<br />
Testeo de aplicaciones, firewalls, autenticación, exploits, decompilación.<br />
Penetración del sistema, descifrado de contraseñas, escalada de privilegios, recuperación de información crítica.<br />
Backdoors y cubrimiento de huellas<br />
Reporte básico.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/objetivos-generales-para-los-entornos-de-ice-i-ii-iii-y-pwnos/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>OSSTMM &#8211; Open Source Security Testing Methodology Manual</title>
		<link>http://www.sec-track.com/osstmm-open-source-security-testing-methodology-manual</link>
		<comments>http://www.sec-track.com/osstmm-open-source-security-testing-methodology-manual#comments</comments>
		<pubDate>Thu, 15 Oct 2009 22:51:36 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Documentos]]></category>
		<category><![CDATA[Metodología]]></category>
		<category><![CDATA[OSSTMM]]></category>
		<category><![CDATA[Test de Penetración]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=148</guid>
		<description><![CDATA[Manual de la Metodología Abierta de Testeo de Seguridad Es un conjunto de reglas y lineamientos para CUANDO, QUE y CUALES eventos son testeados. Esta metodología cubre únicamente el testeo de seguridad externo, es decir, testear la seguridad desde un entorno no privilegiado hacia un entorno privilegiado, para evadir los componentes de seguridad, procesos y [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>Manual de la Metodología Abierta de Testeo de Seguridad</strong></p>
<p style="text-align: justify;">Es un conjunto de reglas y lineamientos para <strong>CUANDO</strong>, <strong>QUE </strong>y <strong>CUALES</strong> eventos son testeados. Esta metodología cubre únicamente el testeo de seguridad externo, es decir, testear la seguridad desde un entorno no privilegiado hacia un entorno privilegiado, para evadir los componentes de seguridad, procesos y alarmas y ganar acceso privilegiado. Está también dentro del alcance de este documento proveer un método estandarizado para realizar un exhaustivo test de seguridad de cada sección con presencia de seguridad (por ejemplo, seguridad física, seguridad inalámbrica, seguridad de comunicaciones, seguridad de la información, seguridad de las tecnologías de Internet, y seguridad de procesos) de una organización. Dentro de este método abierto y evaluado por expertos, para realizar exhaustivos testeos de seguridad, alcanzamos un estándar internacional en testeos de seguridad, que representa una línea de referencia para todas las metodologías de testeo de seguridad tanto conocidas como inexploradas.</p>
<p style="text-align: justify;">La limitación al alcance del testeo de seguridad externo está dada por las diferencias considerables entre testeo externo a interno y testeo interno a interno. Estas diferencias radican fundamentalmente en los privilegios de acceso, los objetivos, y los resultados asociados con el testeo interno a interno.<br />
El tipo de testeo que busca descubrir las vulnerabilidades inexploradas no está dentro del alcance de este documento ni dentro del alcance de un test de seguridad OSSTMM. El test de seguridad descrito a continuación es un test práctico y eficiente de vulnerabilidades conocidas, filtraciones de información, infracciones de la ley, estándares de la industria y prácticas recomendadas.</p>
<p style="text-align: justify;">ISECOM exige que un test de seguridad solamente sea considerado un test OSSTMM si es:</p>
<ul style="text-align: justify;">
<li>
<div style="text-align: justify;">Cuantificable.</div>
</li>
<li>
<div style="text-align: justify;">Consistente y que se pueda repetir.</div>
</li>
<li>
<div style="text-align: justify;">Válido mas allá del período de tiempo &#8220;actual&#8221;.</div>
</li>
<li>
<div style="text-align: justify;">Basado en el mérito del testeador y analista, y no en marcas comerciales.</div>
</li>
<li>
<div style="text-align: justify;">Exhaustivo.</div>
</li>
<li>
<div style="text-align: justify;">Concordante con leyes individuales y locales y el derecho humano a la privacidad.</div>
</li>
</ul>
<p style="text-align: justify;">ISECOM no asevera que el uso del OSSTMM constituya una protección legal en todos los tribunales de justicia, sin embargo, cumple el papel del más alto nivel de profesionalismo en cuanto a testeos de seguridad cuando los resultados obtenidos son aplicados al perfeccionamiento de la seguridad dentro de un espacio de tiempo razonable.</p>
<p style="text-align: justify;"><strong><a href="http://www.isecom.org/osstmm/" target="_blank">Más información OSSTMM &gt;&gt;</a></strong></p>
<p style="text-align: justify;"><a href="http://www.adrive.com/public/1bf8cfc063f93ba5482f50f511811908efab5b4ab64ff6ae0de9762245075eed.html" target="_blank"><strong>Descargar OSSTMM &#8211; Español &gt;&gt;</strong></a></p>
<p style="text-align: justify;"><a href="http://www.adrive.com/public/59bbd50f6637eb9192d552d1e0583150384ca62f45985da3c99ef6ff432babca.html" target="_blank"><strong>Download OSSTMM &#8211; English &gt;&gt;</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/osstmm-open-source-security-testing-methodology-manual/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>PwnOS</title>
		<link>http://www.sec-track.com/pwnos</link>
		<comments>http://www.sec-track.com/pwnos#comments</comments>
		<pubDate>Wed, 07 Oct 2009 23:42:54 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Test de Penetración]]></category>
		<category><![CDATA[Exploits]]></category>
		<category><![CDATA[Medusa]]></category>
		<category><![CDATA[Nessus]]></category>
		<category><![CDATA[Netcat]]></category>
		<category><![CDATA[NetDiscover]]></category>
		<category><![CDATA[Network Mapping]]></category>
		<category><![CDATA[Nmap]]></category>
		<category><![CDATA[OSSTMM]]></category>
		<category><![CDATA[Penetration Test]]></category>
		<category><![CDATA[Port Scanning]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Vulnerability Scanning]]></category>
		<category><![CDATA[Xhydra]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=16</guid>
		<description><![CDATA[Escenario: Un empresa dedicada al servicio de Webhosting te contrata para realizar un Test de Penetración en uno de sus servidores dedicados a la administración de sus sistemas. Dicho servidor se encuentra en una de sus redes xxx.xxx.xxx.xxx. El objetivo consiste en identificar dicho servidor, descubrir y analizar las vulnerabilidades existentes en el mismo y [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>Escenario:</strong> Un empresa dedicada al servicio de Webhosting te contrata para realizar un Test de Penetración en uno de sus servidores dedicados a la administración de sus sistemas.<br />
Dicho servidor se encuentra en una de sus redes xxx.xxx.xxx.xxx.</p>
<p style="text-align: justify;">El objetivo consiste en identificar dicho servidor, descubrir y analizar las vulnerabilidades existentes en el mismo y penetrar el sistema.</p>
<p style="text-align: justify;"><strong>Categoría:</strong> Fundamentación, Test de Penetración, Explotación de vulnerabilidades.</p>
<p style="text-align: justify;"><strong>Nivel de Dificultad:</strong> Medio / Alto</p>
<p style="text-align: justify;"><strong>Formato:</strong> Imágen VMWare</p>
<p style="text-align: justify;"><strong>Objetivos/Técnicas: </strong>Mapeo de Red / O.S Fingerprint / Escaneo de Puertos / Identificación de Servicios / Escaneo de Vulnerabilidades / Identificación y Análisis de Vulnerabilidades / Explotación de Vulnerabilidades / Escalada de Privilegios / Extracción de Informacion Confidencial.</p>
<p style="text-align: justify;"><strong>Herramientas/Recursos: <a href="http://www.isecom.org/osstmm/" target="_blank">OSSTMM</a></strong></p>
<p style="text-align: justify;"><strong>Configuracion:</strong> El router/tarjeta de red virtual/fisica debe tener DHCP activo.</p>
<p style="text-align: justify;"><strong>Descargar (<a href="http://www.adrive.com/public/0da911443f10d5bdcc9d35644f9c2b935df9d2e8823b02597661731be1622991.html" target="_blank">Imágen VMWare</a>)<br />
</strong></p>
<p style="text-align: justify;"><strong>MD5:</strong></p>
<p style="text-align: justify;"><strong>Autor / Página Oficial / Más Información:</strong> <a href="http://www.0dayclub.com" target="_blank">www.0dayclub.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/pwnos/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>De-ICE PenTest LiveCDs (Nivel III)</title>
		<link>http://www.sec-track.com/de-ice-pentest-livecds-nivel-iii</link>
		<comments>http://www.sec-track.com/de-ice-pentest-livecds-nivel-iii#comments</comments>
		<pubDate>Wed, 07 Oct 2009 23:42:00 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Test de Penetración]]></category>
		<category><![CDATA[Network Mapping]]></category>
		<category><![CDATA[OSSTMM]]></category>
		<category><![CDATA[Penetration Test]]></category>
		<category><![CDATA[Vulnerability Scanning]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=14</guid>
		<description><![CDATA[Escenario: Una compañía te contrata para identificar las vulnerabilidades que se encuentran en una de las redes (192.168.2.xxx). Los hosts dentro de la red no son sistemas críticos y además recientemente se han hecho copias de seguridad que además han sido verificadas, por lo tanto no hay problema sobre cualquier daño que pueda ocurrir. La [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>Escenario:</strong> Una compañía te contrata para identificar las vulnerabilidades que se encuentran en una de las redes (192.168.2.xxx). Los hosts dentro de la red no son sistemas críticos y además recientemente se han hecho copias de seguridad que además han sido verificadas, por lo tanto no hay problema sobre cualquier daño que pueda ocurrir.</p>
<p style="text-align: justify;">La organización ha tenido multiples administradores encargados de la red en los últimos dos años, y están inseguros de las capacidades del anterior (o actual) personal.</p>
<p style="text-align: justify;"><strong>Categoría:</strong> Fundamentación, Test de Penetración</p>
<p style="text-align: justify;"><strong>Nivel de Dificultad:</strong> Bajo/Medio</p>
<p style="text-align: justify;"><strong>Formato:</strong> .ISO / Imágen VMWare</p>
<p style="text-align: justify;"><strong>Objetivos/Técnicas: </strong>Mapeo de Red / O.S Fingerprint / Escaneo de Puertos / Identificación de Servicios / Escaneo de Vulnerabilidades / Identificación y Análisis de Vulnerabilidades / Explotación de Vulnerabilidades / Escalada de Privilegios / Extracción de Información Confidencial.</p>
<p style="text-align: justify;"><strong>Herramientas/Recursos: <a href="http://www.isecom.org/osstmm/" target="_blank">OSSTMM</a></strong></p>
<p style="text-align: justify;"><strong>Configuracion:</strong> El router/tarjeta de red virtual/física debe tener DHCP activo, la dirección de inicio debe ser 192.168.2.2 y la máscara de subred 255.255.255.0</p>
<p style="text-align: justify;"><strong>Descargar (<a href="http://www.adrive.com/public/86f947403b763617c459acec9ac3666d192d38107cb2a441099a552c138613c1.html" target="_blank">ISO</a>)<br />
</strong></p>
<p style="text-align: justify;"><strong>MD5:</strong></p>
<p><strong>Autor / Página Oficial / Más Información:</strong> <a href="http://www.heorot.net" target="_blank">www.Heorot.net</a></p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 178px; width: 1px; height: 1px;">Una compañía te contrata para identificar las vulnerabilidades que se encuentran en una de las redes (192.168.2.xxx). Los hosts dentro de la red no son sistemas críticos y además recientemente se han hecho copias de seguridad que además han sido verificadas, por lo tanto no hay problema sobre cualquier daño que pueda ocurrir.</p>
<p>La organización ha tenido multiples administradores encargados de la red en los últimos dos años, y están inseguros de las capacidades del anterior (o actual) personal.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/de-ice-pentest-livecds-nivel-iii/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>De-ICE PenTest LiveCDs (Nivel II)</title>
		<link>http://www.sec-track.com/de-ice-pentest-livecds-nivel-ii</link>
		<comments>http://www.sec-track.com/de-ice-pentest-livecds-nivel-ii#comments</comments>
		<pubDate>Wed, 07 Oct 2009 23:41:14 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Test de Penetración]]></category>
		<category><![CDATA[OSSTMM]]></category>
		<category><![CDATA[Penetration Test]]></category>
		<category><![CDATA[Vulnerability Scanning]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=11</guid>
		<description><![CDATA[Escenario: Una pequeña empresa te contrata para que realices un Test de Penetración avanzado. El administrador de sistemas de dicha empresa dice haber reconfigurado el sistema para hacerlo muy seguro. Espera que usted intente por todos los medios posibles de vulnerar el sistema, pues está seguro de que es invulnerable. Este sistema es un servidor [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>Escenario:</strong> Una pequeña empresa te contrata para que realices un Test de Penetración avanzado. El administrador de sistemas de dicha empresa dice haber reconfigurado el sistema para hacerlo muy seguro. Espera que usted intente por todos los medios posibles de vulnerar el sistema, pues está seguro de que es invulnerable. Este sistema es un servidor FTP utilizado para crear y restaurar copias de seguridad de los diferentes sistemas. Dice además que no hay información sensible y que dicho sistemas alguna vez fue utlizado por un cliente para transferencias de información, pero que esta ha sido eliminada.</p>
<p style="text-align: justify;"><strong>Categoría:</strong> Fundamentación, Test de Penetración</p>
<p style="text-align: justify;"><strong>Nivel de Dificultad:</strong> Bajo / Medio</p>
<p style="text-align: justify;"><strong>Formato:</strong> .ISO / Imágen VMWare</p>
<p style="text-align: justify;"><strong>Objetivos/Técnicas: </strong>Mapeo de Red / O.S Fingerprint / Escaneo de Puertos / Identificación de Servicios / Escaneo de Vulnerabilidades / Identificación y Análisis de Vulnerabilidades / Explotación de Vulnerabilidades / Escalada de Privilegios / Extracción de Información Confidencial.</p>
<p style="text-align: justify;"><strong>Herramientas/Recursos: </strong><a href="http://www.isecom.org/osstmm/" target="_blank">OSSTMM</a></p>
<p style="text-align: justify;"><strong>Configuracion:</strong> Este entorno esta configurado para que de manera automática obtenga la dirección IP  192.168.1.110. El router/tarjeta de red virtual/física debe tener DHCP activo, la dirección de inicio debe ser 192.168.1.2 y la mascara de subred 255.255.255.0</p>
<p style="text-align: justify;"><strong>Descargar (<a href="http://www.adrive.com/public/d5d214a87a287e301147c8f6ec5a5b183ac034de47c8f96c3c6fad2db2b2dbcb.html" target="_blank">ISO</a>)<br />
</strong></p>
<p style="text-align: justify;"><strong>MD5:</strong></p>
<p style="text-align: justify;"><strong>Autor / Página Oficial / Más Información:</strong> <a href="http://www.heorot.net" target="_blank">www.Heorot.net</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/de-ice-pentest-livecds-nivel-ii/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>De-ICE PenTest LiveCDs (Nivel I)</title>
		<link>http://www.sec-track.com/de-ice-pentest-livecds-nivel-i</link>
		<comments>http://www.sec-track.com/de-ice-pentest-livecds-nivel-i#comments</comments>
		<pubDate>Wed, 07 Oct 2009 23:39:18 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Test de Penetración]]></category>
		<category><![CDATA[Medusa]]></category>
		<category><![CDATA[Nessus]]></category>
		<category><![CDATA[Netcat]]></category>
		<category><![CDATA[NetDiscover]]></category>
		<category><![CDATA[Network Mapping]]></category>
		<category><![CDATA[Nmap]]></category>
		<category><![CDATA[OSSTMM]]></category>
		<category><![CDATA[Penetration Test]]></category>
		<category><![CDATA[Port Scanning]]></category>
		<category><![CDATA[VMWare]]></category>
		<category><![CDATA[Vulnerability Scanning]]></category>
		<category><![CDATA[Xhydra]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=9</guid>
		<description><![CDATA[Escenario: Un CEO de una pequeña empresa que ha sido presionado por el Comité Administrativo para ser objeto de un Test de Penetración a realizarse desde la empresa. El Director General afirma que su empresa es segura, cree además de que este Test de Penetración será un enorme desperdicio de dinero, sobre todo porque ya tiene una solución de exploración (escaneo) de vulnerabilidades (Nessus).]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;"><strong>Escenario:</strong> Un CEO de una pequeña empresa que ha sido presionado por el Comité Administrativo para ser objeto de un Test de Penetración a realizarse desde la empresa. El Director General afirma que su empresa es segura, cree además de que este Test de Penetración será un enorme desperdicio de dinero, sobre todo porque ya tiene una solución de exploración (escaneo) de vulnerabilidades (Nessus).<br />
Para hacer “felices” a los del Comité Administrativo, él decide contratarlo a usted y le da un plazo de 5 días para realizar el trabajo, pues como se mencionó él no cree que la empresa sea vulnerable a cualquier intento de acceso no autorizado.<br />
Su tarea es analizar solo un servidor en el cual se aloja una página Web que ofrece información de contacto de la misma.</p>
<p>El Director General espera que usted intente con todos los tipos de ataques que estén a su disposición, pues está seguro de que usted no podrá vulnerar el sistema y obtener acceso.</p>
<p style="text-align: justify;"><strong>Categoría:</strong> Fundamentación, Test de Penetración</p>
<p style="text-align: justify;"><strong>Nivel de Dificultad:</strong> Bajo</p>
<p style="text-align: justify;"><strong>Formato:</strong> .ISO / Imágen VMWare</p>
<p style="text-align: justify;"><strong>Objetivos/Técnicas: </strong>Mapeo de Red / O.S Fingerprint / Escaneo de Puertos / Identificación de Servicios / Escaneo de Vulnerabilidades / Identificación y Análisis de Vulnerabilidades / Explotación de Vulnerabilidades / Escalada de Privilegios / Extracción de Información Confidencial.</p>
<p style="text-align: justify;"><strong>Herramientas/Recursos: <a href="http://www.isecom.org/osstmm/" target="_blank">OSSTMM</a></strong> / <strong><a href="http://nmap.org/" target="_blank">Nmap</a></strong> /<strong><a href="http://freeworld.thc.org/" target="_blank"> Xhydra</a></strong> / <strong><a href="http://netcat.sourceforge.net/" target="_blank">Netcat</a></strong> / <strong><a href="http://www.foofus.net/jmk/medusa/medusa.html" target="_blank">Medusa</a></strong> / <strong><a href="http://netdiscover.sourceforge.net/" target="_blank">NetDiscover</a></strong> / <strong><a href="http://www.nessus.org/" target="_blank">Nessus</a></strong></p>
<p style="text-align: justify;"><strong>Configuracion:</strong> Este entorno esta configurado para que de manera automática obtenga la dirección IP  192.168.1.100. El router/tarjeta de red virtual/física debe tener DHCP activo, la dirección de inicio debe ser 192.168.1.2 y la máscara de subred 255.255.255.0</p>
<p style="text-align: justify;"><strong>Descargar (<a href="http://www.adrive.com/public/d5dc5d5dd7eec2d5ee6051d3d5ab235f5c8273357169e8dd6b01069fc5e4c51f.html" target="_blank">ISO</a>)<br />
</strong></p>
<p style="text-align: justify;"><strong>MD5:</strong> a3341316ca9860b3a0acb06bdc58bbc1</p>
<p style="text-align: justify;"><strong>Autor / Página Oficial / Mas Información:</strong> <strong><a href="http://www.heorot.net" target="_blank">www.Heorot.net</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/de-ice-pentest-livecds-nivel-i/feed</wfw:commentRss>
		<slash:comments>18</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:50:53 -->
