<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>John Aho</title>
    <description>There are 10 types of people in the world, those who understand binary and those who don't
</description>
    <link>http://johnaho.com//</link>
    <atom:link href="http://johnaho.com//feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Sun, 30 Jun 2019 21:33:26 -0700</pubDate>
    <lastBuildDate>Sun, 30 Jun 2019 21:33:26 -0700</lastBuildDate>
    <generator>Jekyll v3.8.5</generator>
    
      <item>
        <title>Trying out Jekyll for a change</title>
        <description>&lt;p&gt;Trying out Jekyll for a change. I like the whole idea of a static site but auto-generated.&lt;/p&gt;
&lt;p&gt;Wordpress is pretty nifty but it's very much overkill for what I wanted to run and much less secure than static html.&lt;/p&gt;
&lt;p&gt;If you want to go check it out it's here:&lt;a href=&quot;https://jekyllrb.com/&quot;&gt;https://jekyllrb.com/&lt;/a&gt;
It's also the markdown engine behind GithubPages.
&lt;/p&gt;
</description>
        <pubDate>Sun, 30 Jun 2019 12:55:11 -0700</pubDate>
        <link>http://johnaho.com//uncategorized/2019/06/30/switch-to-jekyll.html</link>
        <guid isPermaLink="true">http://johnaho.com//uncategorized/2019/06/30/switch-to-jekyll.html</guid>
        
        
        <category>Uncategorized</category>
        
      </item>
    
      <item>
        <title>Really nifty dataset for running static analysis against</title>
        <description>&lt;p&gt;NIST Collection of 100k Insecure Code Examples for Testing Static Analysis Tools' Ability to Spot 118 Different CWEs &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://samate.nist.gov/SRD/testsuite.php&quot;&gt;https://samate.nist.gov/SRD/testsuite.php&lt;/a&gt;&lt;/p&gt;
</description>
        <pubDate>Mon, 06 Nov 2017 12:55:11 -0700</pubDate>
        <link>http://johnaho.com//uncategorized/2017/11/06/really-nifty-dataset-for-running-static-analysis-against.html</link>
        <guid isPermaLink="true">http://johnaho.com//uncategorized/2017/11/06/really-nifty-dataset-for-running-static-analysis-against.html</guid>
        
        
        <category>Uncategorized</category>
        
      </item>
    
      <item>
        <title>Micro-controller Roundup!!</title>
        <description>&lt;p&gt;This is a really cool round up of $1 microcontrollers &lt;a href=&quot;https://jaycarlson.net/microcontrollers/&quot;&gt;https://jaycarlson.net/microcontrollers/&lt;/a&gt; by Jay Carlson&lt;/p&gt;
</description>
        <pubDate>Mon, 06 Nov 2017 12:51:36 -0700</pubDate>
        <link>http://johnaho.com//uncategorized/2017/11/06/micro-controller-roundup.html</link>
        <guid isPermaLink="true">http://johnaho.com//uncategorized/2017/11/06/micro-controller-roundup.html</guid>
        
        
        <category>Uncategorized</category>
        
      </item>
    
      <item>
        <title>Cloakify-Powershell</title>
        <description>&lt;p&gt;I just ported Cloakify to Powershell. &lt;/p&gt;
&lt;p&gt;The original project was written in Python 2.x and lets you turn any file into a text based list to avoid detection/suspicion.&lt;/p&gt;
&lt;p&gt;Today I'm releasing a Powershell port of Cloakify&lt;br /&gt;
&lt;a href=&quot;https://github.com/johnaho/Cloakify-Powershell&quot;&gt;https://github.com/johnaho/Cloakify-Powershell&lt;/a&gt;  &lt;/p&gt;
&lt;p&gt;You can use it to turn spreadsheets into lists of IP addresses, geo-cordinates, pokemon sightings etc in plain text then use the same tools to turn it back into the original file. &lt;/p&gt;
&lt;p&gt;Works with text and binary files. Tested with text and image files.&lt;/p&gt;
&lt;p&gt;Previously I had upgraded it to use Python 3&lt;br /&gt;
&lt;a href=&quot;https://github.com/johnaho/Cloakify/tree/python3&quot;&gt;https://github.com/johnaho/Cloakify/tree/python3&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I *haven't* tested python/powershell cloak/decloak inter-operability yet.&lt;/p&gt;
&lt;p&gt;A huge thanks to TryCatchHCF for putting out the original Cloakify in python!!!&lt;/p&gt;
</description>
        <pubDate>Fri, 21 Jul 2017 06:02:52 -0700</pubDate>
        <link>http://johnaho.com//uncategorized/2017/07/21/cloakify-powershell.html</link>
        <guid isPermaLink="true">http://johnaho.com//uncategorized/2017/07/21/cloakify-powershell.html</guid>
        
        
        <category>Uncategorized</category>
        
      </item>
    
      <item>
        <title>Upgraded Cloakify to Python3!</title>
        <description>&lt;p&gt;I upgraded Cloakify to Python3!&lt;/p&gt;
&lt;p&gt;I still have to test out prepend noise stuff but you can cloak/decloak files using python 3 now.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;https://github.com/johnaho/Cloakify&quot;&gt;Here it is&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;*Not the originator of Cloakify, just a fan.&lt;/p&gt;
</description>
        <pubDate>Mon, 10 Jul 2017 00:40:09 -0700</pubDate>
        <link>http://johnaho.com//uncategorized/2017/07/10/upgraded-cloakify-to-python3.html</link>
        <guid isPermaLink="true">http://johnaho.com//uncategorized/2017/07/10/upgraded-cloakify-to-python3.html</guid>
        
        
        <category>Uncategorized</category>
        
      </item>
    
      <item>
        <title>Playing with python again</title>
        <description>&lt;p&gt;I've been playing with python again. This weekend I remembered a neat project I'd seen a talk on &lt;a href=&quot;https://github.com/TryCatchHCF/Cloakify&quot;&gt;https://github.com/TryCatchHCF/Cloakify&lt;/a&gt; and played with it. &lt;/p&gt;
