Various small fixes (#435)

* 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
This commit is contained in:
cribb-it
2021-07-06 20:02:27 +01:00
committed by GitHub
parent babdc72743
commit 785e5d2a75
4 changed files with 33 additions and 30 deletions

View File

@@ -30,7 +30,7 @@ $BGImg = [System.Drawing.Image]::FromStream($R.RawContentStream);
## To Do ## To Do
Adding a To Do section just in case someone (or me if I can be bothered) want to fix some issues: Adding a To Do section just in case someone (or me if I can be bothered) want to fix some issues:
- Fade between Time panel 1 and login panel 2 - Fade between time panel 1 and login panel 2
- The beginnings of the code are there but has too much noticeable flicker. - The beginnings of the code are there but has too much noticeable flicker.
- Disable notifications as they display over the form: - Disable notifications as they display over the form:
- HKEY\_LOCAL\_MACHINE\\Software\\Policies\\Microsoft\\Windows\\Explorer, this Explorer needs to be created, Dword32 “DisableNotificationCenter”, value as 1. - HKEY\_LOCAL\_MACHINE\\Software\\Policies\\Microsoft\\Windows\\Explorer, this Explorer needs to be created, Dword32 “DisableNotificationCenter”, value as 1.

View File

@@ -19,4 +19,4 @@ LED ATTACK
QUACK DELAY 200 QUACK DELAY 200
RUN WIN "powershell .(powershell.exe -encodedCommand (gc((gwmi win32_volume -f 'label=''BashBunny''').Name+'payloads\\$SWITCH_POSITION\b.txt')))" RUN WIN "powershell .(powershell.exe -encodedCommand (gc((gwmi win32_volume -f 'label=''BashBunny''').Name+'payloads\\$SWITCH_POSITION\b.txt')))"
LED FINISH LED FINISH

View File

@@ -1,28 +1,28 @@
# Hide Startbar # Hide Startbar
* Author: Cribbit * Author: Cribbit
* Version: 1.0 * Version: 1.0
* Target: Windows 7+ (Powershell) * Target: Windows 7+ (Powershell)
* Category: pranks * Category: pranks
* Attackmode: HID * Attackmode: HID
* Extensions used: Run * Extensions: Run
## Change Log ## Change Log
| Version | Changes | | Version | Changes |
| ------- | ------------------------------| | ------- | ------------------------------|
| 1.0 | Initial release | | 1.0 | Initial release |
## Description ## Description
Hides the Window Start bar Hides the Window Start bar
## Configuration ## Configuration
Change hex to hide or show the startbar Change hex to hide or show the startbar
``` ```
0x0080 = SWP_HIDEWINDOW, 0x0040 = SWP_SHOWWINDOW 0x0080 = SWP_HIDEWINDOW, 0x0040 = SWP_SHOWWINDOW
``` ```
## Colors ## Colors
| Status | Color | Description | | Status | Color | Description |
| --------- | ------------------------------| ------------------------------------------------ | | --------- | ------------------------------| ------------------------------------------------ |
| SETUP | Magenta solid | Setting attack mode, getting the switch position | | SETUP | Magenta solid | Setting attack mode, getting the switch position |
| ATTACK | Yellow single blink | Injecting Powershell script | | ATTACK | Yellow single blink | Injecting Powershell script |
| FINISH | Green blink followed by SOLID | Script is finished | | FINISH | Green blink followed by SOLID | Script is finished |

View File

@@ -17,6 +17,9 @@ Q DELAY 200
# Opens Task Manager # Opens Task Manager
Q CTRL-SHIFT ESC Q CTRL-SHIFT ESC
Q DELAY 100 Q DELAY 100
# Opens "More details" to show menu (can not use alt d as this toggle and my hide the menu if already open).
Q SHIFT TAB
Q SPACE
# Selects "&File" # Selects "&File"
Q ALT f Q ALT f
# Selects "Run &new task" # Selects "Run &new task"