Jump to content

Bash Bunny Ethernet mode not working


CuChulaind

Recommended Posts

I have 2 payloads for my bashbunny. The 1st simply runs in ATTACKMODE RNDIS_ETHERNET (with shared ethernet) and it works just fine. The 2nd payload I set to ATTACKMODE HID, run a powershell command, then switch to ATTACKMODE RNDIS_ETHERNET. When I do this the bunny fails to switch to ethernet mode. Am I missing something to switch modes?

Thanks.

Successful

##### Network Connection Sharing ######

LED Y

ATTACKMODE RNDIS_ETHERNET 

LED FINISH

 

AND unsuccessful

#!/bin/bash
#
#Title:		Dev Payload
#Author:	Cuchulaind
#Props:		Cylone
#Version:	.1
#Category:	Development
#Target:	Windows XP SP3+ (Basic PowerShell)
#Attackmodes:	HID, Ethernet


##### HID Device ####
LED STAGE1
ATTACKMODE HID
RUN WIN "powershell Get-Process"

##### Ethernet Device ######
LED STAGE2
ATTACKMODE RNDIS_ETHERNET 

##### CLEANUP AND FINISH ###
LED FINISH

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...