<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Mirage on yomimono - something to read</title>
    <link>http://localhost:1313/tags/mirage/</link>
    <description>Recent content in Mirage on yomimono - something to read</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 16 Jul 2018 19:00:00 +0000</lastBuildDate>
    <atom:link href="http://localhost:1313/tags/mirage/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Ditch That AWS Build Host</title>
      <link>http://localhost:1313/blog/2018/07/16/ditch-aws-build-host/</link>
      <pubDate>Mon, 16 Jul 2018 19:00:00 +0000</pubDate>
      <guid>http://localhost:1313/blog/2018/07/16/ditch-aws-build-host/</guid>
      <description>&lt;p&gt;In honor of the &lt;a href=&#34;https://www.transnational-strike.info/2018/05/17/call-to-all-amazon-workers-in-europe-in-july-a-european-general-strike/&#34;&gt;transnational strike on Amazon this week&lt;/a&gt;, here are instructions for moving your AWS unikernels to a cloud that used to claim it wasn&amp;rsquo;t evil.  You might also be interested in establishing &lt;a href=&#34;https://bigboy.us/other/aws/&#34;&gt;a picket line for your packets&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;This blog &lt;a href=&#34;http://localhost:1313/blog/2014/03/16/advancing-toward-the-mirage/&#34;&gt;originally ran on Amazon EC2&lt;/a&gt;.  Since early 2017, it&amp;rsquo;s been running on a different tech behemoth&amp;rsquo;s massive public cloud.  The deployment process is considerably easier and faster on this alternative public cloud &amp;ndash; I first saw it as a live demo given by &lt;a href=&#34;https://mjbright.github.io/&#34;&gt;Michael Bright&lt;/a&gt; and immediately knew I wanted to replace my AWS pipeline with it.  My AWS unikernel deployments required a secondary Linux host for building AMIs from a kernel image and usually took around 20 minutes from start to finish; GCP deployments can be done from my development host and take around 90 seconds.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Quick Guide to Quick Changes in MirageOS</title>
      <link>http://localhost:1313/blog/2015/11/26/quick-changes-in-mirageos/</link>
      <pubDate>Thu, 26 Nov 2015 12:14:50 +0000</pubDate>
      <guid>http://localhost:1313/blog/2015/11/26/quick-changes-in-mirageos/</guid>
      <description>&lt;p&gt;MirageOS is &lt;a href=&#34;https://github.com/mirage&#34;&gt;a collection of libraries&lt;/a&gt; and a system for assembling them into &lt;a href=&#34;http://unikernel.org&#34;&gt;unikernels&lt;/a&gt;.  What happens if you want to make changes to those libraries and test them with a new unikernel?&lt;/p&gt;&#xA;&lt;p&gt;Say, for example, I have a static website (like this blog) that I build in MirageOS.  I want to make some changes to the TCP implementation against which the blog is built.  In order to do that, I need to do all the following:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;figure out which module to change&lt;/li&gt;&#xA;&lt;li&gt;figure out which package provides that module&lt;/li&gt;&#xA;&lt;li&gt;get the source for that package and instruct the package manager to use it instead of the release&lt;/li&gt;&#xA;&lt;li&gt;make changes&lt;/li&gt;&#xA;&lt;li&gt;reinstall the package with your changes&lt;/li&gt;&#xA;&lt;li&gt;rebuild the unikernel completely&lt;/li&gt;&#xA;&lt;li&gt;see whether changes had the desired effect&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s a quick primer on how.&lt;/p&gt;</description>
    </item>
    <item>
      <title>OCaml Workshop and Strange Loop Talks</title>
      <link>http://localhost:1313/blog/2015/10/07/ocaml-workshop-and-strange-loop-talks/</link>
      <pubDate>Wed, 07 Oct 2015 11:05:43 +0000</pubDate>
      <guid>http://localhost:1313/blog/2015/10/07/ocaml-workshop-and-strange-loop-talks/</guid>
      <description>&lt;p&gt;As a result of great encouragement from colleagues and friends, I gave a few talks in September.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.youtube.com/watch?v=nUJYGFJDVVo&amp;amp;list=PLnqUlCo055hU46uoONmhYGUbYAK27Y6rS&amp;amp;index=12&#34;&gt;Persistent Networking with Irmin and MirageOS&lt;/a&gt;, which I gave at the &lt;a href=&#34;http://ocaml.org/meetings/ocaml/2015/&#34;&gt;OCaml Workshop&lt;/a&gt;, is a talk on sticking a persistent database into various levels of the network stack.  (It includes demonstrations from &lt;a href=&#34;http://somerandomidiot.com/blog/2015/04/24/what-a-distributed-version-controlled-ARP-cache-gets-you/&#34;&gt;What a Distributed, Version-Controlled ARP Cache Gets You&lt;/a&gt;, as well as &lt;a href=&#34;https://github.com/yomimono/simple-nat&#34;&gt;an Irmin-ified NAT device&lt;/a&gt; that I haven&amp;rsquo;t yet written up here.)  The &lt;a href=&#34;http://decks.openmirage.org/ocaml15-irminnet&#34;&gt;slides for my OCaml Workshop talk&lt;/a&gt; are also available.&lt;/p&gt;</description>
    </item>
    <item>
      <title>What a Distributed, Version-Controlled ARP Cache Gets You</title>
      <link>http://localhost:1313/blog/2015/04/24/what-a-distributed-version-controlled-ARP-cache-gets-you/</link>
      <pubDate>Fri, 24 Apr 2015 16:45:11 +0000</pubDate>
      <guid>http://localhost:1313/blog/2015/04/24/what-a-distributed-version-controlled-ARP-cache-gets-you/</guid>
      <description>&lt;p&gt;&lt;code&gt;git&lt;/code&gt; (and its distributed version control system friends &lt;code&gt;hg&lt;/code&gt; and &lt;code&gt;darcs&lt;/code&gt;) have some great properties.  Not only do you get a full history of changes on objects stored in them, you can get comments on changes, as well as branching and merging, which lets you do intermediate changes without messing up state for other entities which want to work with the repository.&lt;/p&gt;&#xA;&lt;p&gt;That&amp;rsquo;s all pretty cool.  I actually want that for some of my data structures, come to think of it.  Say, for example, a boring ol&amp;rsquo; key-value store which can be updated from a few different threads &amp;ndash; in this case, a cache that stores values it gets from the network and the querying/timeout code around it.  It would be nice if each thread could make a new branch, make its changes, then merge them into the primary branch once it&amp;rsquo;s done.&lt;/p&gt;&#xA;&lt;p&gt;It turns out you can totally do that with &lt;a href=&#34;https://github.com/mirage/irmin&#34;&gt;Irmin&lt;/a&gt;, &amp;ldquo;the database that never forgets&amp;rdquo;!  I did (and am still doing) a bit of work on sticking a modified version of the MirageOS address resolution protocol code&amp;rsquo;s data structures into Irmin:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ git log --all --decorate --oneline --graph&#xA;* 68216f3 (HEAD, primary, expire_1429688434.645130) Arp.tick: updating to age out old entries&#xA;* ec10c9a entry added: 192.168.3.1 -&amp;gt; 02:50:2a:16:6d:01&#xA;* 6446cef entry added: 10.20.254.2 -&amp;gt; 02:50:2a:16:6d:01&#xA;* 81cfa43 entry added: 10.50.20.22 -&amp;gt; 02:50:2a:16:6d:01&#xA;*   4e1e1c7 Arp.tick: merge expiry branch&#xA;|\  &#xA;| * cd787a0 (expire_1429688374.601896) Arp.tick: updating to age out old entries&#xA;* | 8df2ef7 entry added: 10.23.10.1 -&amp;gt; 02:50:2a:16:6d:01&#xA;|/  &#xA;* 8d11bba Arp.create: Initial empty cache&#xA;&lt;/code&gt;&lt;/pre&gt;</description>
    </item>
    <item>
      <title>Let&#39;s Play Network Address Translation: The Home Game</title>
      <link>http://localhost:1313/blog/2015/04/02/lets-play-network-address-translation/</link>
      <pubDate>Thu, 02 Apr 2015 14:53:00 +0000</pubDate>
      <guid>http://localhost:1313/blog/2015/04/02/lets-play-network-address-translation/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://localhost:1313/blog/2015/04/05/things-routers-do-network-address-translation/&#34;&gt;When last we spoke&lt;/a&gt;, I left you with a teaser about writing your own NAT implementation.  &lt;code&gt;iptables&lt;/code&gt; (and friends &lt;code&gt;nftables&lt;/code&gt; and &lt;code&gt;pf&lt;/code&gt;, to be a little less partisan and outdated) provide the interfaces to the kernel modules that implement NAT in many widely-used routers.  If we wanted to implement our own in a traditional OS, we&amp;rsquo;d have to either &lt;a href=&#34;http://kernelnewbies.org/FAQ&#34;&gt;take a big dive into kernel programming&lt;/a&gt; or &lt;a href=&#34;https://github.com/pkelsey/libuinet&#34;&gt;find a way to manipulate packets at the Ethernet layer in userspace&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;But if all we need to do is NAT traffic, why not just build something that only knows how to NAT traffic?  I&amp;rsquo;ve looked at building networked applications on top of (and with) the full network stack provided by the &lt;a href=&#34;http://openmirage.org&#34;&gt;MirageOS&lt;/a&gt; library OS a lot, but we can also build lower-level applications with fundamentally the same programming tactics and tools we use to write, for example, &lt;a href=&#34;http://hh360.user.srcf.net/blog/2015/03/part-3-running-your-own-dns-resolver-with-mirageos/&#34;&gt;DNS resolvers&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;h2 id=&#34;building-a-typical-stack-from-scratch&#34;&gt;Building A Typical Stack From Scratch&lt;/h2&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s have a look at the &lt;code&gt;ethif-v4&lt;/code&gt; example in the &lt;a href=&#34;http://github.com/mirage/mirage-skeleton&#34;&gt;mirage-skeleton example repository&lt;/a&gt;.  This example unikernel shows how to build a network stack &amp;ldquo;by hand&amp;rdquo; from a bunch of different functors, starting from a physical device (provided by &lt;code&gt;config.ml&lt;/code&gt; at build time, representing either a Xen backend if you configure with &lt;code&gt;mirage configure --xen&lt;/code&gt; or a Unix tuntap backend if you build with &lt;code&gt;mirage configure --unix&lt;/code&gt;).  I&amp;rsquo;ve reproduced the network setup bits from &lt;a href=&#34;https://github.com/mirage/mirage-skeleton/blob/694162bfa37b055786a1f4a0bb4c9ca7f08c9ef0/ethifv4/unikernel.ml&#34;&gt;the most recent version as of now&lt;/a&gt; and annotated them a bit:&lt;/p&gt;</description>
    </item>
    <item>
      <title>I Am Unikernel (And So Can You!)</title>
      <link>http://localhost:1313/blog/2014/08/17/i-am-unikernel/</link>
      <pubDate>Sun, 17 Aug 2014 23:47:13 +0000</pubDate>
      <guid>http://localhost:1313/blog/2014/08/17/i-am-unikernel/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://jvns.ca&#34;&gt;Julia Evans,&lt;/a&gt; prolific blogger and rad person, gave me several kind comments on the &amp;ldquo;Why I Unikernel&amp;rdquo; posts (&lt;a href=&#34;http://localhost:1313/blog/2014/08/11/attack-surface-area/&#34;&gt;security&lt;/a&gt;, &lt;a href=&#34;http://localhost:1313/blog/2014/08/14/my-content-is-mine/&#34;&gt;self-hosting&lt;/a&gt;).  She also asked, quite reasonably, whether I&amp;rsquo;d written a high-level summary of how I host my blog from a unikernel.  &amp;ldquo;No, but I should,&amp;rdquo; I said, and unlike most times I say I should do something, I actually did it.&lt;/p&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s the very-high-level overview:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;use brain to generate content that some human, somewhere, might want to read (hardest step)&lt;/li&gt;&#xA;&lt;li&gt;write all that stuff in Markdown&lt;/li&gt;&#xA;&lt;li&gt;use &lt;a href=&#34;http://www.octopress.org&#34;&gt;Octopress&lt;/a&gt; to generate a static site from that Markdown&lt;/li&gt;&#xA;&lt;li&gt;use &lt;a href=&#34;http://www.openmirage.org&#34;&gt;Mirage&lt;/a&gt; to build a unikernel with the blog content&lt;/li&gt;&#xA;&lt;li&gt;upload the unikernel to an EC2 instance running Linux&lt;/li&gt;&#xA;&lt;li&gt;build a new EC2 instance from the uploaded unikernel&lt;/li&gt;&#xA;&lt;li&gt;make sure that newly generated instance looks like my website with new content&lt;/li&gt;&#xA;&lt;li&gt;shut down the Linux host that made the new EC2 instance&lt;/li&gt;&#xA;&lt;li&gt;make &lt;code&gt;somerandomidiot.com&lt;/code&gt; point to the new EC2 instance&lt;/li&gt;&#xA;&lt;li&gt;kill the EC2 instance which previously served &lt;code&gt;somerandomidiot.com&lt;/code&gt;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;And below, one can find the gory details.&lt;/p&gt;</description>
    </item>
    <item>
      <title>My Content is Mine: Why I Unikernel, Part 2</title>
      <link>http://localhost:1313/blog/2014/08/13/my-content-is-mine/</link>
      <pubDate>Wed, 13 Aug 2014 15:33:52 +0000</pubDate>
      <guid>http://localhost:1313/blog/2014/08/13/my-content-is-mine/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://localhost:1313/blog/2014/08/11/attack-surface-area/&#34;&gt;Having a machine capable of executing arbitrary instructions on the public Internet is a responsibility&lt;/a&gt;, and it&amp;rsquo;s a fairly heavy one to assume just to run a blog.  Some people solve this by letting someone else take care of it &amp;ndash; GitHub, Tumblr, or Medium, for example.  I&amp;rsquo;m not so keen on that solution for a number of reasons, almost none of which are Internet-old-person crankery.&lt;/p&gt;&#xA;&lt;p&gt;First, and most emotionally: as dumb as my thoughts are, they&amp;rsquo;re &lt;em&gt;mine&lt;/em&gt;.  Not GitHub&amp;rsquo;s or Medium&amp;rsquo;s or any other group&amp;rsquo;s.  Most entities on the web don&amp;rsquo;t host user content out of the goodness of their heart; they&amp;rsquo;re getting something out of it, and it&amp;rsquo;s likely that they&amp;rsquo;re getting more out of it than the user is.  I&amp;rsquo;m reminded of the old MetaFilter maxim: &amp;ldquo;If you&amp;rsquo;re not paying for it, you&amp;rsquo;re not the consumer, you&amp;rsquo;re the product.&amp;rdquo;  Either someone&amp;rsquo;s making money off of you now or &lt;a href=&#34;http://idlewords.com/bt14.htm#ads&#34;&gt;they plan to do it later&lt;/a&gt;.  I don&amp;rsquo;t want to encourage that kind of behavior.  I just want to write things that people can read about how to make stuff work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Attack Surface: Why I Unikernel, Part 1</title>
      <link>http://localhost:1313/blog/2014/08/08/attack-surface-area/</link>
      <pubDate>Fri, 08 Aug 2014 14:17:43 +0000</pubDate>
      <guid>http://localhost:1313/blog/2014/08/08/attack-surface-area/</guid>
      <description>&lt;p&gt;Before I started this blog, I had started a few others at &lt;!-- raw HTML omitted --&gt;my other domain&lt;!-- raw HTML omitted --&gt; (now moribund).  Despite repeated attempts, I never could resign myself to doing systems administration for a web server that executed dynamic code, like that which powers WordPress or Drupal; I&amp;rsquo;d install such a framework, begin &lt;a href=&#34;http://blog.softlayer.com/2012/tips-and-tricks-how-to-secure-wordpress/&#34;&gt;locking the site down&lt;/a&gt;, realize that I&amp;rsquo;d spent a lot of time reassuring myself that the site was secure without believing it for a second, then delete the framework and revert the frontpage to an &lt;code&gt;index.html&lt;/code&gt; rather like what&amp;rsquo;s present there now.  Particularly ambitious iterations would get a post or two published before this cycle completed, now long-vanished.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Doing Nothing in Mirage</title>
      <link>http://localhost:1313/blog/2014/07/25/doing-nothing-in-mirage/</link>
      <pubDate>Fri, 25 Jul 2014 13:30:49 +0000</pubDate>
      <guid>http://localhost:1313/blog/2014/07/25/doing-nothing-in-mirage/</guid>
      <description>&lt;p&gt;It&amp;rsquo;s Northern Hemisphere summer right now, and in Wisconsin we&amp;rsquo;re having one of the loveliest ones I can remember.  Today the temperature is hovering right at pleasant, there are high clouds blowing across the sky, the breeze is soothing, and birds are singing all over the place.  It is not, in short, programming weather.  It is sit-outside, read-a-novel, do-nothing weather.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://flic.kr/p/jWqcS&#34;&gt;&lt;figure class=&#34;center&#34;&gt;&lt;img src=&#34;http://localhost:1313/images/bicycle_tree.jpg&#34;&#xA;    alt=&#34;Sunbeams stream through the leaves of a large tree, beneath which is a bicycle.&#34;&gt;&lt;figcaption&gt;&#xA;      &lt;h4&gt;Yes, this sort of thing.&lt;/h4&gt;&#xA;    &lt;/figcaption&gt;&#xA;&lt;/figure&gt;&#xA;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;We don&amp;rsquo;t often let our programs slack off, even when we let ourselves take a peaceful day.  I got to wondering (staring off into space, watching the shadows cast by sun-dappled leaves) what the most trivial, do-nothing Mirage project would look like, and how it could be constructed with a minimum of activity and a maximum of understanding.&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[] dothraki@iBook:~$ mkdir trivial&#xA;[] dothraki@iBook:~$ cd trivial/&#xA;[] dothraki@iBook:~/trivial$ ls -alh&#xA;total 16K&#xA;drwxrwxr-x   2 dothraki dothraki 4.0K Jul 23 13:17 .&#xA;drwxr-xr-x 161 dothraki dothraki  12K Jul 23 13:17 ..&#xA;[] dothraki@iBook:~/trivial$ mirage configure --xen&#xA;[ERROR]      No configuration file config.ml found.&#xA;You&amp;#39;ll need to create one to let Mirage know what to do.&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Okay, we&amp;rsquo;ll have to do at least one thing to make this work.  Mirage uses &lt;code&gt;config.ml&lt;/code&gt; to programmatically generate a &lt;code&gt;Makefile&lt;/code&gt; and &lt;code&gt;main.ml&lt;/code&gt; when you invoke &lt;code&gt;mirage --configure&lt;/code&gt;.  &lt;code&gt;main.ml&lt;/code&gt; uses instructions from &lt;code&gt;config.ml&lt;/code&gt; to satisfy module types representing driver requirements for your application, then begins running the threads you requested that it run.  That all sounds an awful lot like work; maybe we can get away with not asking for anything.&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[] dothraki@iBook:~/trivial$ touch config.ml&#xA;[] dothraki@iBook:~/trivial$ mirage configure --xen&#xA;Mirage      Using scanned config file: config.ml&#xA;Mirage      Processing: /home/dothraki/trivial/config.ml&#xA;Mirage      =&amp;gt; rm -rf /home/dothraki/trivial/_build/config.*&#xA;Mirage      =&amp;gt; cd /home/dothraki/trivial &amp;amp;&amp;amp; ocamlbuild -use-ocamlfind -tags annot,bin_annot -pkg mirage config.cmxs&#xA;empty       Using configuration: /home/dothraki/trivial/config.ml&#xA;empty       0 jobs []&#xA;empty       =&amp;gt; ocamlfind printconf path&#xA;empty       Generating: main.ml&#xA;empty       Now run &amp;#39;make depend&amp;#39; to install the package dependencies for this unikernel.&#xA;[] dothraki@iBook:~/trivial$ ls&#xA;_build  config.ml  empty.xl  log  main.ml  Makefile&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;That seems like a great start!  Maybe we can trivially achieve our dream of doing nothing.&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[] dothraki@iBook:~/trivial$ make depend&#xA;opam install mirage-xen --verbose&#xA;[NOTE] Package mirage-xen is already installed (current version is 1.1.1).&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Resting on our laurels.  Excellent.  (In keeping with the lazy theme of this post, I&amp;rsquo;ll elide the &lt;code&gt;make depend&lt;/code&gt; step from future examples, but if you&amp;rsquo;re playing along at home you may discover that you need to run it when you introduce new complexity in pursuit of perfect non-action.)&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;[] dothraki@iBook:~/trivial$ make&#xA;ocamlbuild -classic-display -use-ocamlfind -pkgs lwt.syntax,mirage-types.lwt -tags &amp;#34;syntax(camlp4o),annot,bin_annot,strict_sequence,principal&amp;#34; -cflag -g -lflags -g,-linkpkg,-dontlink,unix main.native.o&#xA;ocamlfind ocamldep -package mirage-types.lwt -package lwt.syntax -syntax camlp4o -modules main.ml &amp;gt; main.ml.depends&#xA;ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package mirage-types.lwt -package lwt.syntax -syntax camlp4o -o main.cmo main.ml&#xA;+ ocamlfind ocamlc -c -g -annot -bin-annot -principal -strict-sequence -package mirage-types.lwt -package lwt.syntax -syntax camlp4o -o main.cmo main.ml&#xA;File &amp;#34;main.ml&amp;#34;, line 8, characters 2-13:&#xA;Error: Unbound module OS&#xA;Command exited with code 2.&#xA;make: *** [main.native.o] Error 10&#xA;[] dothraki@iBook:~/trivial$ &#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Oh, bother.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Set the Evil Bit</title>
      <link>http://localhost:1313/blog/2014/07/08/how-to-set-the-evil-bit/</link>
      <pubDate>Tue, 08 Jul 2014 15:23:55 +0000</pubDate>
      <guid>http://localhost:1313/blog/2014/07/08/how-to-set-the-evil-bit/</guid>
      <description>&lt;p&gt;Our mission: fuzzing &lt;a href=&#34;http://localhost:1313/blog/2014/07/07/parsers-optional/&#34;&gt;TCP options&lt;/a&gt; from &lt;code&gt;scapy&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Our target: the &lt;code&gt;echo&lt;/code&gt; service from &lt;code&gt;mirage-tcpip/examples/services.ml&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;Outcome: a revision on a widely-used OCaml dependency, gleeful murder and resurrection of several EC2 instances, something to brag to my mom about, a look at a case worse than failure, and great justice.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Parsers Optional</title>
      <link>http://localhost:1313/blog/2014/07/07/parsers-optional/</link>
      <pubDate>Mon, 07 Jul 2014 12:49:38 +0000</pubDate>
      <guid>http://localhost:1313/blog/2014/07/07/parsers-optional/</guid>
      <description>&lt;p&gt;Friends, I have spoken to you of &lt;a href=&#34;http://localhost:1313/blog/2014/06/03/the-minnesota-goodbye/&#34;&gt;TCP&lt;/a&gt; and of &lt;a href=&#34;http://localhost:1313/blog/2014/05/22/throwing-some-fuzzy-dice/&#34;&gt;fuzzing&lt;/a&gt;.  Next I will speak to you of both, but today, I will speak to you of TCP options.  If you&amp;rsquo;re here for the pwnage, sit tight; it&amp;rsquo;s coming.&lt;/p&gt;&#xA;&lt;h3 id=&#34;what-even-is-tcp-anyway&#34;&gt;What Even Is TCP Anyway&lt;/h3&gt;&#xA;&lt;p&gt;Here&amp;rsquo;s the lazy way of explaining it: TCP is the abstraction layer that allows you to pretend that network communication works in a logical, orderly, reliable fashion when you&amp;rsquo;re writing an application.  Reading data and having it always be in the order it was sent?  TCP.  Being able to know whether a connection is open or closed?  TCP.  Knowing the difference between data coming from two separate processes on the same remote host?  TCP.  (There are other ways to get these guarantees, but the vast majority of Internet traffic that needs them gets them via TCP.)&lt;/p&gt;&#xA;&lt;p&gt;On a less abstract level, TCP is a header (one of several!) that your operating system slaps on your network traffic before shipping it over the wire, on the way to its final destination.  For damn near all the information on TCP you can shake a stick at, you can consult &lt;a href=&#34;http://www.rfc-editor.org/rfc/rfc793.txt&#34;&gt;RFC 793&lt;/a&gt; directly.  The header summary, most relevant for our exploration, is reproduced below:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;0                   1                   2                   3   &#xA;0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 &#xA;+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&#xA;|          Source Port          |       Destination Port        |&#xA;+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&#xA;|                        Sequence Number                        |&#xA;+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&#xA;|                    Acknowledgment Number                      |&#xA;+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&#xA;|  Data |           |U|A|P|R|S|F|                               |&#xA;| Offset| Reserved  |R|C|S|S|Y|I|            Window             |&#xA;|       |           |G|K|H|T|N|N|                               |&#xA;+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&#xA;|           Checksum            |         Urgent Pointer        |&#xA;+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&#xA;|                    Options                    |    Padding    |&#xA;+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&#xA;|                             data                              |&#xA;+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Everything here is a fixed-length field except for &lt;code&gt;Options&lt;/code&gt;, &lt;code&gt;Padding&lt;/code&gt;, and &lt;code&gt;data&lt;/code&gt;, all of which are optional.  &lt;code&gt;Data&lt;/code&gt; is up to the application, when it&amp;rsquo;s present (and is also frequently referred to as &lt;code&gt;payload&lt;/code&gt;).  When you loaded this web page, TCP packets were sent from my server at &lt;code&gt;somerandomidiot.com&lt;/code&gt; to your computer, and the contents of the &lt;code&gt;data&lt;/code&gt; field were these very words that you&amp;rsquo;re reading right now.  TCP is &lt;code&gt;data&lt;/code&gt;-agnostic; it only cares that your payload arrives intact, not what&amp;rsquo;s in it.&lt;/p&gt;&#xA;&lt;p&gt;&lt;code&gt;Options&lt;/code&gt;, on the other hand, are very much TCP&amp;rsquo;s concern.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Minnesota Goodbye</title>
      <link>http://localhost:1313/blog/2014/06/03/the-minnesota-goodbye/</link>
      <pubDate>Tue, 03 Jun 2014 13:28:43 +0000</pubDate>
      <guid>http://localhost:1313/blog/2014/06/03/the-minnesota-goodbye/</guid>
      <description>&lt;p&gt;Looking into some of the &lt;a href=&#34;http://localhost:1313/blog/2014/05/22/throwing-some-fuzzy-dice/&#34;&gt;results from last week&amp;rsquo;s fuzzing session&lt;/a&gt;, I noticed something interesting:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;$ tcpdump -r experimenting_with_pathoc.pcap &amp;#39;src host 192.168.2.24 and tcp[13] &amp;amp; 1 != 0&amp;#39;&#xA;reading from file experimenting_with_pathoc.pcap, link-type EN10MB (Ethernet)&#xA;$&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Let&amp;rsquo;s translate that into human.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;code&gt;tcpdump -r experimenting_with_pathoc.pcap&lt;/code&gt;: use &lt;a href=&#34;http://www.danielmiessler.com/study/tcpdump/&#34;&gt;tcpdump&lt;/a&gt; to read an existing packet trace named &lt;code&gt;experimenting_with_pathoc.pcap&lt;/code&gt;.&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;src host 192.168.2.24&lt;/code&gt;: show me only packets that were sent by &lt;code&gt;192.168.2.24&lt;/code&gt;, which is the IP address of a running unikernel that&amp;rsquo;s serving web pages on port 80.&lt;/li&gt;&#xA;&lt;li&gt;&lt;code&gt;and tcp[13] &amp;amp; 1 != 0&lt;/code&gt;: of the packets sent by &lt;code&gt;192.168.2.24&lt;/code&gt;, show me only those where the least significant bit of the 13th byte of the TCP header was not zero.  The 13th byte of the TCP header is designated for flags relevant to how the packet should be processed by the &lt;a href=&#34;http://tcpipguide.com/free/t_TCPOperationalOverviewandtheTCPFiniteStateMachineF-2.htm&#34;&gt;TCP state machine&lt;/a&gt;, and the least significant bit corresponds to the &lt;code&gt;FIN&lt;/code&gt; flag, used to initiate graceful connection closures.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;All together, &amp;ldquo;show me all the packets sent by 192.168.2.24 which initiated a graceful connection closure.&amp;rdquo;  &lt;code&gt;tcpdump&lt;/code&gt; helpfully shows us&amp;hellip; all zero such packets in the trace.&lt;/p&gt;&#xA;&lt;p&gt;This isn&amp;rsquo;t necessarily wrong for a webserver implementing HTTP/1.1, which defaults to persistent connections:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;8.1.2 Overall Operation&lt;/p&gt;&#xA;&lt;p&gt;A significant difference between HTTP/1.1 and earlier versions of&#xA;HTTP is that persistent connections are the default behavior of any&#xA;HTTP connection. That is, unless otherwise indicated, the client&#xA;SHOULD assume that the server will maintain a persistent connection,&#xA;even after error responses from the server.&#xA;&amp;ndash; RFC 2616&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;So let&amp;rsquo;s make something that &lt;em&gt;will&lt;/em&gt; try to initiate a connection closure.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Throwing Some Fuzzy Dice</title>
      <link>http://localhost:1313/blog/2014/05/22/throwing-some-fuzzy-dice/</link>
      <pubDate>Thu, 22 May 2014 10:42:56 +0000</pubDate>
      <guid>http://localhost:1313/blog/2014/05/22/throwing-some-fuzzy-dice/</guid>
      <description>&lt;p&gt;I mentioned &lt;a href=&#34;http://localhost:1313/blog/2014/04/23/verb-your-own-noun/index.html&#34;&gt;a while ago&lt;/a&gt; that the &lt;a href=&#34;http://www.openmirage.org&#34;&gt;Mirage project&lt;/a&gt; agreed to have me on board, through the &lt;a href=&#34;https://opw.gnome.org&#34;&gt;OPW internship project&lt;/a&gt;, for the summer.  We started on Monday, and I&amp;rsquo;ve already had a lot of fun!&lt;/p&gt;&#xA;&lt;p&gt;Officially, my job for the summer is to help shore up the network stack in Mirage, in part by running the current code through its paces, and in part through implementing some new functionality.  This first week, I continued some work I started at the end of Hacker School - figuring out how to fuzz some strange (and not-so-strange) corners, and how to wrangle the data I got out of doing so.&lt;/p&gt;&#xA;&lt;h2 id=&#34;fuzz-what-now&#34;&gt;Fuzz What Now?&lt;/h2&gt;&#xA;&lt;p&gt;Let&amp;rsquo;s step back.  Way, way, way back.&lt;/p&gt;&#xA;&lt;p&gt;If you&amp;rsquo;re a computer program, and you have some data that you care about, your data is likely in some kind of structure reflecting an underlying order to that data.  Objects are a common way to organize this stuff; dictionaries, hashmaps, lists, arrays, trees, the list goes on.  That&amp;rsquo;s all well and good when your program is running, keeping all this stuff in memory.  But it happens depressingly often that you need to dump this stuff to permanent storage, or express it in some way to some other program or another computer, or represent it on the screen because something awful has happened, and you can&amp;rsquo;t just say &amp;ldquo;&lt;code&gt;memory address 0x52413abd&lt;/code&gt;, &lt;code&gt;memory address 0x52413cda&lt;/code&gt;, &lt;code&gt;memory address 0x52413ea2&lt;/code&gt;&amp;rdquo; - these things are meaningless outside the context of the current run of that program.&lt;/p&gt;&#xA;&lt;p&gt;So we have &lt;a href=&#34;https://en.wikipedia.org/wiki/Serialization&#34;&gt;serialization&lt;/a&gt;, the high-level concept for the jillion different ways to take that data and put it in a string, or a binary data format, so something else can read that string and reassemble the structure of the data.  That&amp;rsquo;s deserialization, which implies parsing; parsing is &lt;a href=&#34;https://en.wikipedia.org/wiki/Abstract_syntax_tree&#34;&gt;a pretty big deal&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;When the data you&amp;rsquo;re attempting to assemble into a structure is as you expect it and everything is correct, parsing&amp;rsquo;s no problem.  But it frequently happens that everything is not as you expect it, for any number of reasons - the programmer who made the program that made the message made a mistake; the programmer who made the program that reads the message made a mistake; the programs reading and writing the message are using different versions of the specification in the first place; the specification wasn&amp;rsquo;t specific about whether the third byte&amp;rsquo;s range from 0 to 5 was inclusive or exclusive and each programmer made a different decision; both programs agree, but the message was corrupted in transit; the message was corrupted in transit, and one program has implemented a different corruption recovery algorithm than the other&amp;hellip; I&amp;rsquo;ll stop now, but I could keep going for a long time.&lt;/p&gt;&#xA;&lt;p&gt;There are a lot of bad messages out there.  It&amp;rsquo;s hard to make your parser do the right thing when it receives an arbitrary bad message.  It can be hard to even know that your parser does the &lt;em&gt;wrong&lt;/em&gt; thing when it receives an arbitrary bad message - if you thought of a certain kind of bad message to use in testing, of course you fixed your code to deal with it; you thought of it!  But there are almost certainly loads more bad messages out there than the ones you thought of - both by chance, and &lt;a href=&#34;http://insecure.org/sploits/ping-o-death.html&#34;&gt;by design&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;If humans can&amp;rsquo;t make enough bad messages, maybe computers can.  Randomly generating a whole mess of bad messages, sending them to your program, and seeing what happens is called fuzz testing, and it&amp;rsquo;s awesome.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Verb Your Own Noun</title>
      <link>http://localhost:1313/blog/2014/04/23/verb-your-own-noun/</link>
      <pubDate>Wed, 23 Apr 2014 12:03:04 +0000</pubDate>
      <guid>http://localhost:1313/blog/2014/04/23/verb-your-own-noun/</guid>
      <description>&lt;p&gt;This blog has been running on a &lt;a href=&#34;http://www.openmirage.com&#34;&gt;Mirage OS unikernel&lt;/a&gt; hosted on &lt;a href=&#34;http://ec2.aws.amazon.com&#34;&gt;Amazon EC2&lt;/a&gt; since April 3rd:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-bash&#34; data-lang=&#34;bash&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;$ ec2-get-console-output --region the-best-region i-0123abcd&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;2014-04-03T16:42:58+0000&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;Xen Minimal OS!&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;In that time, I&amp;rsquo;ve done some stuff:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;submitted &lt;a href=&#34;http://www.github.com/mirage/mirage-tcpip/pull/48&#34;&gt;a successful pull request to Mirage&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;made a permanent home for &lt;a href=&#34;http://www.github.com/yomimono/glow-cloud&#34;&gt;Secret Project Glow Cloud&amp;rsquo;s code&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;successfully applied to &lt;a href=&#34;https://gnome.org/opw/&#34;&gt;the Outreach Program for Women&lt;/a&gt; to work on Mirage some more&lt;/li&gt;&#xA;&lt;li&gt;broke and fixed my OCaml development environment repeatedly&lt;/li&gt;&#xA;&lt;li&gt;sang in public in front of other Hacker Schoolers&lt;/li&gt;&#xA;&lt;li&gt;looked at &lt;a href=&#34;http://www.metmuseum.org&#34;&gt;a lot&lt;/a&gt; of &lt;a href=&#34;http://www.brooklynmuseum.org&#34;&gt;neat objects&lt;/a&gt; and &lt;a href=&#34;http://www.themorgan.org&#34;&gt;buildings&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;started work on a &lt;a href=&#34;https://www.owasp.org/index.php/Fuzzing&#34;&gt;fuzzing&lt;/a&gt; framework to scratch my own itch for testing network clients&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;I figured it was time to tell you about some of it, but first I did some other stuff:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;upgraded some packages on my build machine&lt;/li&gt;&#xA;&lt;li&gt;broke the build on my blog&lt;/li&gt;&#xA;&lt;li&gt;learned about how Mirage makefiles are generated by trying to get mine working again&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;You&amp;rsquo;d rather hear about all of that, right?&lt;/p&gt;</description>
    </item>
    <item>
      <title>Arriving At the Mirage</title>
      <link>http://localhost:1313/blog/2014/03/24/arriving-at-the-mirage/</link>
      <pubDate>Mon, 24 Mar 2014 17:57:37 +0000</pubDate>
      <guid>http://localhost:1313/blog/2014/03/24/arriving-at-the-mirage/</guid>
      <description>&lt;p&gt;When last we left our hero, I was strugging valiantly to get a &lt;a href=&#34;http://www.openmirage.org&#34;&gt;Mirage unikernel&lt;/a&gt; version of this blog running on Amazon EC2.  All unikernels built and shipped off to EC2 would begin booting, but never become pingable or reachable on TCP port 80.  &lt;code&gt;ec2-get-console-output&lt;/code&gt; on any instance running a Mirage unikernel would show the beginning stages of a &lt;a href=&#34;http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol&#34;&gt;DHCP transaction&lt;/a&gt;, then the disappointing &lt;code&gt;RX exn Invalid_argument(&amp;quot;String.sub&amp;quot;)&lt;/code&gt;, then&amp;hellip; silence.&lt;/p&gt;&#xA;&lt;p&gt;When all you had for many years was a hammer, stuff is still going to look an awful lot like nails to you, even if it&amp;rsquo;s pretty distinctly screw-shaped.  I wanted to take a &lt;a href=&#34;http://www.tcpdump.org&#34;&gt;packet trace&lt;/a&gt; of this transaction pretty badly.  I could do three things that were &lt;em&gt;almost&lt;/em&gt; like this:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;get a packet trace of another machine getting a DHCP lease on EC2&lt;/li&gt;&#xA;&lt;li&gt;get a packet trace of a unikernel getting a DHCP lease on my local Xen server&lt;/li&gt;&#xA;&lt;li&gt;print out an awful lot of diagnostic data from the EC2 unikernel and read it from the console&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Trying to draw some conclusions from the first option above led me down the wrong path for about a day or so.  I did manage to cause the DHCP client to fail on my local Xen server by sending a DHCP reply packet with no &lt;code&gt;server-identifier&lt;/code&gt; set, using &lt;code&gt;scapy&lt;/code&gt; and some hackery to cause the &lt;code&gt;xid&lt;/code&gt; to always match:&lt;/p&gt;</description>
    </item>
    <item>
      <title>Advancing Toward the Mirage</title>
      <link>http://localhost:1313/blog/2014/03/16/advancing-toward-the-mirage/</link>
      <pubDate>Sun, 16 Mar 2014 15:11:09 +0000</pubDate>
      <guid>http://localhost:1313/blog/2014/03/16/advancing-toward-the-mirage/</guid>
      <description>&lt;p&gt;I left off last time telling you about &lt;a href=&#34;http://localhost:1313/blog/2014/03/14/its-a-mirage/&#34;&gt;getting Mirage to not work&lt;/a&gt;.  I&amp;rsquo;m still working hard to get this blog &amp;ndash; yes, this one you&amp;rsquo;re reading now &amp;ndash; up and running as a unikernel on EC2.&lt;/p&gt;&#xA;&lt;p&gt;It became clear to me last week that I needed to fork my own instance of the &lt;code&gt;mirage-tcpip&lt;/code&gt; repository and compile my kernels with it, if I were to make any progress in debugging the DHCP problems I was having.  A few naive attempts to monkey with version of &lt;code&gt;mirage-tcpip&lt;/code&gt; downloaded by &lt;code&gt;opam&lt;/code&gt; weren&amp;rsquo;t successful, so I set about to figure out how actual OCaml developers develop in OCaml with &lt;code&gt;opam&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;p&gt;First stop: &lt;a href=&#34;https://opam.ocaml.org/doc/Developing.html&#34;&gt;the opam documentation on doing tricky things.&lt;/a&gt;  This is a little short of a step-by-step &amp;ldquo;do this, dorp&amp;rdquo; guide, unfortunately; here&amp;rsquo;s what I end up doing, and it sorta seems to work.&lt;/p&gt;</description>
    </item>
    <item>
      <title>It&#39;s a mirage! (Or, how to shave a yak.)</title>
      <link>http://localhost:1313/blog/2014/03/14/its-a-mirage/</link>
      <pubDate>Fri, 14 Mar 2014 15:53:00 +0000</pubDate>
      <guid>http://localhost:1313/blog/2014/03/14/its-a-mirage/</guid>
      <description>&lt;p&gt;A week or so ago, I heard about the &lt;a href=&#34;http://www.openmirage.org&#34;&gt;Mirage project&lt;/a&gt;, a library OS project that makes tiny virtual machines running on top of Xen to run a given application, and do nothing else.  I was intrigued, and started working through &lt;a href=&#34;http://www.openmirage.org/wiki/hello-world&#34;&gt;the excellent intro documentation&lt;/a&gt;, and got to the point where I wanted to replace my ho-hum statically-compiled blog hosted from &lt;a href=&#34;https://wiki.ubuntu.com/LTS&#34;&gt;Ubuntu LTS&lt;/a&gt; with a unikernel that would serve my static site and do nothing else.&lt;/p&gt;&#xA;&lt;p&gt;There are excellent instructions on doing this with a Jekyll site on &lt;a href=&#34;http://amirchaudhry.com/from-jekyll-to-unikernel-in-fifty-lines/&#34;&gt;Amir Chaudhry&amp;rsquo;s blog&lt;/a&gt;.  Octopress, which I use to generate this site, is built on top of Jekyll, and I only had a few extra goodies to throw in before I was able to make a unikernel that would run my blog with a few &lt;code&gt;rake&lt;/code&gt; invocations.  After getting the first unikernel up and running via Xen on my laptop, I entertained myself by throwing a few &lt;code&gt;nmap&lt;/code&gt; commands at it; I was particularly curious to see whether my unikernel knew what to do with UDP packets:&lt;/p&gt;&#xA;&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;sudo nmap -sO 192.168.2.13&#xA;&#xA;Starting Nmap 6.40 ( http://nmap.org ) at 2014-03-14 23:26 EDT&#xA;Nmap scan report for 192.168.2.13&#xA;Host is up (0.00037s latency).&#xA;Not shown: 254 open|filtered protocols&#xA;PROTOCOL STATE SERVICE&#xA;1        open  icmp&#xA;6        open  tcp&#xA;MAC Address: 00:16:3E:53:E0:1B (Xensource)&#xA;&#xA;Nmap done: 1 IP address (1 host up) scanned in 17.72 seconds&#xA;&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;Hee hee hee.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
