Commit Graph

277 Commits (95808c82ea9591c26e09879fba0a158e2b7bf70b)

Author SHA1 Message Date
Mathew Fleisch a30bd97954 Made some changes based on audibleblink's suggestions/comments 2017-03-15 08:29:28 -07:00
Darren Kitchen 47c863e5b5 Add 90sMode Payload for immense fun 2017-03-15 21:36:36 +07:00
Alex Flores b30ff86c2c add ShellExec payload 2017-03-15 02:30:29 -04: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
appelbaum 155d90bb23 Merge pull request #53 from robemmerson/master
Added .gitignore file to ignore default Mac OSX files
2017-03-14 12:18:31 -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
Rob Emmerson 710c9fbb17 Added .gitignore file to ignore default Mac OSX files 2017-03-14 02:45:04 +00: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
Sebastian Kinne 00927dc04c Merge pull request #51 from audibleblink/fix/macinfograbber
Fixes macinfograbber payload
2017-03-14 11:18:47 +11: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
Sebastian Kinne 629a95f858 Merge pull request #43 from WhistleMaster/master
Added BunnyTap payload
2017-03-13 10:52:50 +11: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
ralphyz 938be26260 RAZ_VBScript
This payload executes a VBScript as the payload.  The sample VBScript creates a netcat reverse shell, but any VBScript can be substituted.  netcat.exe must be sourced elsewhere.
2017-03-10 19:51:19 -05:00
ralphyz 3bc10fa135 Merge pull request #1 from ralphyz/ralphyz-ReverseShell
ReverseShell Payload
2017-03-10 15:56:19 -05:00
ralphyz c699fb6b72 Add files via upload
A simple script to create a netcat reverse shell. For Red Teamers - you can auto_increment the listener port by setting a flag to true in payload.txt.  netcat.exe is not included and must be sourced elsewhere.
2017-03-10 15:55:23 -05:00
WatskeBart d9576c62ec Removed STORAGE from payload.txt
Removing STORAGE from this example payload.txt will prevent confusion among new users. Windows doesn't handle the combination RNDIS_ETHERNET with STORAGE the right way, it gives a driver error because Windows is seeing it as a composite device.
2017-03-10 09:54:02 +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