From 5ea13cf7c2a442cc61568dcc06b2b59153c5b911 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 17 Mar 2023 19:40:57 -0500 Subject: [PATCH] Fix formatting for secrets.py --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7b3580..94f46a1 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Install and have your USB Rubber Ducky working in less than 5 minutes. 11. Copy `duckyinpython.py`, `code.py`, `webapp.py`, `wsgiserver.py` to the root folder of the Pico. -12. *For Pico W Only* Create the file `secrets.py` in the root of the Pico W. This contains the AP name and password to be created by the Pico W. -secrets = { 'ssid' : "BadAPName", 'password' : "badpassword" } +12. *For Pico W Only* Create the file `secrets.py` in the root of the Pico W. This contains the AP name and password to be created by the Pico W. +`secrets = { 'ssid' : "BadAPName", 'password' : "badpassword" }` 13. Find a script [here](https://github.com/hak5/usbrubberducky-payloads) or [create your own one using Ducky Script](https://docs.hak5.org/hak5-usb-rubber-ducky/ducky-script-basics/hello-world) and save it as `payload.dd` in the Pico. Currently, pico-ducky only supports DuckScript 1.0, not 3.0.