&lt;p&gt;Cloakify is a really cool steganography program written in python that lets you convert information into text lists so that it can be exfiltrated in plain sight, say from a remote server.&lt;/p&gt;
&lt;p&gt;I fixed one small issue with it and right now I'm in the process of converting it to Python3, now with more snek! I can cloak/decloak files using the star trek cipher but not the others just yet.  &lt;/p&gt;
&lt;p&gt;EDIT:&lt;br /&gt;
Turns out the error I was getting: &quot;'charmap' codec can't encode characters in position 3-4: character maps to &lt;undefined&gt;&quot;  was because the windows console not python.  A quick search (and up-boat) on stack overflow revealed that the answer was to run this in the command line &quot;chcp 65001&quot;. That did the trick and I was able to get it converted to python3. &lt;/p&gt;
&lt;p&gt;I'll be uploading the python3 version to github shortly.&lt;/p&gt;
</description>
        <pubDate>Sun, 09 Jul 2017 23:49:28 -0700</pubDate>
        <link>http://johnaho.com//uncategorized/2017/07/09/playing-with-python-again.html</link>
        <guid isPermaLink="true">http://johnaho.com//uncategorized/2017/07/09/playing-with-python-again.html</guid>
        
        
        <category>Uncategorized</category>
        
      </item>
    
      <item>
        <title>Worms make me WannaCry</title>
        <description>&lt;p&gt;If you have a windows computer, make sure it is up to date. If you have XP/win 2003/ win 8 - Microsoft has special patches for you to protect against this recent worm.  Good idea to patch up old systems because this worm was a doozy.  &lt;a href=&quot;https://blogs.technet.microsoft.com/msrc/2017/05/12/customer-guidance-for-wannacrypt-attacks/&quot;&gt;https://blogs.technet.microsoft.com/msrc/2017/05/12/customer-guidance-for-wannacrypt-attacks/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Special thanks to &lt;a href=&quot;https://twitter.com/MalwareTechBlog&quot;&gt;https://twitter.com/MalwareTechBlog&lt;/a&gt; for stopping the spread. They registered the kill switch domain and the worm stopped propagating. &lt;/p&gt;
&lt;p&gt;The vulnerability is still out there and waiting to byte so patch people!&lt;/p&gt;
</description>
        <pubDate>Sat, 13 May 2017 12:43:10 -0700</pubDate>
        <link>http://johnaho.com//uncategorized/2017/05/13/worms-make-me-wannacry.html</link>
        <guid isPermaLink="true">http://johnaho.com//uncategorized/2017/05/13/worms-make-me-wannacry.html</guid>
        
        
        <category>Uncategorized</category>
        
      </item>
    
      <item>
        <title>I'm an expert...</title>
        <description>&lt;p&gt;&lt;iframe width=&quot;560&quot; height=&quot;315&quot; src=&quot;https://www.youtube.com/embed/BKorP55Aqvg?rel=0&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;/p&gt;
&lt;p&gt;I've seen this happen a few times.&lt;/p&gt;
</description>
        <pubDate>Sun, 01 Feb 2015 15:49:35 -0700</pubDate>
        <link>http://johnaho.com//uncategorized/2015/02/01/im-an-expert.html</link>
        <guid isPermaLink="true">http://johnaho.com//uncategorized/2015/02/01/im-an-expert.html</guid>
        
        
        <category>Uncategorized</category>
        
      </item>
    
      <item>
        <title>Big changes are afoot</title>
        <description>&lt;p&gt;It's a new year and big changes are afoot. &lt;/p&gt;
&lt;p&gt;I've got a new home office with more space for electronic projects and more!&lt;/p&gt;
</description>
        <pubDate>Wed, 21 Jan 2015 16:25:50 -0700</pubDate>
        <link>http://johnaho.com//uncategorized/2015/01/21/big-changes-are-afoot.html</link>
        <guid isPermaLink="true">http://johnaho.com//uncategorized/2015/01/21/big-changes-are-afoot.html</guid>
        
        
        <category>Uncategorized</category>
        
      </item>
    
      <item>
        <title>Meet the Artist Reception out at Boyce Thompson Arboretum November 9th 1-4pm</title>
        <description>&lt;p&gt;&lt;a href=&quot;http://www.johnaho.com/wp-content/uploads/2014/11/artist_reception_meet_the_artist_JohnAho1.jpg&quot; target=&quot;_blank&quot;&gt;&lt;img src=&quot;http://www.johnaho.com/wp-content/uploads/2014/11/artist_reception_meet_the_artist_JohnAho1-300x200.jpg&quot; alt=&quot;artist_reception_meet_the_artist_JohnAho&quot; width=&quot;300&quot; height=&quot;200&quot; class=&quot;alignnone size-medium wp-image-90&quot; /&gt;&lt;/a&gt; &lt;/p&gt;
</description>
        <pubDate>Mon, 03 Nov 2014 06:19:06 -0700</pubDate>
        <link>http://johnaho.com//uncategorized/2014/11/03/meet-the-artist-reception-out-at-boyce-thompson-arboretum-november-9th-1-4pm.html</link>
        <guid isPermaLink="true">http://johnaho.com//uncategorized/2014/11/03/meet-the-artist-reception-out-at-boyce-thompson-arboretum-november-9th-1-4pm.html</guid>
        
        
        <category>Uncategorized</category>
        
      </item>
    
  </channel>
</rss>
