<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Kismet - Tag - buzzdeee | Blog &amp; Projects</title>
        <link>https://buzzdeee.reitenba.ch/en/tags/kismet/</link>
        <description>Kismet - Tag - buzzdeee | Blog &amp; Projects</description>
        <generator>Hugo -- gohugo.io</generator><language>en</language><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Fri, 24 Apr 2026 16:24:29 &#43;0200</lastBuildDate><atom:link href="https://buzzdeee.reitenba.ch/en/tags/kismet/" rel="self" type="application/rss+xml" /><item>
    <title>Sniffing Invisible Signals: BTLE and Zigbee on OpenBSD</title>
    <link>https://buzzdeee.reitenba.ch/en/btle-zigbee-sniffing/</link>
    <pubDate>Fri, 24 Apr 2026 16:24:29 &#43;0200</pubDate>
    <author>buzzdeee</author>
    <guid>https://buzzdeee.reitenba.ch/en/btle-zigbee-sniffing/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/images/sniffing_invisible_signals_btle_zigbee.png" referrerpolicy="no-referrer">
            </div><p>In my previous posts, we&rsquo;ve journeyed through the process of <a href="/en/modern-kismet-on-openbsd/" rel="">Bridging the Gap: Bringing Modern Kismet to OpenBSD</a> and had some <a href="/en/fun-with-rtl-sdr/" rel="">Fun with RTL-SDR on OpenBSD</a> tracking planes and smart meters. Today, I’m diving deeper into the invisible signals surrounding us by shifting our focus to <strong>Bluetooth Low Energy (BTLE)</strong> and <strong>Zigbee</strong>.</p>
<p>I&rsquo;ve always been curious about what IoT devices around me are actually saying &ldquo;behind my back&rdquo; - fitness trackers, smart lightbulbs, and even toothbrushes are constantly &ldquo;advertising&rdquo; their presence. In this post, we will look at how to set up a professional-grade sniffing environment on <strong>OpenBSD</strong> using both the classic <a href="https://www.adafruit.com/product/2269" target="_blank" rel="noopener noreffer ">Adafruit Bluefruit Sniffer (nRF51822)</a> and the modern <a href="https://nicekeyboards.com/docs/nice-nano/" target="_blank" rel="noopener noreffer ">nRF52840 (specifically the nice!nano)</a>.</p>]]></description>
    <category>OpenBSD</category><category>Bluetooth</category><category>Zigbee</category><category>Thread</category><category>Security</category><category>Kismet</category><category>Wireshark</category>
    <hashtags>#OpenBSD #Bluetooth #Zigbee #Thread #Security #Kismet #Wireshark</hashtags>
    <shortdesc>
        Explore BTLE and Zigbee traffic on OpenBSD using nRF52840 hardware, Kismet, and Wireshark for real-time wireless analysis.
    </shortdesc>
    <image>
      
        https://buzzdeee.reitenba.ch/images/sniffing_invisible_signals_btle_zigbee.png
      
    </image>
</item>
<item>
    <title>Fun with RTL-SDR on OpenBSD: Planes, Meters, and Radio</title>
    <link>https://buzzdeee.reitenba.ch/en/fun-with-rtl-sdr/</link>
    <pubDate>Fri, 17 Apr 2026 21:36:52 &#43;0200</pubDate>
    <author>buzzdeee</author>
    <guid>https://buzzdeee.reitenba.ch/en/fun-with-rtl-sdr/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/images/fun-with-rtl-sdr.png" referrerpolicy="no-referrer">
            </div><p>Following up on my previous post about <a href="/en/modern-kismet-on-openbsd/" rel="">Bridging the Gap: Bringing Modern Kismet to OpenBSD</a>, it is time to explore the hardware that makes much of this wireless exploration possible. If you have a spare USB port and a €50 RTL-SDR dongle, you can turn your OpenBSD box into a powerful radio scanner.</p>
<h2 id="what-is-sdr">What is SDR?</h2>
<p><strong>Software Defined Radio (SDR)</strong> shifts the heavy lifting of radio signal processing from dedicated hardware circuits to software. Traditionally, if you wanted to listen to a new frequency or decode a new protocol, you needed a specific physical radio. With SDR, the hardware is simply a &ldquo;dumb&rdquo; front-end that digitizes a chunk of the RF spectrum; your CPU handles the demodulation and decoding.</p>]]></description>
    <category>OpenBSD</category><category>SDR</category><category>RTL-SDR</category><category>Radio</category><category>Kismet</category>
    <hashtags>#OpenBSD #SDR #RTL-SDR #Radio #Kismet</hashtags>
    <shortdesc>
        From tracking planes to reading smart meters, explore the versatile world of SDR on OpenBSD. No blobs, no fuss, just raw signal processing.
    </shortdesc>
    <image>
      
        https://buzzdeee.reitenba.ch/images/fun-with-rtl-sdr.png
      
    </image>
</item>
<item>
    <title>Bridging the Gap: Bringing Modern Kismet to OpenBSD</title>
    <link>https://buzzdeee.reitenba.ch/en/modern-kismet-on-openbsd/</link>
    <pubDate>Mon, 13 Apr 2026 21:39:43 &#43;0200</pubDate>
    <author>buzzdeee</author>
    <guid>https://buzzdeee.reitenba.ch/en/modern-kismet-on-openbsd/</guid>
    <description><![CDATA[<div class="featured-image">
                <img src="/images/modern-kismet.png" referrerpolicy="no-referrer">
            </div><p>For years, OpenBSD was stuck in a technical time-warp. While the rest of the world moved to Kismet &ldquo;Newcore&rdquo; -  with its powerful web-based UI, distributed capture, and multi-protocol support—the OpenBSD port remained anchored to the legacy ncurses version.</p>
<p>The core software, with some small patches, compiled fine, but there was a massive void: <strong>no Wifi capture driver for OpenBSD.</strong> To move forward and finally retire the ancient version, I had to build the engine: <code>capture_openbsd_wifi</code>.</p>]]></description>
    <category>OpenBSD</category><category>Kismet</category><category>SDR</category><category>Wireless</category><category>C&#43;&#43;</category><category>Ports</category>
    <hashtags>#OpenBSD #Kismet #SDR #Wireless #C&#43;&#43; #Ports</hashtags>
    <shortdesc>
        How a journey of code reduction, driver development, and a two-year wait finally brought modern Kismet to the OpenBSD ports tree.
    </shortdesc>
    <image>
      
        https://buzzdeee.reitenba.ch/images/modern-kismet.png
      
    </image>
</item>
</channel>
</rss>
