mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
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:
@@ -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 |
|
||||
|
||||
Reference in New Issue
Block a user