mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
Cleanup: WiFiGrabber: Update Payload Header
This commit is contained in:
@@ -1,24 +1,19 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# @title: WiFi Windows password grabber for the bash bunny
|
# Title: WiFiGrabber
|
||||||
# @author: Silvian Dragan
|
# Author: Silvian Dragan
|
||||||
# @props: Siem, Darren Kitchen
|
# Props: Siem, Darren Kitchen
|
||||||
# @version: 1.0
|
# Version: 1.0
|
||||||
# @target: Windows 7 (not tested for 8 and above)
|
# Target: Windows 7
|
||||||
|
# Description: This is a simple Wifi password grabber tested and working for Windows 7
|
||||||
|
# However this has not been tested on Windows 8 and above and any suggestions and
|
||||||
|
# improvements are greatly welcomed. Powershell scripting isn't higest skill so
|
||||||
|
# I'm sure I'll have much to learn.
|
||||||
#
|
#
|
||||||
#
|
# LEDS:
|
||||||
# @details: This is a simple Wifi password grabber tested and working for Windows 7
|
# Purple: starts the attack payload
|
||||||
# However this has not been tested on Windows 8 and above and any suggestions and
|
# Green: successful execution
|
||||||
# improvements are greatly welcomed. Powershell scripting isn't higest skill so
|
# Red: failure to load dependency ducky script
|
||||||
# I'm sure I'll have much to learn.
|
|
||||||
#
|
|
||||||
#
|
|
||||||
# Colors:
|
|
||||||
# Purple: starts the attack payload
|
|
||||||
# Green: successful execution
|
|
||||||
# Red: failure to load dependency ducky script
|
|
||||||
#
|
|
||||||
|
|
||||||
|
|
||||||
ATTACKMODE HID STORAGE
|
ATTACKMODE HID STORAGE
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user