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
pull/441/head
cribb-it 2021-07-06 20:02:27 +01:00 committed by GitHub
parent babdc72743
commit 785e5d2a75
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 33 additions and 30 deletions

View File

@ -30,7 +30,7 @@ $BGImg = [System.Drawing.Image]::FromStream($R.RawContentStream);
## To Do
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.
- 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.

View File

@ -19,4 +19,4 @@ LED ATTACK
QUACK DELAY 200
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
* Author: Cribbit
* Version: 1.0
* Target: Windows 7+ (Powershell)
* Category: pranks
* Attackmode: HID
* Extensions used: Run
## Change Log
| Version | Changes |
| ------- | ------------------------------|
| 1.0 | Initial release |
## Description
Hides the Window Start bar
## Configuration
Change hex to hide or show the startbar
```
0x0080 = SWP_HIDEWINDOW, 0x0040 = SWP_SHOWWINDOW
```
## 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 |
# Hide Startbar
* Author: Cribbit
* Version: 1.0
* Target: Windows 7+ (Powershell)
* Category: pranks
* Attackmode: HID
* Extensions: Run
## Change Log
| Version | Changes |
| ------- | ------------------------------|
| 1.0 | Initial release |
## Description
Hides the Window Start bar
## Configuration
Change hex to hide or show the startbar
```
0x0080 = SWP_HIDEWINDOW, 0x0040 = SWP_SHOWWINDOW
```
## 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 |

View File

@ -17,6 +17,9 @@ Q DELAY 200
# Opens Task Manager
Q CTRL-SHIFT ESC
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"
Q ALT f
# Selects "Run &new task"