majdsassi / 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. This functionality allows for remote control and automation of target systems, making it a versatile tool for penetration testing and security assessments.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pico WiFi Duck - Raspberry Pi Pico W

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

  1. 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.
  2. Install Pico Wifi Duck Files on the Pico:

    • Download the release file from here.
    • Unzip it.

    • While plugging in your Pico, copy and paste the files that you unzip onto the "CIRCUITPY" drive.

Usage

  1. Connect your Raspberry Pi Pico W to the target system using a good-quality USB cable.

  2. Connect to the WiFi network created by the Pico; it's called "Pico Wifi Duck", and its password is "pico123456".

    WIFI CONNECTION

  3. Open your browser and navigate to 192.168.4.1.

    Webpage

  4. Write your script in the textarea and click on "RUN" .

Note

Make sure you download the latest release.

About

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.


Languages

Language:Python 60.3%Language:HTML 39.7%