<?xml version="1.0"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
    <channel>
        <atom:link href="http://po.siosm.fr/feeds.xml" rel="self" type="application/rss+xml" />
        <title>po's blog | News</title>
        <link>http://po.siosm.fr/</link>
        <description>Security and Hacking related stuff</description>
        <language>en-us</language>
        <pubDate>Mon, 11 Jul 2016 03:41:46 +0200</pubDate>
        <lastBuildDate>Mon, 11 Jul 2016 03:41:46 +0200</lastBuildDate>
        <docs>http://cyber.law.harvard.edu/rss/rss.html</docs>
        <generator>brain.exe!</generator>
        <managingEditor>po@siosm.fr (Pierre-Olivier Vauboin)</managingEditor>
        <webMaster>po@siosm.fr (Pierre-Olivier Vauboin)</webMaster>
        <item>
            <title>MavLink telemetry to FrSky Taranis using a Teensy converter</title>
            <link>http://po.siosm.fr/writeups/frsky-taranis-telemetry.html</link>
            <guid>http://po.siosm.fr/writeups/frsky-taranis-telemetry.html</guid>
            <description>
&lt;p&gt;Recently I wanted to have sensors values from ArduPilot back into FrSky Taranis radio,
mostly to be able to see my quadcopter's current altitude and GPS ground speed.&lt;br /&gt;
The goal is to have a nice real time display of telemetry sensors on Taranis LCD screen.&lt;/p&gt;
&lt;p&gt;My quadcopter current setup is:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Flight Controller: &lt;a href=&quot;http://www.hobbyking.com/hobbyking/store/__56052__HKPilot_Mega_2_7_Flight_Controller_USB_GYRO_ACC_MAG_BARO.html&quot;&gt;HobbyKing APM 2.7&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Running &lt;a href=&quot;http://ardupilot.org/copter/index.html&quot;&gt;ArduCopter 3.2&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Radio Tx: &lt;a href=&quot;http://www.frsky-rc.com/product/pro.php?pro_id=113&quot;&gt;FrSky Taranis X9D&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Running &lt;a href=&quot;http://www.open-tx.org/downloads&quot;&gt;OpenTx 2.1.8&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;Receiver: &lt;a href=&quot;http://www.frsky-rc.com/product/pro.php?pro_id=105&quot;&gt;FrSky X8R&lt;/a&gt; (S-Port)&lt;/li&gt;
&lt;/ul&gt;
            </description>
            <pubDate>Sat, 09 Jul 2016 03:22:11 +0200</pubDate>
            <author>po@siosm.fr</author>
        </item>
        <item>
            <title>Solution to Codegate 2012 Net100</title>
            <link>http://po.siosm.fr/writeups/codegate-2012-net100.html</link>
            <guid>http://po.siosm.fr/writeups/codegate-2012-net100.html</guid>
            <description>
&lt;p&gt;Challenge (with Big-Daddy team) :&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;Someone has leaked very important documents. We couldn't find any proof without one PCAP file. But this file was damaged.

The password of disclosure document is very weakness and based on Time, can be found easily.
Cryptographic algorithm is below.

Msg = &quot;ThisIsNotARealEncryption!SeemToEncoding&quot;
Key = 0x20120224 (if date format is 2012/02/24 00:01:01)
Cryto = C(M) = Msg * Key = 0xa92fd3a82cb4eb2ad323d795322c34f2d809f78

Answer: Decrypt(Msg)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;Download : &lt;a href=&quot;/downloads/codegate-2012/A0EBE9F0416498632193F769867744A3&quot;&gt;A0EBE9F0416498632193F769867744A3&lt;/a&gt;&lt;/p&gt;
            </description>
            <pubDate>Sun, 26 Feb 2012 14:04:51 +0100</pubDate>
            <author>po@siosm.fr</author>
        </item>
        <item>
            <title>Phdays Quals 2011</title>
            <link>http://po.siosm.fr/writeups/phdays-quals-2011.html</link>
            <guid>http://po.siosm.fr/writeups/phdays-quals-2011.html</guid>
            <description>
