New Payload - Excel QR Rickroll (#436)
* Add files via upload * Update readme.md * Update readme.md * Update payload.txt * Update readme.md * fix rebase errors * Fix for rebase * Fix for fewer details * Extensions: Add wait_for BTLE extensions * Quick and Dirty PrintNightmare Payload (#432) * New Payload Added new PrintNightmare Payload (Quick and dirty) * Fixed my potty mouth I'm a child sometimes * Renamed Payload * PrintNightmare: Use SWITCH_POSITION in payload path * Fixing a typo Co-authored-by: Marc <foxtrot@malloc.me> * Bugfix (#433) * New Payload Added new PrintNightmare Payload (Quick and dirty) * Fixed my potty mouth I'm a child sometimes * Renamed Payload * PrintNightmare: Use SWITCH_POSITION in payload path * Fixing a typo * Added Delays Added some delays due to the fact that it was inconsistently reliable, occasionally it'd half type out the command. The delays have resolved the consistency issue on my end. Feel free to tweak as required. * Amending Version Number I'm a fool * Updated Readme with proper credit Co-authored-by: Marc <foxtrot@malloc.me> * General Imrovements to PrintNightmare (#434) * Housekeeping Moved some of the QUACK Powershell commands into the juicybit.txt file for speed and ease of use. * Update README.md * More improvement Added exit to the juicybits rather than using alt and /noprofile to the run as * Update README.md Co-authored-by: Marc <foxtrot@realloc.me> * New Payload - Excel QR Rickroll Co-authored-by: Marc <foxtrot@malloc.me> Co-authored-by: panicacid <steve@pcquicktips.net> Co-authored-by: Marc <foxtrot@realloc.me>pull/482/head
parent
e1700bdc91
commit
39fd0e838c
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,20 @@
|
|||
# Title: Excel QR Rickroll
|
||||
# Description: Create a QR code in Excel that points to Rick Astley - Never Gonna Give You Up on YouTube
|
||||
# Author: Cribbit
|
||||
# Version: 1.0
|
||||
# Category: Pranks
|
||||
# Target: Windows (Powershell 5.1+)
|
||||
# Attackmodes: HID & STORAGE
|
||||
# Extensions: Run
|
||||
|
||||
LED SETUP
|
||||
|
||||
GET SWITCH_POSITION
|
||||
|
||||
ATTACKMODE HID STORAGE
|
||||
|
||||
LED ATTACK
|
||||
|
||||
RUN WIN "powerShell -Noni -NoP -W h -EP Bypass .((gwmi win32_volume -f 'label=''BashBunny''').Name+'payloads\\$SWITCH_POSITION\QRcode.ps1')"
|
||||
|
||||
LED FINNISH
|
|
@ -0,0 +1,22 @@
|
|||
# Excel QR Rickroll
|
||||
* Author: Cribbit
|
||||
* Version: 1.0
|
||||
* Target: Windows (Powershell 5.1+) + Excel
|
||||
* Category: pranks
|
||||
* Attackmode: HID
|
||||
* Extensions: Run
|
||||
|
||||
## Change Log
|
||||
| Version | Changes |
|
||||
| ------- | ------------------------------|
|
||||
| 1.0 | Initial release |
|
||||
|
||||
## Description
|
||||
Create a QR code in Excel that points to Rick Astley - Never Gonna Give You Up on YouTube
|
||||
|
||||
## Colors
|
||||
| Status | Color | Description |
|
||||
| --------- | ------------------------------| ------------------------------------------------ |
|
||||
| SETUP | Magenta solid | Setting attack mode, getting the switch position |
|
||||
| ATTACK | Yellow single blink | Injecting Powershell script |
|
||||
| FINISH | Green blink followed by SOLID | Script is finished |
|
Loading…
Reference in New Issue