mirror of
https://github.com/hak5/bashbunny-payloads.git
synced 2025-10-29 16:58:25 +00:00
27 lines
896 B
Markdown
27 lines
896 B
Markdown
# SSH server
|
|
- Author: Cribbit
|
|
- Version: 1.0
|
|
- Target: Windows 10 Creators Update (Powershell)
|
|
- Category: Execution
|
|
- Attackmode: HID
|
|
|
|
## Change Log
|
|
| Version | Changes |
|
|
| ------- | --------------- |
|
|
| 1.0 | Initial release |
|
|
|
|
## Description
|
|
Installs and runs a SSH Server on Windows.
|
|
|
|
## Notes
|
|
This payload needs an admin powershell prompt and an internet connection to run.
|
|
|
|
## Configuration
|
|
Add ` -StartupType 'Automatic'` after Start-Service to start ssh on boot.
|
|
|
|
## Colours
|
|
| Status | Colour | Description |
|
|
| -------- | ----------------------------- | --------------------------- |
|
|
| SETUP | Magenta solid | Setting attack mode |
|
|
| ATTACK | Yellow single blink | Injecting Powershell script |
|
|
| FINISHED | Green blink followed by SOLID | Script is finished | |