47 Commits

Author SHA1 Message Date
GermanNoob
adb60ec163 added the use of bunny_helpers.sh
by the use of bunny_helpers.sh possible problems with the command "find" are avoided. If the user only copies the payload from the library folder then find will find two destinations for the portal.html and therefore the script will fail.
2017-03-12 15:03:25 +01:00
GermanNoob
d756033c99 Updated install.sh to solve problems mentioned in forum
Within the forum https://forums.hak5.org/index.php?/topic/40237-install-tools/
there were several problems mentioned which are solved with this update:

1. No need to move instead of copying tools_to_install to the switch directory due to use of bunny_helpers.sh
2. Check if everything is copied works even when the user OS has added hidden files (removing hidden files before test)
2017-03-12 14:09:03 +01:00
Sebastian Kinne
5453f32a6c Merge pull request #24 from WatskeBart/patch-2
Update payload.txt
2017-03-10 10:16:47 +11:00
Sebastian Kinne
4447a5b287 Merge pull request #22 from kevthehermit/DuckyInstall
Update DuckToolkit to latest release
2017-03-10 10:16:09 +11:00
Sebastian Kinne
76be68b96d Merge pull request #23 from WatskeBart/patch-1
Update DuckyInstall install.sh
2017-03-10 09:58:48 +11:00
Sebastian Kinne
984d0ea829 Merge pull request #14 from IMcPwn/executableinstaller
Add bunny_helpers.sh to ExecutableInstaller
2017-03-10 09:54:08 +11:00
Sebastian Kinne
21848f89cd Merge pull request #17 from honourity/master
usb_exfiltration - added escape character for quack command variable
2017-03-10 09:45:57 +11:00
Sebastian Kinne
e5bac68ea2 Merge pull request #21 from treed593/patch-1
Rename readme.txt to readme.md
2017-03-10 09:38:32 +11:00
Sebastian Kinne
a70d651e00 Merge pull request #27 from bobmcdouble3/master
Added the MacInfoGrabber payload
2017-03-10 09:37:09 +11:00
bobmcdouble3
f0fff03845 Add files via upload 2017-03-09 07:01:33 -05:00
bobmcdouble3
dfeb225409 Add files via upload 2017-03-08 19:40:47 -05:00
kmakblob
0f2a390fb1 d 2017-03-08 19:38:52 -05:00
bobmcdouble3
4af04427aa Add files via upload
MacInfoGrabber 1.1: Updates: Made the loot folder more detailed and changed it to payloads/SWITCH_POSITION/MacLoot
2017-03-08 19:33:30 -05:00
bobmcdouble3
adb87d9919 Add files via upload 2017-03-08 18:27:47 -05:00
WatskeBart
a4017d75f1 Update payload.txt
Check switch position already implemented in bunny_helpers.sh
2017-03-08 21:13:25 +01:00
WatskeBart
3e67aaac00 Update install.sh
Check switch position already implemented in bunny_helpers.sh
2017-03-08 21:11:36 +01:00
thehermit
ae2a27b283 Update DuckToolkit to latest release 2017-03-08 19:04:53 +00:00
Trevor Reed
e6e58cf6e5 Rename readme.txt to readme.md
Changing extension to .md to allow Markdown formatting
2017-03-08 13:33:10 -05:00
Sebastian Kinne
21a48ea283 Merge pull request #20 from Cpt-Pickles/patch-1
Fixed a typo in DuckyTemplate payload
2017-03-08 14:05:18 +11:00
Cpt-Pickles
b0374611fd Removed notepad.exe at the end
Removed the extra notepad.exe at the end that was combined with 'fi', caused second if statement to fail.
2017-03-07 21:36:43 -05:00
Tom Brown
f34f7bc6df usb_exfiltration - added escape character for quack command variable use, also redirected loot to root loot folder like other payloads 2017-03-07 17:59:26 +00:00
Carleton Stuberg
e9f8701a1b Fix escaping error for QUACK command in ExecutableInstaller 2017-03-06 22:54:25 -05:00
Carleton Stuberg
7c39e581c7 Add bunny_helpers.sh to ExecutableInstaller 2017-03-06 22:45:15 -05:00
appelbaum
33b5b49ed5 Merge pull request #12 from rastating/bug/tools_installer_line_endings
Remove line endings causing the tools_installer payload to fail
2017-03-06 19:39:09 -08:00
appelbaum
546a497dca Merge pull request #11 from IMcPwn/executableinstaller
Add ExecutableInstaller payload
2017-03-06 19:37:38 -08:00
appelbaum
27d273b99b Merge pull request #10 from kevthehermit/ducky_template
Add Boilerplate for Ducky Scripts
2017-03-06 19:37:29 -08:00
appelbaum
a09c1880de Merge pull request #8 from IMcPwn/fix-exflitrator
Remove references to root directory for usb-exfiltrator payload
2017-03-06 19:37:21 -08:00
appelbaum
a19743d064 Merge pull request #7 from kevthehermit/DuckToolkit
Add Ducktoolkit Lib and Languages
2017-03-06 19:37:01 -08:00
appelbaum
bdc9674e42 Merge pull request #4 from kevthehermit/switchposition
bunny_helper switch position
2017-03-06 19:36:49 -08:00
Rob
99c7075d4d Remove ^M line endings causing payload to fail 2017-03-06 21:56:53 +00:00
Carleton Stuberg
e6ab6277f2 Add ExecutableInstaller payload 2017-03-05 10:43:42 -05:00
thehermit
5de374837d Add Boilerplate for Ducky Scripts 2017-03-04 22:19:02 +00:00
Darren Kitchen
faf6cf80c5 Add RDP Checker payload 2017-03-04 12:39:19 -08:00
Carleton Stuberg
ea33a9b984 Remove references to root directory for usb-exfiltrator payload 2017-03-04 15:32:36 -05:00
thehermit
2cd3d0de7f Add Ducktoolkit Lib and Languages 2017-03-04 20:30:01 +00:00
thehermit
1642cf2142 Change Case and add export 2017-03-04 20:22:32 +00:00
thehermit
751c84834f Allows you to use $switchposition in payloads. Useful for building paths relative to payload/ 2017-03-04 18:56:22 +00:00
Darren Kitchen
6b6486978e Merge pull request #2 from WatskeBart/patch-1
Update payload.txt
2017-03-03 09:16:01 -08:00
WatskeBart
74b34e1e59 Update payload.txt
it's green instead of white
2017-03-03 17:03:46 +01:00
Darren Kitchen
98fd9ef085 Update readme.md v1.2 2017-03-02 19:19:19 -08:00
Darren Kitchen
70a1a6b9be Update readme.md 2017-03-02 19:17:09 -08:00
Darren Kitchen
653de66f67 Update readme.md 2017-03-02 19:16:11 -08:00
Darren Kitchen
6075c083dd Created readme.md 2017-03-02 19:10:33 -08:00
Darren Kitchen
dcace71e99 USB Exfiltrator 2017-03-02 18:59:15 -08:00
Darren Kitchen
d476084ef7 Added nmapper payload 2017-03-02 18:12:16 -08:00
Darren Kitchen
7cda88ce45 Delete readme.txt 2017-03-02 17:57:44 -08:00
Darren Kitchen
b63d4c3c01 Initial Bash Bunny Release 2017-02-28 13:23:16 -08:00