&lt;p&gt;Earlier December I took part in the &lt;a href=&quot;http://phdays.com/ctf_quals.asp&quot;&gt;PHD CTF
Quals&lt;/a&gt; with two friends of mine (Alkino and
&lt;a href=&quot;http://tim.siosm.fr&quot;&gt;Siosm&lt;/a&gt;). Our notes are publicly available at
&lt;a href=&quot;http://fs.siosm.fr/ctf_phd_2011/&quot;&gt;fs.siosm.fr&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Keywords : phdays, ctf, scapy.&lt;/p&gt;
            </description>
            <pubDate>Thu, 22 Dec 2011 19:55:07 +0100</pubDate>
            <author>po@siosm.fr</author>
        </item>
        <item>
            <title>Solution to Virw's xc2 keygenme</title>
            <link>http://po.siosm.fr/writeups/virw-s-xc2-keygenme.html</link>
            <guid>http://po.siosm.fr/writeups/virw-s-xc2-keygenme.html</guid>
            <description>
&lt;p&gt;About one year ago, I submitted on &lt;a href=&quot;http://crackmes.de&quot;&gt;crackmes.de&lt;/a&gt; this
solution to the keygenme xc2 made by Virw. Unfortunately, crackmes.de has been
down for months by now, so I guess there is no harm to put both the challenge
and the solution on this blog.&lt;/p&gt;
&lt;p&gt;Keywords: &lt;a href=&quot;http://en.wikipedia.org/wiki/Keygenme&quot;&gt;keygen&lt;/a&gt;, windows,
&lt;a href=&quot;http://en.wikipedia.org/wiki/Crc32&quot;&gt;crc32&lt;/a&gt;.&lt;/p&gt;
            </description>
            <pubDate>Thu, 22 Dec 2011 18:43:01 +0100</pubDate>
            <author>po@siosm.fr</author>
        </item>
        <item>
            <title>Shellify : helper script for shellcoders</title>
            <link>http://po.siosm.fr/tools/shellify.html</link>
            <guid>http://po.siosm.fr/tools/shellify.html</guid>
            <description>
&lt;p&gt;Shellify is a little bash script designed to help programming
&lt;a href=&quot;http://en.wikipedia.org/wiki/Shellcode&quot;&gt;shellcodes&lt;/a&gt;. All it does is basically
compiling your asm file using &lt;a href=&quot;http://www.nasm.us/&quot;&gt;nasm&lt;/a&gt;, and then converting
it to an hexadecimal representation.&lt;/p&gt;
&lt;p&gt;You probably already own such a tool, and if you don't, then you should !&lt;/p&gt;
            </description>
            <pubDate>Thu, 22 Dec 2011 18:42:09 +0100</pubDate>
            <author>po@siosm.fr</author>
        </item>
        <item>
            <title>Challenges coming soon !</title>
            <link>http://po.siosm.fr/challenges/coming-soon.html</link>
            <guid>http://po.siosm.fr/challenges/coming-soon.html</guid>
            <description>
&lt;p&gt;The challenges section is empty for now.&lt;/p&gt;
&lt;p&gt;I am currently working on a few - hopefully - interesting challs, so expect to
find crackmes and network related stuff in the future.&lt;/p&gt;
            </description>
            <pubDate>Thu, 22 Dec 2011 18:41:30 +0100</pubDate>
            <author>po@siosm.fr</author>
        </item>
        <item>
            <title>Contact</title>
            <link>http://po.siosm.fr/about/contact.html</link>
            <guid>http://po.siosm.fr/about/contact.html</guid>
            <description>
&lt;p&gt;
I use several nicknames and accounts around the net, here are some :
&lt;/p&gt;

&lt;table&gt;
&lt;tr&gt;&lt;td&gt;email:&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;/images/email.png&quot;&gt;&amp;lt;antispam&amp;gt;&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;gpg:&lt;/td&gt;&lt;td&gt;&lt;a href=&quot;/downloads/povauboin.asc&quot;&gt;povauboin.asc&lt;/a&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;irc:&lt;/td&gt;&lt;td&gt;/nick po&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td&gt;forums:&lt;/td&gt;&lt;td&gt;/nick 5Hi31D&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;

&lt;p&gt;
Feel free to contact me.
&lt;/p&gt;

            </description>
            <pubDate>Thu, 22 Dec 2011 18:39:24 +0100</pubDate>
            <author>po@siosm.fr</author>
        </item>
    </channel>
</rss>
