File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ USB attack payloads are written in DuckyScript™.
1616
1717## Get Started
1818Official documentation is available at [ docs.devkitty.io] ( https://docs.devkitty.io ) .
19- 1 . Flash your [ DevKitty] ( https://shop.devkitty.io ) with the ScriptKitty firmware at [ flash .devkitty.io] ( https://flash .devkitty.io ) .
19+ 1 . Flash your [ DevKitty] ( https://shop.devkitty.io ) with the ScriptKitty firmware at [ update .devkitty.io] ( https://update .devkitty.io ) .
20202 . Test out the default payload for your OS using the buttons!
21213 . Connect to the [ WiFi access point] ( ) and try running attacks from a browser!
2222 - Network: ` DevKitty `
Original file line number Diff line number Diff line change 22
33If want to flash the latest version of the ScriptKitty project, [ the method
44documented
5- here] ( https://flash .devkitty.io ) is
5+ here] ( https://update .devkitty.io ) is
66easiest.
77
88Docker is used to produce a replicable build environment to ensure
@@ -35,7 +35,7 @@ sudo make generate_bin
3535### macOS
3636
3737Docker on mac has issues connecting to usb devices and complicates the flashing
38- process. A workaround is in place -- ScriptKitty will be built within docker but
38+ process. A workaround is in place - ScriptKitty will be built within docker but
3939then flashed outside of the container. Some additional steps are also
4040necessary to prepare your development environment:
4141
@@ -45,10 +45,10 @@ necessary to prepare your development environment:
4545
4646``` bash
4747# Clone the repo
48- git clone https://github.com/HakCat-Tech /ScriptKitty.git
48+ git clone https://github.com/DevKitty /ScriptKitty-Firmware .git
4949
5050# Navigate to src
51- cd ScriptKitty/src
51+ cd ScriptKitty-Firmware /src
5252
5353# Verify everything is installed and configured correctly
5454make check-mac-deps
@@ -73,4 +73,4 @@ make flash PORT=<port> RESET_SCRIPTS_DURING_FLASH=true
7373
7474### Windows
7575
76- Not currently supported
76+ ``` Not currently supported ```
You can’t perform that action at this time.
0 commit comments