<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>null pointer dereference &#187; windows</title>
	<atom:link href="http://bureado.com/feed/?tag=windows" rel="self" type="application/rss+xml" />
	<link>http://bureado.com</link>
	<description>José Miguel Parrella (bureado)</description>
	<lastBuildDate>Sat, 15 Jun 2013 08:23:34 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='bureado.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>null pointer dereference &#187; windows</title>
		<link>http://bureado.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://bureado.com/osd.xml" title="null pointer dereference" />
	<atom:link rel='hub' href='http://bureado.com/?pushpress=hub'/>
		<item>
		<title>DNSCrypt en&#8230; ¿Windows?</title>
		<link>http://bureado.com/2012/02/22/dnscrypt-en-windows/</link>
		<comments>http://bureado.com/2012/02/22/dnscrypt-en-windows/#comments</comments>
		<pubDate>Wed, 22 Feb 2012 03:15:21 +0000</pubDate>
		<dc:creator>bureado</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[dns]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[networking]]></category>
		<category><![CDATA[opendns]]></category>
		<category><![CDATA[sysadmin]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://bureado.com/dnscrypt-en-windows</guid>
		<description><![CDATA[A estas alturas quizás ya conozcas DNSCrypt, la respuesta educada de OpenDNS al problema de DNS spoofing que surge en escenarios de MITM. Sin embargo, puede que estés utilizando alguna plataforma arcana, como… Windows, y quieras usar DNSCrypt,...<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bureado.com&#038;blog=29639218&#038;post=2339&#038;subd=bureado&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>A estas alturas quizás ya conozcas<a href="http://www.opendns.com/technology/dnscrypt/">DNSCrypt</a>, la respuestaeducada de OpenDNS al problema de DNS spoofing que surge en escenariosde MITM. Sin embargo, puede que estés utilizando alguna plataformaarcana, como&hellip; Windows, y quieras usar DNSCrypt, ¿se podrá hacer?</p>
<p>Definitivamente. De hecho, para lograr el punto, escribo esto desdeWindows 7, usando DNSCrypt (específicamente <em>dnscrypt-proxy</em>) y loúnico que necesito es <a href="http://www.cygwin.com/">Cygwin</a> y obviamenteuna conexión a Inteet.</p>
<p>Una vez instalado Cygwin, llamas a bash (el script aparece en el menúcomo <strong>Cygwin Bash Shell</strong>) y descargas el código del<a href="https://github.com/opendns/dnscrypt-proxy/downloads">github</a> deDNSCrypt; yo usé el último tar.bz2. Puedes usar wget para bajar elcódigo y luego <em>tar cjf</em> para descomprimirlo. Adentro es solo cuestiónde:</p>
<p>  ./configure  make &amp;&amp; make install</p>
<p>Y algunos minutos después tengo dnscrypt-proxy instalado en<em>usr/local/sbin</em>, por lo que solo queda llamar a DNSCrypt, que vienepreconfigurado para usar OpenDNS, de la siguiente forma:</p>
<p>  /usr/local/sbin/dnscrypt-proxy &mdash;daemonize</p>
<p>Ahora puedes configurar la resolución de nombres DNS contra<em>localhost</em>, por ejemplo con <strong>netsh</strong> (sí, Windows tiene línea decomandos)</p>
<p>  netsh interface ip set dns  static 127.0.0.1</p>
<p>Y solo queda un problema por resolver y es el inicio del servicio alarranque, o de otra forma no podrás resolver nombres por DNS cuandoreinicies, esto es trivial creando un servicio, por ejemplo:</p>
<p>  sc create dnscrypt binPath=</p>
<p>E iniciar dnscrypt con sc o por PowerShell.</p>
<p>Básicamente, DNSCrypt cifrará las consultas entre tu equipo y OpenDNS,eliminando el vector de ataque para el DNS spoofing, y circunveniendoasí censuras a nivel de DNS que implementan algunos ISPs. Sin embargo,cualquier tráfico no cifrado con aplicaciones en una red bajo MITM,específicamente ARP spoofing o suplantación del router continúa sujetoa los problemas de privacidad que ya he citado en <a href="http://bureado.com/tag/hacking">artículosanteriores</a> y de igual forma cualquiercensura en base a IP (<em>blackholes</em>, por ejemplo) continuaráfuncionando a menos que se usen proxies o redes como Tor.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bureado.wordpress.com/2339/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bureado.wordpress.com/2339/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bureado.com&#038;blog=29639218&#038;post=2339&#038;subd=bureado&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bureado.com/2012/02/22/dnscrypt-en-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6681892d291c28467549b5a8e2cb1eaf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bureado</media:title>
		</media:content>
	</item>
		<item>
		<title>Importing your PGP keyrings in Windows</title>
		<link>http://bureado.com/2010/10/24/importing-your-pgp-keyrings-in-windows/</link>
		<comments>http://bureado.com/2010/10/24/importing-your-pgp-keyrings-in-windows/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 11:32:06 +0000</pubDate>
		<dc:creator>bureado</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[enigmail]]></category>
		<category><![CDATA[general]]></category>
		<category><![CDATA[gnupg]]></category>
		<category><![CDATA[openpgp]]></category>
		<category><![CDATA[pgp]]></category>
		<category><![CDATA[thunderbird]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://bureado.com/importing-your-pgp-keyrings-in-windows</guid>
		<description><![CDATA[Recently I had to encrypt some mails using Mozilla Thunderbird 3 in Microsoft Windows, and I wondered if it was possible to import my existing public and private keyrings from Debian into Windows. And yes, thanks to WinSCP (GPL), GnuPG (GPL) and E...<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bureado.com&#038;blog=29639218&#038;post=2620&#038;subd=bureado&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
				<content:encoded><![CDATA[<p>Recently I had to encrypt some mails using Mozilla Thunderbird 3 in Microsoft Windows, and I wondered if it was possible to import my existing public and private keyrings from Debian into Windows.</p>
<p>And yes, thanks to <a href="http://winscp.net/eng/download.php">WinSCP</a> (GPL), <a href="http://www.gnupg.org/download/index.en.html">GnuPG</a> (GPL) and <a href="http://enigmail.mozdev.org/home/index.php.html">Enigmail</a> (dual MPL/GPL), it’s a breeze.</p>
<p>Using WinSCP you can securely transfer the <tt>.gnupg/pubring.gpg</tt>, <tt>.gnupg/secring.gpg</tt>, <tt>.gnupg/trustdb.gpg</tt> files from your Linux profile into the <tt>%APPDATA%gnupg</tt> directory.</p>
<p>Then, given a Thunderbird setup with the Enigmail extension installed, and GnuPG also installed, it’s just a matter of running the Wizard under the “OpenPGP” menu inside Thunderbird.</p>
<p>If you have mail identities already setup, the sec/pub key combination for those identities will be enabled. Then it’s business as usual with Enigmail.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/bureado.wordpress.com/2620/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/bureado.wordpress.com/2620/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=bureado.com&#038;blog=29639218&#038;post=2620&#038;subd=bureado&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://bureado.com/2010/10/24/importing-your-pgp-keyrings-in-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/6681892d291c28467549b5a8e2cb1eaf?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bureado</media:title>
		</media:content>
	</item>
	</channel>
</rss>
