<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Writeups on srdusr</title><link>https://srdusr.com/blog/writeups/</link><description>Recent content in Writeups on srdusr</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 30 Aug 2026 23:11:47 +0200</lastBuildDate><atom:link href="https://srdusr.com/blog/writeups/index.xml" rel="self" type="application/rss+xml"/><item><title>25.7 Million Runs at a ClientHello</title><link>https://srdusr.com/blog/writeups/tls-clienthello-nested-tlvs/</link><pubDate>Sun, 08 Mar 2026 00:00:00 +0000</pubDate><guid>https://srdusr.com/blog/writeups/tls-clienthello-nested-tlvs/</guid><description>&lt;p&gt;Most web traffic is TLS now, which for a passive analyzer means most of the
interesting bytes are gone. One field survives: the Server Name Indication in
the ClientHello. It is sent in cleartext, in every TLS version, before
encryption starts, and it answers the question you usually have - &lt;em&gt;what was this
connection to?&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;Getting it out means parsing four levels of nested, attacker-supplied length
fields. It is the most structurally complex hand-rolled parser in packeteer,
and the one I trusted least.&lt;/p&gt;</description></item><item><title>An OOM in My Own pcapng Reader, Found on the First Fuzz Run</title><link>https://srdusr.com/blog/writeups/pcapng-reader-oom/</link><pubDate>Thu, 22 Jan 2026 00:00:00 +0000</pubDate><guid>https://srdusr.com/blog/writeups/pcapng-reader-oom/</guid><description>&lt;p&gt;packeteer reads and writes pcapng, so it can open a capture somebody else made.
That sentence is the whole threat model: a capture file is untrusted input, and
the reader is the code that touches it first.&lt;/p&gt;
&lt;p&gt;I had written the reader, tested it, and used it. Then I wired up
libFuzzer harnesses for every hand-rolled decoder in the project, plus the
pcapng reader and the full &lt;code&gt;summarize_packet()&lt;/code&gt; pipeline. The reader harness
found a bug on its first run.&lt;/p&gt;</description></item></channel></rss>