Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FLOCK4H authored Mar 11, 2024
1 parent 9b7e488 commit 7391ef3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ Used to perform specific actions in the payload, there are two types of tags:

2. Multi

- Button is only released when it meets a sibling tag ("<LSHT>a<LSHT>a" will output 'Aa')
- Button is only released when it meets a sibling tag ("&lt;LSHT&gt;a&lt;LSHT&gt;a" will output 'Aa')

```
<CTRL> - Left Control
Expand Down Expand Up @@ -194,13 +194,13 @@ Used to perform specific actions in the payload, there are two types of tags:
<summary>Click to expand</summary>
<br>

Ducky will detect the operating system itself basing on files structure. After analyzing the payload, it will start execution at a high speed, consider using time breaks.
Ducky will detect the operating system itself basing on files structure.

On Linux/ Windows devices to hide the Ducky's storage and enter Stealth mode just uncomment the line
After analyzing the payload, it will start execution at a high speed, consider using time breaks.

`storage.disable_usb_device()`
On Linux/ Windows devices to hide the Ducky's storage and enter Stealth mode just uncomment the line

In `boot.py` file.
`storage.disable_usb_device()` In `boot.py` file.

To turn off the Stealth mode just enter REPL session with the NeoDucky using any serial terminal and type

Expand Down

0 comments on commit 7391ef3

Please sign in to comment.