Skip to content

Commit 3100c3e

Browse files
committed
update flashing link
1 parent b8e16c1 commit 3100c3e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ USB attack payloads are written in DuckyScript™.
1616

1717
## Get Started
1818
Official 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).
2020
2. Test out the default payload for your OS using the buttons!
2121
3. Connect to the [WiFi access point]() and try running attacks from a browser!
2222
- Network: `DevKitty`

src/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
If want to flash the latest version of the ScriptKitty project, [the method
44
documented
5-
here](https://flash.devkitty.io) is
5+
here](https://update.devkitty.io) is
66
easiest.
77

88
Docker is used to produce a replicable build environment to ensure
@@ -35,7 +35,7 @@ sudo make generate_bin
3535
### macOS
3636

3737
Docker 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
3939
then flashed outside of the container. Some additional steps are also
4040
necessary 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
5454
make 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```

0 commit comments

Comments
 (0)