Skip to content

Commit 5408f14

Browse files
committed
Changed Delay for Payloads which require external Storage
1 parent ad2abb2 commit 5408f14

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

modules/mimikatz_lazagne_twinduck/duckyscript.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ REM folder DUCKY_DRIVE\data\laZagne and DUCKY_DRIVE\data\mimikatz
99
REM lazagne.exe in DUCKY_DRIVE\exec
1010
REM mimikatz.ps1 in DUCKY_DRIVE\exec
1111
REM -------------------------------------------------------------------------------------
12-
DELAY 5000
12+
DELAY 7000
1313
ALT F4
1414
DELAY 500
1515
ESCAPE

modules/mimikatz_twinduck/duckyscript.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ REM and lazagne to get browser creds
33
REM Author: Hak5Darren Props: Mubix, Clymb3r, Gentilkiwi
44
REM Thanks to: https://www.hak5.org/blog/15-second-password-hack-mr-robot-style
55
REM -------------------------------------------------------------------------------------
6-
DELAY 5000
6+
DELAY 7000
77
REM get rid of autostart message from storage of ducky
88
ALT F4
99
DELAY 500

modules/nyancat_mbr/duckyscript.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
REM I am NOT responsible for ANY DAMAGE
22
REM overwrites bootloader with https://github.com/brainsmoke/nyanmbr
3-
DELAY 5000
3+
DELAY 7000
44
ESCAPE
55
DELAY 500
66
CONTROL ESCAPE

modules/psexec_batch/duckyscript.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DELAY 5000
1+
DELAY 7000
22
ESCAPE
33
DELAY 500
44
CONTROL ESCAPE

modules/psexec_binary/duckyscript.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
DELAY 5000
1+
DELAY 7000
22
REM hide autostart popup
33
ALT F4
44
DELAY 500

output.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ def banner():
2222
print(" /____/\n")
2323
print(" \x1B[3mby ThoughtfulDev | github.com/ThoughtfulDev\x1B[23m\n")
2424
print(" \x1B[3mGet your USB Rubber Ducky up and running faster\x1B[23m")
25-
print(Fore.WHITE + " \t\t Version " + Fore.MAGENTA + "1.2.1\n")
25+
print(Fore.WHITE + " \t\t Version " + Fore.MAGENTA + "1.2.2\n")
2626
print("")
2727
print("Type `help` to get a list of all Commands")

0 commit comments

Comments
 (0)