<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Hardware on Insinuator.net - Bold Statements</title>
    <link>https://insinuator.net/tags/hardware/</link>
    <description>Recent content in Hardware on Insinuator.net - Bold Statements</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 26 Jun 2025 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://insinuator.net/tags/hardware/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Security Advisory: Airoha-based Bluetooth Headphones and Earbuds</title>
      <link>https://insinuator.net/2025/06/security-advisory-airoha-based-bluetooth-headphones-and-earbuds/</link>
      <pubDate>Thu, 26 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2025/06/security-advisory-airoha-based-bluetooth-headphones-and-earbuds/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Important note:&lt;/strong&gt; Some media coverage on this topic falsely or inaccurately&#xA;depicts the attack conditions. To be clear: Any vulnerable device can be&#xA;compromised if the attacker is in Bluetooth range. That is the only&#xA;precondition.&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;During our research on Bluetooth headphones and earbuds, we identified several&#xA;vulnerabilities in devices that incorporate Airoha Systems on a Chip (SoCs). In&#xA;this blog post, we briefly want to describe the vulnerabilities, point out their&#xA;impact and provide some context to currently running patch delivery processes as&#xA;described at this year’s&#xA;&lt;a href=&#34;https://troopers.de/troopers25/talks/fbnb8y/&#34;&gt;TROOPERS Conference&lt;/a&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Using the Raspberry Pi Pico W as a Bluetooth Dongle</title>
      <link>https://insinuator.net/2025/06/using-the-raspberry-pi-pico-w-as-a-bluetooth-dongle/</link>
      <pubDate>Fri, 13 Jun 2025 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2025/06/using-the-raspberry-pi-pico-w-as-a-bluetooth-dongle/</guid>
      <description>&lt;p&gt;During our recent research, we experimented with different Bluetooth USB&#xA;dongles. There are tons of options, and sometimes, it’s challenging to determine&#xA;what chipset a dongle actually contains, what Bluetooth features it supports,&#xA;and whether it works on Linux. Inspired by the recent&#xA;&lt;a href=&#34;https://www.tarlogic.com/blog/esp32-hidden-hci-vendor-commands/&#34;&gt;ESP32 Bluetooth research&lt;/a&gt;,&#xA;we wondered whether we could turn our Raspberry Pi Pico Ws into a functioning&#xA;Bluetooth dongle. We had a few lying around, and the advantage here is that we&#xA;know exactly which&#xA;&lt;a href=&#34;https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html&#34;&gt;Bluetooth controller it uses&lt;/a&gt;&#xA;– the Infineon CYW43439. It’s also very easy to get one. You can just buy the&#xA;Pico W for a few bucks, even cheaper than some Bluetooth dongles. You also have&#xA;a controller family that has been researched quite a bit in the&#xA;&lt;a href=&#34;https://github.com/seemoo-lab/internalblue/&#34;&gt;internalblue project&lt;/a&gt;. However,&#xA;there was one disadvantage. We did not find any code that exposes the CYW43439’s&#xA;HCI interface via USB. So we had to write that on our own.&lt;/p&gt;</description>
    </item>
    <item>
      <title>BMBF UNCOVER – Monitoring von Sicherheitsvorfällen in Fahrzeugen</title>
      <link>https://insinuator.net/2024/06/bmbf-uncover-monitoring-von-sicherheitsvorf%C3%A4llen-in-fahrzeugen/</link>
      <pubDate>Fri, 21 Jun 2024 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2024/06/bmbf-uncover-monitoring-von-sicherheitsvorf%C3%A4llen-in-fahrzeugen/</guid>
      <description>&lt;h4 id=&#34;english-abstract&#34;&gt;English Abstract&lt;/h4&gt;&#xA;&lt;p&gt;For the realization and introduction of autonomous vehicles, the safe interaction of functions, systems and services as well as their monitoring over the entire product life cycle is essential. An exclusive security-by-design approach is no longer sufficient and must be continuously supported by feedback obtained from in-the-wild operation. This is where the recently successfully completed joint project BMBF UNCOVER comes into play, which targets the requirements of the standards &lt;em&gt;ISO/SAE 21434 (Road vehicles – Cybersecurity engineering)&lt;/em&gt; and &lt;em&gt;ISO 21448 (Road vehicles – Safety of the intended functionality (SOTIF))&lt;/em&gt;.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A Life Without Vendors Binary Blobs</title>
      <link>https://insinuator.net/2017/08/a-life-without-vendors-binary-blobs/</link>
      <pubDate>Mon, 07 Aug 2017 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2017/08/a-life-without-vendors-binary-blobs/</guid>
      <description>&lt;p&gt;This blogpost will be about my first steps with coreboot and libreboot and a life with as few proprietary firmware blobs as possible. My main motivation were the latest headlines about fancy firmware things like Intel ME, Computrace and UEFI backdoors. This post is not intended to be about a as much as possible hardened system or about coreboot/libreboot being more secure, but rather to be able to look into every part of software running on that system if you want to.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Setting up a Research Environment for IP Cameras</title>
      <link>https://insinuator.net/2016/10/setting-up-a-research-environment-for-ip-cameras/</link>
      <pubDate>Mon, 17 Oct 2016 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2016/10/setting-up-a-research-environment-for-ip-cameras/</guid>
      <description>&lt;p&gt;Embedded devices often serve as an entry point for an attack on a private or corporate network. The infamous attack on HackingTeam, for example, followed exactly this path as was revealed &lt;a href=&#34;http://pastebin.com/raw/0SNSvyjJ&#34;&gt;here&lt;/a&gt;. Although the attack may have been for the greater good (refer also to this great &lt;a href=&#34;https://www.troopers.de/events/troopers16/635_opening_keynote/&#34;&gt;keynote&lt;/a&gt;), such incidents demonstrate that it is important to properly secure your embedded devices. In a recent &lt;a href=&#34;https://www.insinuator.net/2016/04/discover-the-unknown-analyzing-an-iot-device/&#34;&gt;blog post&lt;/a&gt;, Niklaus presented how he analyzed the security posture of a MAX! Cube LAN Gateway. Moreover, Brian reported a few weeks ago on the &lt;a href=&#34;https://insinuator.net/2016/10/how-to-become-part-of-an-iot-botnet/&#34;&gt;security posture of IoT devices&lt;/a&gt; (and in particular on one of his cameras). With this post I would like to share my experiences with analyzing another embedded device: the &lt;a href=&#34;http://www.edimax.com/edimax/merchandise/merchandise_detail/data/edimax/au/home_network_cameras_indoor_fixed/ic-3116w/&#34;&gt;IC-3116W&lt;/a&gt; IP camera by Edimax. &lt;/p&gt;</description>
    </item>
    <item>
      <title>Hardware Hacking Week @ ERNW</title>
      <link>https://insinuator.net/2016/09/hardware-hacking-week-@-ernw/</link>
      <pubDate>Fri, 09 Sep 2016 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2016/09/hardware-hacking-week-@-ernw/</guid>
      <description>&lt;p&gt;Internal workshops are one of the reoccurring events at ERNW, that help us to gain knowledge in areas outside our usual expertise. One of the recent workshops which happened during the week from August 22nd-25th was Hardware Hacking. Held by Brian Butterly (&lt;a href=&#34;https://twitter.com/BadgeWizard&#34;&gt;@BadgeWizard&lt;/a&gt;) and Dominic Spill &lt;a href=&#34;http://@dominicgs&#34;&gt;(@dominicgs),&lt;/a&gt; this workshop took place in two parts. Brian kickstarted the introductory session by guiding us through the fundamental steps of Hardware Hacking. Brian did an excellent job of making things simpler by giving a detailed explanation on the basic concepts. For a beginner in hardware hacking, the topic could be rather intimidating if not handled properly.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Introduction of a new hardware guy</title>
      <link>https://insinuator.net/2016/05/introduction-of-a-new-hardware-guy/</link>
      <pubDate>Wed, 18 May 2016 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2016/05/introduction-of-a-new-hardware-guy/</guid>
      <description>&lt;p&gt;Hi folks!&lt;/p&gt;&#xA;&lt;p&gt;We couldn’t be more proud to welcome such a predestined #1 hardware hacking victim, than &lt;strong&gt;VICTor&lt;/strong&gt; is!&lt;br&gt;&#xA;Before Brian and I gave a lecture on hardware hacking last week at &lt;a href=&#34;https://www.mosbach.dhbw.de&#34;&gt;DHBW Mosbach&lt;/a&gt;, we felt, that we needed a custom victim which is fully documented and provides a good “hackability” to the students.&lt;br&gt;&#xA;Surely we could also have used some cheap $wifi_ap, but here’s the thing: Would you really want to use a device which you don’t really know? Mostly, there’s a massive lack of documentation regarding the SoCs used…not to mention the unavailability of schematics and layouts.&lt;br&gt;&#xA;As we wanted to teach students the basics of hardware hacking effectively, we decided to create something by ourselves.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Troopers 16 USB Condom</title>
      <link>https://insinuator.net/2016/03/troopers-16-usb-condom/</link>
      <pubDate>Tue, 29 Mar 2016 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2016/03/troopers-16-usb-condom/</guid>
      <description>&lt;p&gt;At times with many many digitally transmittable diseases, protection might be more important than ever. When connecting your smartphone to a rogue charger, or a foreign smartphone to your own laptop, you never now what will happen. You never know what data crosses the lines. But there is help: A USB condom!&lt;/p&gt;&#xA;&lt;p&gt;As the &lt;a href=&#34;https://www.insinuator.net/2016/03/troopers-16-taking-the-badge-to-yet-another-level/&#34;&gt;Troopers 16 Badge&lt;/a&gt; was a neat integrated device, we had the challenge to identify something to be soldered for our attendees. The past has shown, that soldering rocks and all of our attendees, &lt;em&gt;all of you&lt;/em&gt;, really enjoy it! After some looking around and roaming the Internet, we decided to go for a simple device, which would protect you and your devices in a hostile world. A slim PCB, which will protect your phone when having to connect it to some unknown charger or for situations when “a mate” just wants to connect his/her phone to your laptop for “charging purposes”.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Damn Vulnerable Safe</title>
      <link>https://insinuator.net/2016/01/damn-vulnerable-safe/</link>
      <pubDate>Sat, 30 Jan 2016 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2016/01/damn-vulnerable-safe/</guid>
      <description>&lt;p&gt;A while back Stefan and I held a little crash course/orientation run on hardware hacking at a German Fachhochschule. Planning to use something “real” we went for a simple electronic safe with a bunch of different vulnerabilities. I guess most security guys who spend a fair amount of time in hotels will understand this choice. As we needed something we could rely on would break, we stripped the device and swapped the original electronics for our own. The result was the “Damn Vulnerable Safe”.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Welcome to Brazil!</title>
      <link>https://insinuator.net/2015/12/welcome-to-brazil/</link>
      <pubDate>Tue, 01 Dec 2015 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2015/12/welcome-to-brazil/</guid>
      <description>&lt;p&gt;Welcome to Brazil!&lt;/p&gt;&#xA;&lt;p&gt;“Welcome to Brazil”, I think, turned to being the most used statement during the past Hackers to Hackers Conference in Sao Paulo. It was used as the main reaction to every speech taking moment, and there were a lot of those! To honor the moments and give you a quick insight into was what going on in Sao Paulo, here is a quick summary of the overall event and our own contribution.&lt;/p&gt;</description>
    </item>
    <item>
      <title>hardwear.io: Applied Physical Attacks on x86 Systems</title>
      <link>https://insinuator.net/2015/10/hardwear.io-applied-physical-attacks-on-x86-systems/</link>
      <pubDate>Sat, 10 Oct 2015 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2015/10/hardwear.io-applied-physical-attacks-on-x86-systems/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.insinuator.net/wp-content/uploads/2015/10/casey_davis_superbloodmoon.jpg&#34;&gt;&lt;img src=&#34;http://www.insinuator.net/wp-content/uploads/2015/10/casey_davis_superbloodmoon-280x300.jpg&#34; alt=&#34;stolen off the internet&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;On Monday the 28th of September 2015 a rather rare event occurred. At around 4 a.m. the moon changed its colour into a dim of red, luckily the sky was clear enough to see something.&lt;/p&gt;&#xA;&lt;p&gt;[ picture stolen from &lt;a href=&#34;http://www.nasa.gov/image-feature/super-blood-moon-photo-contest-winner&#34;&gt;NASA&lt;/a&gt; ]&lt;/p&gt;&#xA;&lt;p&gt;If you missed that event your next chance will be in about 15 years or so.&lt;/p&gt;&#xA;&lt;p&gt;The reason for being awake this early wasn’t the moon in the first place but what followed afterwards – my trip to the &lt;a href=&#34;http://hardwear.io/&#34;&gt;hardwear.io Security Conference&lt;/a&gt; in The Hague.&lt;/p&gt;</description>
    </item>
    <item>
      <title>hardwear.io: Conference Day 1</title>
      <link>https://insinuator.net/2015/10/hardwear.io-conference-day-1/</link>
      <pubDate>Sat, 10 Oct 2015 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2015/10/hardwear.io-conference-day-1/</guid>
      <description>&lt;p&gt;During my stay in The Hague I needed to print something, so I asked for a Copy shop and this is where they sent me:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.insinuator.net/wp-content/uploads/2015/10/coffeeshop.jpg&#34;&gt;&lt;img src=&#34;http://www.insinuator.net/wp-content/uploads/2015/10/coffeeshop-300x225.jpg&#34; alt=&#34;coffeeshop&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;Against the common rule to just talk about the personal favorites, I will cover all talks in one, two or more sentences (arbitrarily decided while writing). This also gives you a broader picture of the conference.&lt;/p&gt;&#xA;&lt;p&gt;Jumping right in with the keynote of Day 1 by Jon Callas and my favorite quote “Make your devices fixable”. Enough said.&lt;/p&gt;</description>
    </item>
    <item>
      <title>hardwear.io: Conference Day 2</title>
      <link>https://insinuator.net/2015/10/hardwear.io-conference-day-2/</link>
      <pubDate>Sat, 10 Oct 2015 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2015/10/hardwear.io-conference-day-2/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;http://www.insinuator.net/wp-content/uploads/2015/10/politie_logo.jpg&#34;&gt;&lt;img src=&#34;http://www.insinuator.net/wp-content/uploads/2015/10/politie_logo.jpg&#34; alt=&#34;stolen off the internet&#34;&gt;&lt;/a&gt;Netherlands Police is called Politie because they’re so polite. (works only if you suffer from dyslexia)&lt;/p&gt;&#xA;&lt;p&gt;[ picture stolen from the &lt;a href=&#34;https://www.politie.nl/&#34;&gt;polite politie&lt;/a&gt; ]&lt;/p&gt;&#xA;&lt;p&gt;Unlike the German Oktoberfest in Munich which already started in September, the Oktoberfest in The Hague started on 2nd October.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.insinuator.net/wp-content/uploads/2015/10/oktoberfest.jpg&#34;&gt;&lt;img src=&#34;http://www.insinuator.net/wp-content/uploads/2015/10/oktoberfest-300x225.jpg&#34; alt=&#34;oktoberfest&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt;In spite of this competing event the decision going to the last day of the hardwear.io Conference definitely paid off.&lt;/p&gt;&#xA;&lt;p&gt;Day 2 started with the Keynote from Harald Welte (the father of Osmocom) and his view about Telecom Security for the last few years. His observation is that nothing has changed so far – we still suffer from a lack of tools and monoculture throughout the industry.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ERNW speaking @ hardwear.io</title>
      <link>https://insinuator.net/2015/10/ernw-speaking-@-hardwear.io/</link>
      <pubDate>Mon, 05 Oct 2015 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2015/10/ernw-speaking-@-hardwear.io/</guid>
      <description>&lt;p&gt;&lt;img src=&#34;http://www.insinuator.net/wp-content/uploads/2015/10/hardwarebug-266x300.png&#34; alt=&#34;Hardwarebug&#34;&gt;&lt;/p&gt;&#xA;&lt;p&gt;On October 1st and 2nd Flo and I were presenting at&lt;br&gt;&#xA;hardwear.io in The Hague, NL. My topic was “&lt;a href=&#34;https://www.ernw.de/download/ERNW_hardwear.io_2015_living_in_a_fools_wireless-secured_paradise_skiese.pdf&#34;&gt;Living in a fool’s&lt;/a&gt;&lt;br&gt;&#xA;&lt;a href=&#34;https://www.ernw.de/download/ERNW_hardwear.io_2015_living_in_a_fools_wireless-secured_paradise_skiese.pdf&#34;&gt;wireless-secured paradise&lt;/a&gt;” and Flo was presenting his current research&lt;br&gt;&#xA;on medical device security. It was the first talk at an international&lt;br&gt;&#xA;security conference for me and I am still quite excited!&lt;/p&gt;&#xA;&lt;p&gt;I was speaking about the (in)security of wireless consumer alarm&lt;br&gt;&#xA;systems, which you can buy just in every consumer electronics store&lt;br&gt;&#xA;around the corner for about $10 – $250. I analyzed the systems on&lt;br&gt;&#xA;different levels, e.g. looking at UART and JTAG and the wireless domain&lt;br&gt;&#xA;with Software Defined Radio (SDR). I gave an overview of my current&lt;br&gt;&#xA;research and the tools I usually use for hardware hacking, especially my&lt;br&gt;&#xA;favorite thing to play with: SDR.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Car Hacking Lab – Work in Progress</title>
      <link>https://insinuator.net/2015/04/car-hacking-lab-work-in-progress/</link>
      <pubDate>Tue, 28 Apr 2015 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2015/04/car-hacking-lab-work-in-progress/</guid>
      <description>&lt;p&gt;We just wanted to share some impressions from our car hacking lab:&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://www.insinuator.net/wp-content/uploads/2015/04/car_lab2.mp4&#34;&gt;https://www.insinuator.net/wp-content/uploads/2015/04/car_lab2.mp4&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;p&gt;stay tuned,&lt;/p&gt;&#xA;&lt;p&gt;The ERNW Car Hacking Team&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;</description>
    </item>
    <item>
      <title>Troopers 15 Badge</title>
      <link>https://insinuator.net/2015/03/troopers-15-badge/</link>
      <pubDate>Tue, 31 Mar 2015 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2015/03/troopers-15-badge/</guid>
      <description>&lt;p&gt;As TROOPERS15 has come to an end, I’ve finally got the time and energy to give you a deeper insight into the TR15 badge. As most of you have probably heard during the conference, this year’s badge was based on the &lt;a href=&#34;http://www.openpcd.org/OpenPCD_2_RFID_Reader_for_13.56MHz&#34;&gt;OpenPCD2&lt;/a&gt;. The OpenPCD 2 is a 13.56MHz NFC Reader, Writer and Emulator under the GNU GPL v2. As NFC is, yet again, on an uprise, a badge with NFC simply gives you the chance to fiddle around and hack stacks of stuff in the real world. Adding some TROOPERS spirit and a few little secrets we hope we’ve designed a pretty nice badge!&lt;/p&gt;</description>
    </item>
    <item>
      <title>Riding the Z-Wave, Part 1</title>
      <link>https://insinuator.net/2015/01/riding-the-z-wave-part-1/</link>
      <pubDate>Tue, 20 Jan 2015 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2015/01/riding-the-z-wave-part-1/</guid>
      <description>&lt;p&gt;Simple everyday work dialog:&lt;br&gt;&#xA;“The heater in the basement is still missing a proper thermostat, the ‘binary solution’ isn’t that effective”&lt;br&gt;&#xA;–  “Buy one…”&lt;br&gt;&#xA;–  “Ok”&lt;br&gt;&#xA;–  “Get one you can break…”&lt;br&gt;&#xA;– “Ok, but then I’d like a few tools, too”&lt;br&gt;&#xA;– “Go for it.”&lt;br&gt;&#xA;(That’s the way work should be!)&lt;br&gt;&#xA;Result of the dialog: a &lt;a href=&#34;http://radiatorthermostats.danfoss.com/products/living-by-Danfoss/living-connect/%20&#34;&gt;Danfoss Living Connect Z ( 014G0013 )&lt;/a&gt; and a &lt;a href=&#34;http://www.ti.com/tool/cc1110dk-mini-868&#34;&gt;TI CC1100 Wireless Mini Dev Kit&lt;/a&gt; plus a copy of &lt;a href=&#34;https://code.google.com/p/z-force/&#34;&gt;Z-Force&lt;/a&gt; to start with.&lt;br&gt;&#xA;&lt;em&gt;Goal: Talk to the thermostat!&lt;/em&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>A TROOPER’s Keyboard, part2</title>
      <link>https://insinuator.net/2014/04/a-troopers-keyboard-part2/</link>
      <pubDate>Wed, 09 Apr 2014 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2014/04/a-troopers-keyboard-part2/</guid>
      <description>&lt;p&gt;Greetings fellow TROOPERs,&lt;/p&gt;&#xA;&lt;p&gt;TROOPERS14 has come to an end, and it’s finally time to let you have a go at the Badge’s source code. As promised, it was slightly modified and extended, to show you the full potential of your new gadget. I’ve added some nice payloads from Nikhil Mittal and a few own ones. Above that, for those who took their parts for soldering home, I’ve also added a few quick instructions on how to do the soldering.&lt;/p&gt;</description>
    </item>
    <item>
      <title>A TROOPER’s Keyboard</title>
      <link>https://insinuator.net/2014/03/a-troopers-keyboard/</link>
      <pubDate>Wed, 19 Mar 2014 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2014/03/a-troopers-keyboard/</guid>
      <description>&lt;p&gt;Greetings from the Print Media Academy in Heidelberg. Just in time for TROOPERS14, I’ve got the great honor to present this years badge!&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;http://www.insinuator.net/wp-content/uploads/2014/03/badge.png.png&#34;&gt;&lt;img src=&#34;http://www.insinuator.net/wp-content/uploads/2014/03/badge.png-1024x997.png&#34; alt=&#34;badge.png&#34;&gt;&lt;/a&gt;&lt;/p&gt;&#xA;&lt;p&gt; &lt;/p&gt;&#xA;&lt;p&gt;Being a TROOPER is tough: You need to know loads of information, learn even more and be able to work fast.&lt;/p&gt;&#xA;&lt;p&gt;This year we decided to increase your efficiency and speed when collecting data from computer systems and, let’s say, hacking them! Your newest gadget is based on a plain &lt;a href=&#34;Arduino%20Leonardo&#34; title=&#34;http://arduino.cc/de/Main/ArduinoBoardLeonardo&#34;&gt;Arduino Leonardo&lt;/a&gt;, modded with one of our famous shields. After adding a few LEDs and buttons, it will power up to full functionality.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to use Intel AMT and have some fun with Mainboards</title>
      <link>https://insinuator.net/2014/03/how-to-use-intel-amt-and-have-some-fun-with-mainboards/</link>
      <pubDate>Sat, 08 Mar 2014 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2014/03/how-to-use-intel-amt-and-have-some-fun-with-mainboards/</guid>
      <description>&lt;p&gt;I recently got in contact with &lt;a href=&#34;http://www.intel.com/content/www/us/en/architecture-and-technology/intel-active-management-technology.html&#34; title=&#34;Intel AMT&#34;&gt;Intel AMT&lt;/a&gt; for the first time. Surely I had heard about it, knew it was “dangerous”, it was kind of exploitable and had to be deactivated. But I hadn’t actually seen it myself. Well, now I have, and I simply love it and you will probably, too (and don’t forget: love and hate are very very close to each other 😉 )&lt;br&gt;&#xA;The following blogpost will be a set of features and instructions on how to own a device with an unconfigured copy of Intel AMT without using any complicated hacks or the famous magic!&lt;/p&gt;</description>
    </item>
    <item>
      <title>TROOPERS13 – The Badge Code</title>
      <link>https://insinuator.net/2013/03/troopers13-the-badge-code/</link>
      <pubDate>Fri, 15 Mar 2013 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2013/03/troopers13-the-badge-code/</guid>
      <description>&lt;p&gt;As a lot of people were asking for, here comes the code of your badge. All You need to customize your badge, is a micro controller programmer, like the &lt;a href=&#34;http://www.microchip.com/pickit3&#34;&gt;Pickit&lt;/a&gt; (its around 30 to 40 euros) and the build environment, &lt;a href=&#34;http://www.microchip.com/mplabx/&#34;&gt;MPLAB&lt;/a&gt; which you can get for free. Then just &lt;a href=&#34;https://www.ernw.de/download/tr13_badge.tar.bz2&#34;&gt;download the code&lt;/a&gt; and implement your own super cool features. Let us know what you did, the best hacks will get into the TROOPERS hall of fame (-;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Extracting Data from Very Large Pcap Files – Part 1: Tools and Hardware</title>
      <link>https://insinuator.net/2011/04/extracting-data-from-very-large-pcap-files-part-1-tools-and-hardware/</link>
      <pubDate>Thu, 28 Apr 2011 00:00:00 +0000</pubDate>
      <guid>https://insinuator.net/2011/04/extracting-data-from-very-large-pcap-files-part-1-tools-and-hardware/</guid>
      <description>&lt;p&gt;There is a common misconception that the sheer amount of data coupled with multiplexed channels (e.g. WDM technology) make successful eavesdropping attacks on high speed Ethernet links – like those connecting data centers – highly unlikely. This is mainly based on the assumption that the amount of resources (e.g. RAM, [sufficiently fast] storage or CPU power) needed to process large files of captured data is a limiting factor. However, to the best of our knowledge, no practical evaluation of these assumptions has so far been performed.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
