-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
6 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,13 @@ | ||
# Bluescreen mouse | ||
|
||
## What it does | ||
Simply deploys a python payload that first downloads pynput, then it waits for mouse movement. If the mouse moves a blue screen is thrown! | ||
Simply deploys a powershell payload that waits for mouse movement. If the mouse moves a blue screen is thrown! | ||
|
||
## How to use | ||
|
||
This payload is originally made for the OMG Plug, but it is pretty simple to modify to any other duckyscript platform you wish to use. | ||
|
||
## Credits | ||
|
||
The mouse movent function is from I Am Jakoby's powershell for hackers library. | ||
The BSOD function is from peewpw's Invoke-BSOD repo. |