ESP32-S3: Pendrive S3 128MB

(1 customer review)

$24.90

  • ESP32-S3 PCB with
    • WS2812B RGB Led
    • Capacitive Touch Button (Spring)
  • USB Drive Plastic Enclosure
  • Plastic Box

In stock (can be backordered)

SKU: 0032733830012 Category: Tags: ,

Description

The ThingPulse Pendrive S3 is an ESP32-S3 device with USB-C plug, WS2812B RGB LED and 128MB of flash. With the help of TinyUSB the ESP32-S3 can pretend to be many USB devices, such as:

  • USB Memory Stick
  • USB Keyboard
  • USB Mouse
  • Audio device
  • Video device
  • Networking device

CircuitPython Support

The Pendrive S3 runs CircuitPython, a Python dialect optimized for microcontrollers:
https://circuitpython.org/board/ThingPulse_PendriveS3/

Applications

  • As BadUSB Device with SuperWiFiDuck it can do KeyStroke injections (see next paragraph)
  • As WiFiDisk it can be mounted by any regular computer like a memory stick and synchronize the files on the disk to the cloud
  • As WiFiDongle it can add an additional WiFi networking device to any computer/ phone

Application – BadUSB

Imagine having full control over any computer in seconds, simply by plugging in a device. That’s the power of tools that emulate a USB keyboard. Because computers inherently trust keyboards, these devices can take command with lightning speed.

Meet the BadUSB, a device that pretends to be a keyboard, bombarding the computer with hundreds of keystrokes per second—far faster than any human could type. By utilizing a straightforward scripting language, you can program a BadUSB to execute any commands you want.

Now, take this concept to the next level with the WiFi Duck. This innovative tool lets you manage all your scripts wirelessly through a user-friendly web interface. No need for app installations, logging in, or tedious script transfers. With the WiFi Duck, everything is at your fingertips, making it easier than ever to unleash the full potential of a BadUSB device.

Functions

Command Example Description
REM REM Hello World! Comment
DEFAULTDELAY or
DEFAULT_DELAY
DEFAULTDELAY 200 Time in ms between every command
DELAY DELAY 1000 Delay in ms
STRING STRING Hello World! Types the following string
REPEAT or REPLAY REPEAT 3 Repeats the last command n times
LOCALE LOCALE DE Sets the keyboard layout. List
KEYCODE KEYCODE 0x02 0x04 Types a specific key code (modifier, key1[, …, key6]) in decimal or hexadecimal
LED LED 40 20 10 Changes the color of the LED in decimal RGB values (0-255)
blank
Programming the Pendrive in the browser over SuperWifiDuck

 

Sample Script

The following script opens notepad.exe, and writes “Hello World” in it:

REM Hello World for Windows PCs
DEFAULTDELAY 200
GUI r
STRING notepad
ENTER
STRING Hello World!

 

Videos

1 review for ESP32-S3: Pendrive S3 128MB

  1. Alex J. (verified owner)

    I recently purchased the Pendrive S3 from ThingPulse for pen-testing, and it’s fantastic! Setting it up was super easy with the app market web flashing tool, and the performance has been exceptional. It’s compact, portable, and very efficient for on-the-go security testing.

    Adding and editing scripts over the web interface is a breeze, which saves me a ton of time. The build quality is robust, and it works seamlessly with all my devices. The standout feature is definitely its versatility in pen-testing tasks. Plus, the ThingPulse customer service is top-notch – very responsive and helpful.

    Highly recommend the Pendrive S3 for anyone in cybersecurity!

Add a review

Your email address will not be published. Required fields are marked *

You may also like…