Jump to content

CuChulaind

Active Members
  • Posts

    35
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

CuChulaind's Achievements

Newbie

Newbie (1/14)

  1. Will do. It seems I at least get views in this question section, whereas in bash bunny I get crickets.
  2. 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
×
×
  • Create New...