Pico-WIFI-Duck
Pico WiFi Duck is a project that enables the emulation of a USB Rubber Ducky over Wi-Fi using the Raspberry Pi Pico W.…
git clone https://github.com/majdsassi/Pico-WIFI-Duck.gitmajdsassi/Pico-WIFI-DuckPico WiFi Duck - Raspberry Pi Pico W
Overview
Pico WiFi Duck is a project that enables the emulation of a USB Rubber Ducky over Wi-Fi using the Raspberry Pi Pico W. This functionality allows for remote control and automation of target systems, making it a versatile tool for penetration testing and security assessments. This project is inspired by the WIFI DUCK project by spacehuhn.
Features
- Emulates USB Rubber Ducky functionality over Wi-Fi.
- Remote scripting and automation capabilities.
- Requires only one Microcontroller.
- Based on the pico-ducky project.
- Cost-effective, approximately $6 (40dt).
Getting Started
Prerequisites
- Raspberry Pi Pico W.
- Micro-USB Cable.
- Basic Knowledge.
Installation
-
Install CircuitPython:
- Click here to download (Version 8.0.0).
- Plug the device into a USB port while holding the boot button. It will show up as a removable media device named RPI-RP2.
- Copy the downloaded (".uf2") file to the root of the Pico (RPI-RP2). The device will reboot and after a second or so, it will reconnect as CIRCUITPY.
-
Install Pico Wifi Duck Files on the Pico:
- Download the release file from here.
- Unzip it.
Usage
-
Connect your Raspberry Pi Pico W to the target system using a good-quality USB cable.
-
Connect to the WiFi network created by the Pico; it's called "Pico Wifi Duck", and its password is "pico123456".
-
Open your browser and navigate to 192.168.4.1.
-
Write your script in the textarea and click on "RUN" .
Note
Make sure you download the latest release.
more like this
RaspPi-Pico-Examples-Fedora
Compiling Raspberry Pi Pico RP2040 / Pico2 RP2350 C/C++ programs on Fedora
ML-MCU
Code for IoT Journal paper 'ML-MCU: A Framework to Train ML Classifiers on MCU-based IoT Edge Devices'
AutomationShield
Arduino library and MATLAB/Simulink API for the AutomationShield Arduino expansion boards for control engineering educa…