6 comments

  • voidUpdate19 minutes ago
    Wow, it speaks EVERY protocol? That's pretty impressive. I'll need to flash one of these so I can read CYCLADES data transmissions, whatever protocol those parallel port security keys use and LORAWAN. Does it also read any random protocol I just invented myself, out of the box?
    • geotp14 minutes ago
      Yes, it includes scripting and raw GPIO/bit-banging features, so you can read essentially any custom protocol yourself, including one you invented five minutes ago
      • voidUpdate7 minutes ago
        Probably needs an asterisk after &quot;speaks ALL protocols&quot; to say &quot;you will need to write the protocol handlers yourself, this does not speak all protocols out of the box&quot;.<p>Speaking of which, I wrote a program that can crack any encryption every designed. It just executes a python file in the same folder, you have to write the cracker yourself
  • jwr33 minutes ago
    This looks great! The Bus Pirate was quite a good tool. For hardware hacking there is also Glasgow Interface Explorer, which I&#x27;ve been using recently with AI with much success.<p>The main difference is that Glasgow has an FPGA on-board, and you (or AI) can create applets for custom protocols and serious high-speed hacking.
  • marcosscriven27 minutes ago
    I’m curious about how you used LLMs here?<p>Also, to what extent you designed this vs the LLM copying it?<p>My concern is all these vibe coded projects with huge readmes and fake GitHub stars are essentially just copying the work of others, and don’t really do anything new.
    • throwa3562626 minutes ago
      You can see in the git commit log how it has progressed slowly over a period of one year to get here.<p>So at least it is not a weekend vibe coded AI slop.
    • geotp19 minutes ago
      [dead]
  • throwa3562629 minutes ago
    @geotp<p>Any reason why C1 is not supported?
  • ktzar14 minutes ago
    compatible with Cardputer?
    • geotp10 minutes ago
      Yes, it is compatible with both Cardputer models and many other devices, including the $5 ESP32S3 clone
  • geotp1 hour ago
    ESP32 Bit Pirate is an open-source firmware that transforms compatible devices into versatile multi-protocol hacking tools, inspired by the original Bus Pirate.<p>It can sniff, send, script, and interact with digital protocols such as I2C, UART, SPI, and 1-Wire through either a Serial CLI or a Web CLI. It also supports wireless technologies including Bluetooth, Wi-Fi, Sub-GHz, and RFID.<p>Install the firmware in one click with the ESP32 Bit Pirate Web Flasher. The Wiki provides detailed guides for every mode and command, while ESP32 Bit Pirate Scripts offers a collection of ready-to-use examples and utilities.<p>For additional hardware capabilities, the ESP32 Bus Expander adds extra radio interfaces, while the ESP32 Bit Pirate Dock provides compatibility with original Bus Pirate adapters and accessories.