You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 25, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,14 @@ A versatile USB attack platform that lets you hack computers in seconds using a
12
12
2. Place your Nugget in [Device Firmware Upgrade (DFU) mode]().
13
13
4. Open our [web flasher tool](https://hakcat-tech.github.io/esp-web-flasher/) in Google Chrome (other browsers not currently supported)
14
14
5. Click on "Connect" and then select the "ESP32-S2" board. Click "Erase" and "OK" to continue.
15
-
6. Once you see "Finished", click "Choose a file" and select the .BIN file you downloaded in step 1. Click "Program" to flash your S2 Nugget!
16
-
7. When its done, unplug your S2 Nugget and plug it in again to see the new features.
15
+
6. Once you see "Finished", click "Choose a file" and select the .BIN file you downloaded in step one. Click "Program" to flash your Nugget!
16
+
7. When its done, unplug your Nugget and plug it in again to see the new features.
17
17
18
18
## Creating Payloads
19
-
To upload a payload, you can save a `.txt` file to the RubberNugget flash drive. Payloads must be saved under an operating system, then category type. (OS->Category->Payload.txt)
19
+
To upload a payload, you can save a `.txt` file to the USB Nugget flash drive. Payloads must be saved under an operating system, then category type. (OS->Category->Payload.txt)
20
+
21
+
## Accessing the Web Interface
22
+
To access the web interface, connect to `Nugget AP` with the password `nugget123`. In a web browser, navigate to `192.168.4.1` to access the payload deployment system.
20
23
21
24
## Updating AP Credentials & Keyboard ID
22
25
To edit your USB Nugget's default AP name & password, edit or create the `.usbnugget.conf` file on your NUGGET drive, and add the following 2 lines:
@@ -26,15 +29,12 @@ password: password_here
26
29
```
27
30
To change the VID and PID of the keyboard, you can just add:
28
31
```
29
-
vid:0x6969
30
-
pid:0x6969
32
+
vid:0x1234
33
+
pid:0x1234
31
34
```
32
35
33
36
34
-
## Accessing the Web Interface
35
-
To access the web interface, connect to the `RubberNugget` AP with the password `nugget123`. In a web browser, navigate to `192.168.4.1` to access the payload deployment system. At the moment, the web interface can only edit / run payloads.
0 commit comments