Mathew Fleisch
f7c7c55f26
Bug fix: only execute on enter key
2017-03-26 14:14:35 -07:00
Mathew Fleisch
92efc2e097
Add some screenshots to the readme file
2017-03-26 14:04:09 -07:00
Mathew Fleisch
cc537b1622
Add some screenshots for the readme doc
2017-03-26 13:58:04 -07:00
Mathew Fleisch
c8447375ea
Add concept of “quick commands” and remove git from main menu
2017-03-26 13:35:48 -07:00
Mathew Fleisch
a1471e3a76
Added “console” and spiffed up the layout/design a bit.
2017-03-26 06:29:27 -07:00
Mathew Fleisch
7368fc9b19
Added switch directory location to log file
2017-03-25 11:40:16 -07:00
Mathew Fleisch
84f07261ba
Remove hard-coded switch directory in place of bunny_helper variable
2017-03-25 11:39:12 -07:00
Mathew Fleisch
0635da0933
Added Read-me doc and made some slight bug fixes
2017-03-24 17:37:43 -07:00
Mathew Fleisch
ef456ab581
Fix readme doc
2017-03-24 17:37:11 -07:00
Mathew Fleisch
92e2ed509f
Added Read-me doc and made some slight bug fixes
2017-03-24 17:36:10 -07:00
Mathew Fleisch
2c21fa6248
fix which php bug
2017-03-24 16:14:57 -07:00
Mathew Fleisch
ac1c6020f9
Add check for php and install if it isn't found
2017-03-24 16:04:45 -07:00
Mathew Fleisch
f8614a3c1a
Initial commit of the "BrowserBunny" payload
...
This payload is intended to be able to quickly switch out payloads in the other available switch directory.
2017-03-24 15:34:31 -07:00
Mathew Fleisch
afd4e45e6c
Updated read-me
2017-03-16 12:33:56 -07:00
Mathew Fleisch
9dab90d52a
Moved log file location and changed how the /dev/nandf mount is detected.
2017-03-16 11:45:19 -07:00
Mathew Fleisch
c9f037ee9d
Use wild card instead of explicit directory numbers
2017-03-16 11:12:24 -07:00
Mathew Fleisch
a1fcf6d584
Added better logging for debugging and updated read-me
2017-03-16 10:29:11 -07:00
Mathew Fleisch
00a365a706
Fixed a bug and updated the read-me doc.
2017-03-15 22:19:43 -07:00
Alex Flores
da987207f6
made some edits
...
* removed the paranoia mount. we don't need to test that the kernel
is doing it's job when mount fstab
* log to a persistent location
* edited ignore loop to include hidden directories
2017-03-15 15:44:01 -04:00
Mathew Fleisch
d1598208c2
Minor changes and cleanup
2017-03-15 08:47:09 -07:00
Mathew Fleisch
a30bd97954
Made some changes based on audibleblink's suggestions/comments
2017-03-15 08:29:28 -07:00
Mathew Fleisch
d094d2c6e0
Payload to automatically set up/update git repo
...
This payload was made in collaboration with audibleblink through irc. We both came up with the same idea, but I took it a step further, by adding a git-pull/update after the first payload execution. Original repo at https://github.com/mathew-fleisch/Git-Bunny-Git
2017-03-14 21:43:53 -07:00
Sebastian Kinne
8a07d71927
Merge pull request #45 from GermanNoob/master
...
Updated install.sh to solve problems mentioned in forum
2017-03-14 14:05:20 +11:00
Sebastian Kinne
6c84710e9e
Merge pull request #49 from audibleblink/update/smacandgrab
...
Payload: smacandgrab - adds comments and apple keyboard vid/pid
2017-03-14 13:50:39 +11:00
Sebastian Kinne
1e8406bc38
Merge pull request #52 from mrt0mat0/MRS
...
Add Mac Reverse Shell payload
2017-03-14 13:48:03 +11:00
Chris
70af321846
MRS initial add of reverse shell for mac
2017-03-13 21:50:31 -04:00
Chris
00684c8857
MRS initial add of reverse shell for mac
2017-03-13 21:45:07 -04:00
Alex Flores
6e5aeb2cfa
mod hid/pid to show as apple keyboard
2017-03-13 18:57:54 -04:00
Alex Flores
0fd8973e12
fixes broken code
...
- fixes lootdir path
- dont capitalize var names that aren't exported
- indentation
- escape shell characters that are passed to QUACK
- account for variable copy times by joining cp and exit commands
- sync the disk
2017-03-13 14:58:25 -04:00
Alex Flores
889723f455
version bump
2017-03-13 14:32:33 -04:00
Alex Flores
f65e5ef2f2
red means failure; add amber light
2017-03-13 14:31:47 -04:00
Alex Flores
16c461d850
adds code comments
2017-03-13 10:25:04 -04:00
Sebastian Kinne
f272fedbe1
Merge pull request #36 from audibleblink/master
...
Added Dynamic macOS file backups payload
2017-03-13 11:10:49 +11:00
Sebastian Kinne
e797ad2e93
Merge pull request #46 from samdeg555/master
...
Add WiPassDump payload
2017-03-13 11:03:30 +11:00
Alex Flores
757c8a54fb
adds mac pilfering payload
2017-03-12 19:55:32 -04:00
samdeg555
b0a130f96a
Update payload.txt
2017-03-12 12:52:56 -04:00
samdeg555
cb0948a56e
Update readme.md
2017-03-12 12:26:36 -04:00
samdeg555
9723480f9b
Update payload.txt
2017-03-12 12:26:07 -04:00
samdeg555
c103288320
WiPassDump
...
Runs powershell as Administrator, bypasses UAC and dumps cleartext Wi-Fi passwords and infos to the Bash Bunny.
2017-03-12 12:24:28 -04:00
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
Whistle Master
5dcef93e60
BunnyTap
2017-03-12 10:58:11 +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
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