├── BadUSB-Detect-and-Protect ├── BadUSB-Detect-and-Protect.txt ├── README.md └── main.ps1 ├── Beigeworms-Tool-Suite ├── Beigeworms-Tool-Suite.txt ├── README.md └── main.ps1 ├── Browser-History-to-Discord ├── Browser-History-to-Discord.txt ├── README.md └── main.ps1 ├── Chrome-DB-to-Discord ├── Chrome-DB-to-Discord.txt ├── DB-File-Viewer.ps1 └── main.ps1 ├── Chrome-Extension-Keylogger ├── Chrome-Extension-Keylogger.txt ├── README.md └── main.ps1 ├── Clean-History ├── Clean-History.txt ├── README.md └── main.ps1 ├── Console-QRcode ├── Console-QRcode.txt └── main.ps1 ├── Discord-C2 ├── Discord C2 Client.txt └── README.md ├── Discord-Infostealer ├── README.md ├── System-Info-to-Discord.txt └── main.ps1 ├── Discord-Keylogger ├── Keylogger-to-Discord.txt ├── README.md └── main.ps1 ├── Discord-Reverse-Shell ├── Discord-Reverse-Shell.txt └── main.ps1 ├── Download-and-Execute ├── Download-Execute.txt └── README.md ├── Exfiltrate-to-Discord ├── Exfiltrate-to-Discord.txt ├── README.md └── main.ps1 ├── Exfiltrate-to-Dropbox ├── Exfiltrate-to-Dropbox.txt ├── README.md └── main.ps1 ├── Exfiltrate-to-Telegram ├── Exfiltrate-to-Telegram.txt ├── README.md └── main.ps1 ├── Exfiltrate-to-USB ├── Exfiltrate-to-USB.txt ├── README.md └── main.ps1 ├── File-Monitor-to-Discord ├── File-Changes-to-Discord.txt ├── README.md └── main.ps1 ├── Filetype-Organizer ├── Filetype-Organizer.txt ├── README.md └── main.ps1 ├── GIF-Player ├── Gif-Player.txt ├── README.md └── main.ps1 ├── Global-PS-Trascription-to-Discord ├── Global-PS-Trascript-to-DC.txt └── main.ps1 ├── Google-Phishing ├── Google-Phish-to-Discord.txt ├── README.md └── main.ps1 ├── Image-to-Console ├── Image-to-Console.txt └── main.ps1 ├── LAN-Tools ├── LAN-Tools.txt └── README.md ├── LICENSE ├── MEMZ-In-Powershell ├── MEMZ-In-Powershell.txt ├── main.ps1 └── memz.vbs ├── Mouse-Clicks-Recorder ├── Mouse-Clicks-Recorder.txt └── main.ps1 ├── Mouse-Monitor-to-Discord ├── Mouse-Activity-to-Discord.txt ├── README.md └── main.ps1 ├── Netcat-Client ├── README.md ├── Simple-Netcat-Client.txt └── main.ps1 ├── Netcat-Screenshare ├── Desktop Screenshare over Netcat.txt ├── README.md └── main.ps1 ├── Network-Enumeration-GUI ├── Network-Enumeration-GUI.txt ├── README.md └── main.ps1 ├── OSINT ├── Desktop Screenshare over LAN.txt ├── Desktop Screenshare over Netcat.txt ├── Discord WiFi Grabber 2.txt ├── Discord WiFi Grabber.txt ├── Discord-Infostealer.txt.txt ├── Email System & User Information.txt ├── Email System Info with Screenshot.txt ├── Exfiltrate Files to USB Drive.txt ├── Exfiltrate files to Discord.txt ├── Exfiltrate files to DropBox.txt ├── Exfiltrate files to Telegram.txt ├── Google Login Phish to Discord.txt ├── Installed Programs and Eventlogs to File.txt ├── Keylogger from base64 to Discord.txt ├── Keylogger to Discord.txt ├── Keylogger to Email.txt ├── Record-Mic-to-Discord.txt.txt ├── Record-Screen-to-Discord.txt.txt ├── Screenshot to Telegram.txt └── Speech-to-Discord.txt.txt ├── Pranks ├── 5 second Screen Kill.txt ├── Blank Image to Discord Spammer.txt ├── Change Wallpaper.txt ├── Change-System-Sounds.txt ├── Computer-ACID-Prank.txt ├── Disable-Keyboard-Mouse-120s.txt ├── Dsktop Shortcut Spammer.txt ├── Hydra-in-Powershell.txt ├── Invoke BSOD.txt ├── Invoke Fake Update (.vbs).txt ├── Kill I-O Devices.txt ├── Mario-BSOD.txt ├── Mute-Button-Spam.txt ├── Persisant-Goose.txt ├── Rickroll with Max Volume spam.txt ├── ScreenParty.txt ├── Start Windows-93 (parody edition).txt ├── System Message.txt └── USB-SoundSwap.txt ├── README.md ├── Record-Mic-to-Discord ├── Record-Mic-to-Discord.txt └── main.ps1 ├── Record-Screen-GUI ├── README.md ├── Record-Screen-GUI.txt └── main.ps1 ├── Record-Screen-to-Discord ├── Record-Screen-to-Discord.txt └── main.ps1 ├── Reverse Shells and C2 ├── Discord-C2-Client-from-Base64.txt ├── Simple NetCat Client.txt ├── Simple-Discord-BOT-CLI.txt └── Telegram Reverse Shell.txt ├── Screen-to-Discord ├── README.md ├── Screenshot-to-Discord.txt └── main.ps1 ├── Screen-to-Telegram ├── README.md ├── Screenshot-to-Telegram.txt └── main.ps1 ├── Screenshare-Over-LAN ├── README.md ├── Screenshare-Over-LAN.txt └── main.ps1 ├── Shortcut-Spam ├── Desktop-Shortcut-Spam.txt ├── README.md └── main.ps1 ├── Social-Search-GUI ├── README.md ├── Username-Search-GUI.txt └── main.ps1 ├── Speech-to-Discord ├── Speech-to-Discord.txt └── main.ps1 ├── Telegram-Infostealer ├── README.md ├── System-Info-to-Telegram.txt └── main.ps1 ├── Telegram-Keylogger ├── Keylogger-to-Telegram.txt ├── README.md └── main.ps1 ├── Tools ├── Add Exclusion C-drive.txt ├── Anti-AFK-Tool.txt ├── Base64 Decode & Execute.txt ├── Clean-Command-History.txt ├── Disable RT-Protection through GUI.txt ├── Downgrade-PS-Win11.txt ├── Download-Execute from Run Prompt.txt ├── Local-FileServer-for-Exfiltration.txt ├── Set US Keyboard & System Language.txt ├── Update Windows in Powershell.txt └── Webhook-Test-Tool.txt ├── US-Keyboard-Layout ├── README.md ├── US-Keyboard.txt └── main.ps1 ├── USB-Poison ├── USB-Poison.txt └── main.ps1 ├── Unsaved-Notepad-to-Discord ├── Notepad-Tabs-to-Discord.txt └── main.ps1 ├── Uvnc-Remote-Desktop ├── Uvnc-Remote-Desktop.txt └── main.ps1 ├── VM-Detection-Report ├── VM-Detection-Report.txt └── main.ps1 ├── Voice-Activated-DarkMode ├── Voice-Activated-DarkMode.txt └── main.ps1 ├── Wallpaper-Jumpscare ├── README.md ├── Wallpaper-Jumpscare.txt └── main.ps1 ├── Webcam-to-Discord ├── Webcam-to-Discord.txt └── main.ps1 ├── Webhook-Spammer-GUI ├── README.md ├── Webhook-Spammer-GUI.txt └── main.ps1 ├── Wifi-Networks-to-Discord ├── Discord-WiFi-Grabber.txt ├── README.md └── main.ps1 ├── Win10-Phishing ├── Fake-Windows-10-Logon.txt ├── README.md └── main.ps1 ├── Win11-Phishing ├── Fake-Windows-11-Logon.txt ├── README.md └── main.ps1 └── Windows-Idiot-Prank ├── Windows-Idiot-Prank.txt ├── idiot.vbs └── main.ps1 /BadUSB-Detect-and-Protect/BadUSB-Detect-and-Protect.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/BadUSB-Detect-and-Protect/BadUSB-Detect-and-Protect.txt -------------------------------------------------------------------------------- /BadUSB-Detect-and-Protect/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/BadUSB-Detect-and-Protect/README.md -------------------------------------------------------------------------------- /BadUSB-Detect-and-Protect/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/BadUSB-Detect-and-Protect/main.ps1 -------------------------------------------------------------------------------- /Beigeworms-Tool-Suite/Beigeworms-Tool-Suite.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Beigeworms-Tool-Suite/Beigeworms-Tool-Suite.txt -------------------------------------------------------------------------------- /Beigeworms-Tool-Suite/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Beigeworms-Tool-Suite/README.md -------------------------------------------------------------------------------- /Beigeworms-Tool-Suite/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Beigeworms-Tool-Suite/main.ps1 -------------------------------------------------------------------------------- /Browser-History-to-Discord/Browser-History-to-Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Browser-History-to-Discord/Browser-History-to-Discord.txt -------------------------------------------------------------------------------- /Browser-History-to-Discord/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Browser-History-to-Discord/README.md -------------------------------------------------------------------------------- /Browser-History-to-Discord/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Browser-History-to-Discord/main.ps1 -------------------------------------------------------------------------------- /Chrome-DB-to-Discord/Chrome-DB-to-Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Chrome-DB-to-Discord/Chrome-DB-to-Discord.txt -------------------------------------------------------------------------------- /Chrome-DB-to-Discord/DB-File-Viewer.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Chrome-DB-to-Discord/DB-File-Viewer.ps1 -------------------------------------------------------------------------------- /Chrome-DB-to-Discord/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Chrome-DB-to-Discord/main.ps1 -------------------------------------------------------------------------------- /Chrome-Extension-Keylogger/Chrome-Extension-Keylogger.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Chrome-Extension-Keylogger/Chrome-Extension-Keylogger.txt -------------------------------------------------------------------------------- /Chrome-Extension-Keylogger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Chrome-Extension-Keylogger/README.md -------------------------------------------------------------------------------- /Chrome-Extension-Keylogger/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Chrome-Extension-Keylogger/main.ps1 -------------------------------------------------------------------------------- /Clean-History/Clean-History.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Clean-History/Clean-History.txt -------------------------------------------------------------------------------- /Clean-History/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Clean-History/README.md -------------------------------------------------------------------------------- /Clean-History/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Clean-History/main.ps1 -------------------------------------------------------------------------------- /Console-QRcode/Console-QRcode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Console-QRcode/Console-QRcode.txt -------------------------------------------------------------------------------- /Console-QRcode/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Console-QRcode/main.ps1 -------------------------------------------------------------------------------- /Discord-C2/Discord C2 Client.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Discord-C2/Discord C2 Client.txt -------------------------------------------------------------------------------- /Discord-C2/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Discord-C2/README.md -------------------------------------------------------------------------------- /Discord-Infostealer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Discord-Infostealer/README.md -------------------------------------------------------------------------------- /Discord-Infostealer/System-Info-to-Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Discord-Infostealer/System-Info-to-Discord.txt -------------------------------------------------------------------------------- /Discord-Infostealer/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Discord-Infostealer/main.ps1 -------------------------------------------------------------------------------- /Discord-Keylogger/Keylogger-to-Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Discord-Keylogger/Keylogger-to-Discord.txt -------------------------------------------------------------------------------- /Discord-Keylogger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Discord-Keylogger/README.md -------------------------------------------------------------------------------- /Discord-Keylogger/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Discord-Keylogger/main.ps1 -------------------------------------------------------------------------------- /Discord-Reverse-Shell/Discord-Reverse-Shell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Discord-Reverse-Shell/Discord-Reverse-Shell.txt -------------------------------------------------------------------------------- /Discord-Reverse-Shell/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Discord-Reverse-Shell/main.ps1 -------------------------------------------------------------------------------- /Download-and-Execute/Download-Execute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Download-and-Execute/Download-Execute.txt -------------------------------------------------------------------------------- /Download-and-Execute/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Download-and-Execute/README.md -------------------------------------------------------------------------------- /Exfiltrate-to-Discord/Exfiltrate-to-Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Exfiltrate-to-Discord/Exfiltrate-to-Discord.txt -------------------------------------------------------------------------------- /Exfiltrate-to-Discord/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Exfiltrate-to-Discord/README.md -------------------------------------------------------------------------------- /Exfiltrate-to-Discord/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Exfiltrate-to-Discord/main.ps1 -------------------------------------------------------------------------------- /Exfiltrate-to-Dropbox/Exfiltrate-to-Dropbox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Exfiltrate-to-Dropbox/Exfiltrate-to-Dropbox.txt -------------------------------------------------------------------------------- /Exfiltrate-to-Dropbox/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Exfiltrate-to-Dropbox/README.md -------------------------------------------------------------------------------- /Exfiltrate-to-Dropbox/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Exfiltrate-to-Dropbox/main.ps1 -------------------------------------------------------------------------------- /Exfiltrate-to-Telegram/Exfiltrate-to-Telegram.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Exfiltrate-to-Telegram/Exfiltrate-to-Telegram.txt -------------------------------------------------------------------------------- /Exfiltrate-to-Telegram/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Exfiltrate-to-Telegram/README.md -------------------------------------------------------------------------------- /Exfiltrate-to-Telegram/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Exfiltrate-to-Telegram/main.ps1 -------------------------------------------------------------------------------- /Exfiltrate-to-USB/Exfiltrate-to-USB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Exfiltrate-to-USB/Exfiltrate-to-USB.txt -------------------------------------------------------------------------------- /Exfiltrate-to-USB/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Exfiltrate-to-USB/README.md -------------------------------------------------------------------------------- /Exfiltrate-to-USB/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Exfiltrate-to-USB/main.ps1 -------------------------------------------------------------------------------- /File-Monitor-to-Discord/File-Changes-to-Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/File-Monitor-to-Discord/File-Changes-to-Discord.txt -------------------------------------------------------------------------------- /File-Monitor-to-Discord/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/File-Monitor-to-Discord/README.md -------------------------------------------------------------------------------- /File-Monitor-to-Discord/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/File-Monitor-to-Discord/main.ps1 -------------------------------------------------------------------------------- /Filetype-Organizer/Filetype-Organizer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Filetype-Organizer/Filetype-Organizer.txt -------------------------------------------------------------------------------- /Filetype-Organizer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Filetype-Organizer/README.md -------------------------------------------------------------------------------- /Filetype-Organizer/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Filetype-Organizer/main.ps1 -------------------------------------------------------------------------------- /GIF-Player/Gif-Player.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/GIF-Player/Gif-Player.txt -------------------------------------------------------------------------------- /GIF-Player/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/GIF-Player/README.md -------------------------------------------------------------------------------- /GIF-Player/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/GIF-Player/main.ps1 -------------------------------------------------------------------------------- /Global-PS-Trascription-to-Discord/Global-PS-Trascript-to-DC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Global-PS-Trascription-to-Discord/Global-PS-Trascript-to-DC.txt -------------------------------------------------------------------------------- /Global-PS-Trascription-to-Discord/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Global-PS-Trascription-to-Discord/main.ps1 -------------------------------------------------------------------------------- /Google-Phishing/Google-Phish-to-Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Google-Phishing/Google-Phish-to-Discord.txt -------------------------------------------------------------------------------- /Google-Phishing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Google-Phishing/README.md -------------------------------------------------------------------------------- /Google-Phishing/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Google-Phishing/main.ps1 -------------------------------------------------------------------------------- /Image-to-Console/Image-to-Console.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Image-to-Console/Image-to-Console.txt -------------------------------------------------------------------------------- /Image-to-Console/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Image-to-Console/main.ps1 -------------------------------------------------------------------------------- /LAN-Tools/LAN-Tools.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/LAN-Tools/LAN-Tools.txt -------------------------------------------------------------------------------- /LAN-Tools/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/LAN-Tools/README.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/LICENSE -------------------------------------------------------------------------------- /MEMZ-In-Powershell/MEMZ-In-Powershell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/MEMZ-In-Powershell/MEMZ-In-Powershell.txt -------------------------------------------------------------------------------- /MEMZ-In-Powershell/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/MEMZ-In-Powershell/main.ps1 -------------------------------------------------------------------------------- /MEMZ-In-Powershell/memz.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/MEMZ-In-Powershell/memz.vbs -------------------------------------------------------------------------------- /Mouse-Clicks-Recorder/Mouse-Clicks-Recorder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Mouse-Clicks-Recorder/Mouse-Clicks-Recorder.txt -------------------------------------------------------------------------------- /Mouse-Clicks-Recorder/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Mouse-Clicks-Recorder/main.ps1 -------------------------------------------------------------------------------- /Mouse-Monitor-to-Discord/Mouse-Activity-to-Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Mouse-Monitor-to-Discord/Mouse-Activity-to-Discord.txt -------------------------------------------------------------------------------- /Mouse-Monitor-to-Discord/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Mouse-Monitor-to-Discord/README.md -------------------------------------------------------------------------------- /Mouse-Monitor-to-Discord/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Mouse-Monitor-to-Discord/main.ps1 -------------------------------------------------------------------------------- /Netcat-Client/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Netcat-Client/README.md -------------------------------------------------------------------------------- /Netcat-Client/Simple-Netcat-Client.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Netcat-Client/Simple-Netcat-Client.txt -------------------------------------------------------------------------------- /Netcat-Client/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Netcat-Client/main.ps1 -------------------------------------------------------------------------------- /Netcat-Screenshare/Desktop Screenshare over Netcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Netcat-Screenshare/Desktop Screenshare over Netcat.txt -------------------------------------------------------------------------------- /Netcat-Screenshare/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Netcat-Screenshare/README.md -------------------------------------------------------------------------------- /Netcat-Screenshare/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Netcat-Screenshare/main.ps1 -------------------------------------------------------------------------------- /Network-Enumeration-GUI/Network-Enumeration-GUI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Network-Enumeration-GUI/Network-Enumeration-GUI.txt -------------------------------------------------------------------------------- /Network-Enumeration-GUI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Network-Enumeration-GUI/README.md -------------------------------------------------------------------------------- /Network-Enumeration-GUI/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Network-Enumeration-GUI/main.ps1 -------------------------------------------------------------------------------- /OSINT/Desktop Screenshare over LAN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Desktop Screenshare over LAN.txt -------------------------------------------------------------------------------- /OSINT/Desktop Screenshare over Netcat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Desktop Screenshare over Netcat.txt -------------------------------------------------------------------------------- /OSINT/Discord WiFi Grabber 2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Discord WiFi Grabber 2.txt -------------------------------------------------------------------------------- /OSINT/Discord WiFi Grabber.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Discord WiFi Grabber.txt -------------------------------------------------------------------------------- /OSINT/Discord-Infostealer.txt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Discord-Infostealer.txt.txt -------------------------------------------------------------------------------- /OSINT/Email System & User Information.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Email System & User Information.txt -------------------------------------------------------------------------------- /OSINT/Email System Info with Screenshot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Email System Info with Screenshot.txt -------------------------------------------------------------------------------- /OSINT/Exfiltrate Files to USB Drive.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Exfiltrate Files to USB Drive.txt -------------------------------------------------------------------------------- /OSINT/Exfiltrate files to Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Exfiltrate files to Discord.txt -------------------------------------------------------------------------------- /OSINT/Exfiltrate files to DropBox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Exfiltrate files to DropBox.txt -------------------------------------------------------------------------------- /OSINT/Exfiltrate files to Telegram.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Exfiltrate files to Telegram.txt -------------------------------------------------------------------------------- /OSINT/Google Login Phish to Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Google Login Phish to Discord.txt -------------------------------------------------------------------------------- /OSINT/Installed Programs and Eventlogs to File.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Installed Programs and Eventlogs to File.txt -------------------------------------------------------------------------------- /OSINT/Keylogger from base64 to Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Keylogger from base64 to Discord.txt -------------------------------------------------------------------------------- /OSINT/Keylogger to Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Keylogger to Discord.txt -------------------------------------------------------------------------------- /OSINT/Keylogger to Email.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Keylogger to Email.txt -------------------------------------------------------------------------------- /OSINT/Record-Mic-to-Discord.txt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Record-Mic-to-Discord.txt.txt -------------------------------------------------------------------------------- /OSINT/Record-Screen-to-Discord.txt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Record-Screen-to-Discord.txt.txt -------------------------------------------------------------------------------- /OSINT/Screenshot to Telegram.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Screenshot to Telegram.txt -------------------------------------------------------------------------------- /OSINT/Speech-to-Discord.txt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/OSINT/Speech-to-Discord.txt.txt -------------------------------------------------------------------------------- /Pranks/5 second Screen Kill.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/5 second Screen Kill.txt -------------------------------------------------------------------------------- /Pranks/Blank Image to Discord Spammer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/Blank Image to Discord Spammer.txt -------------------------------------------------------------------------------- /Pranks/Change Wallpaper.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/Change Wallpaper.txt -------------------------------------------------------------------------------- /Pranks/Change-System-Sounds.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/Change-System-Sounds.txt -------------------------------------------------------------------------------- /Pranks/Computer-ACID-Prank.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/Computer-ACID-Prank.txt -------------------------------------------------------------------------------- /Pranks/Disable-Keyboard-Mouse-120s.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/Disable-Keyboard-Mouse-120s.txt -------------------------------------------------------------------------------- /Pranks/Dsktop Shortcut Spammer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/Dsktop Shortcut Spammer.txt -------------------------------------------------------------------------------- /Pranks/Hydra-in-Powershell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/Hydra-in-Powershell.txt -------------------------------------------------------------------------------- /Pranks/Invoke BSOD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/Invoke BSOD.txt -------------------------------------------------------------------------------- /Pranks/Invoke Fake Update (.vbs).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/Invoke Fake Update (.vbs).txt -------------------------------------------------------------------------------- /Pranks/Kill I-O Devices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/Kill I-O Devices.txt -------------------------------------------------------------------------------- /Pranks/Mario-BSOD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/Mario-BSOD.txt -------------------------------------------------------------------------------- /Pranks/Mute-Button-Spam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/Mute-Button-Spam.txt -------------------------------------------------------------------------------- /Pranks/Persisant-Goose.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/Persisant-Goose.txt -------------------------------------------------------------------------------- /Pranks/Rickroll with Max Volume spam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/Rickroll with Max Volume spam.txt -------------------------------------------------------------------------------- /Pranks/ScreenParty.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/ScreenParty.txt -------------------------------------------------------------------------------- /Pranks/Start Windows-93 (parody edition).txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/Start Windows-93 (parody edition).txt -------------------------------------------------------------------------------- /Pranks/System Message.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/System Message.txt -------------------------------------------------------------------------------- /Pranks/USB-SoundSwap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Pranks/USB-SoundSwap.txt -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/README.md -------------------------------------------------------------------------------- /Record-Mic-to-Discord/Record-Mic-to-Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Record-Mic-to-Discord/Record-Mic-to-Discord.txt -------------------------------------------------------------------------------- /Record-Mic-to-Discord/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Record-Mic-to-Discord/main.ps1 -------------------------------------------------------------------------------- /Record-Screen-GUI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Record-Screen-GUI/README.md -------------------------------------------------------------------------------- /Record-Screen-GUI/Record-Screen-GUI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Record-Screen-GUI/Record-Screen-GUI.txt -------------------------------------------------------------------------------- /Record-Screen-GUI/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Record-Screen-GUI/main.ps1 -------------------------------------------------------------------------------- /Record-Screen-to-Discord/Record-Screen-to-Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Record-Screen-to-Discord/Record-Screen-to-Discord.txt -------------------------------------------------------------------------------- /Record-Screen-to-Discord/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Record-Screen-to-Discord/main.ps1 -------------------------------------------------------------------------------- /Reverse Shells and C2/Discord-C2-Client-from-Base64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Reverse Shells and C2/Discord-C2-Client-from-Base64.txt -------------------------------------------------------------------------------- /Reverse Shells and C2/Simple NetCat Client.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Reverse Shells and C2/Simple NetCat Client.txt -------------------------------------------------------------------------------- /Reverse Shells and C2/Simple-Discord-BOT-CLI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Reverse Shells and C2/Simple-Discord-BOT-CLI.txt -------------------------------------------------------------------------------- /Reverse Shells and C2/Telegram Reverse Shell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Reverse Shells and C2/Telegram Reverse Shell.txt -------------------------------------------------------------------------------- /Screen-to-Discord/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Screen-to-Discord/README.md -------------------------------------------------------------------------------- /Screen-to-Discord/Screenshot-to-Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Screen-to-Discord/Screenshot-to-Discord.txt -------------------------------------------------------------------------------- /Screen-to-Discord/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Screen-to-Discord/main.ps1 -------------------------------------------------------------------------------- /Screen-to-Telegram/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Screen-to-Telegram/README.md -------------------------------------------------------------------------------- /Screen-to-Telegram/Screenshot-to-Telegram.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Screen-to-Telegram/Screenshot-to-Telegram.txt -------------------------------------------------------------------------------- /Screen-to-Telegram/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Screen-to-Telegram/main.ps1 -------------------------------------------------------------------------------- /Screenshare-Over-LAN/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Screenshare-Over-LAN/README.md -------------------------------------------------------------------------------- /Screenshare-Over-LAN/Screenshare-Over-LAN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Screenshare-Over-LAN/Screenshare-Over-LAN.txt -------------------------------------------------------------------------------- /Screenshare-Over-LAN/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Screenshare-Over-LAN/main.ps1 -------------------------------------------------------------------------------- /Shortcut-Spam/Desktop-Shortcut-Spam.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Shortcut-Spam/Desktop-Shortcut-Spam.txt -------------------------------------------------------------------------------- /Shortcut-Spam/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Shortcut-Spam/README.md -------------------------------------------------------------------------------- /Shortcut-Spam/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Shortcut-Spam/main.ps1 -------------------------------------------------------------------------------- /Social-Search-GUI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Social-Search-GUI/README.md -------------------------------------------------------------------------------- /Social-Search-GUI/Username-Search-GUI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Social-Search-GUI/Username-Search-GUI.txt -------------------------------------------------------------------------------- /Social-Search-GUI/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Social-Search-GUI/main.ps1 -------------------------------------------------------------------------------- /Speech-to-Discord/Speech-to-Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Speech-to-Discord/Speech-to-Discord.txt -------------------------------------------------------------------------------- /Speech-to-Discord/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Speech-to-Discord/main.ps1 -------------------------------------------------------------------------------- /Telegram-Infostealer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Telegram-Infostealer/README.md -------------------------------------------------------------------------------- /Telegram-Infostealer/System-Info-to-Telegram.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Telegram-Infostealer/System-Info-to-Telegram.txt -------------------------------------------------------------------------------- /Telegram-Infostealer/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Telegram-Infostealer/main.ps1 -------------------------------------------------------------------------------- /Telegram-Keylogger/Keylogger-to-Telegram.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Telegram-Keylogger/Keylogger-to-Telegram.txt -------------------------------------------------------------------------------- /Telegram-Keylogger/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Telegram-Keylogger/README.md -------------------------------------------------------------------------------- /Telegram-Keylogger/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Telegram-Keylogger/main.ps1 -------------------------------------------------------------------------------- /Tools/Add Exclusion C-drive.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Tools/Add Exclusion C-drive.txt -------------------------------------------------------------------------------- /Tools/Anti-AFK-Tool.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Tools/Anti-AFK-Tool.txt -------------------------------------------------------------------------------- /Tools/Base64 Decode & Execute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Tools/Base64 Decode & Execute.txt -------------------------------------------------------------------------------- /Tools/Clean-Command-History.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Tools/Clean-Command-History.txt -------------------------------------------------------------------------------- /Tools/Disable RT-Protection through GUI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Tools/Disable RT-Protection through GUI.txt -------------------------------------------------------------------------------- /Tools/Downgrade-PS-Win11.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Tools/Downgrade-PS-Win11.txt -------------------------------------------------------------------------------- /Tools/Download-Execute from Run Prompt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Tools/Download-Execute from Run Prompt.txt -------------------------------------------------------------------------------- /Tools/Local-FileServer-for-Exfiltration.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Tools/Local-FileServer-for-Exfiltration.txt -------------------------------------------------------------------------------- /Tools/Set US Keyboard & System Language.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Tools/Set US Keyboard & System Language.txt -------------------------------------------------------------------------------- /Tools/Update Windows in Powershell.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Tools/Update Windows in Powershell.txt -------------------------------------------------------------------------------- /Tools/Webhook-Test-Tool.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Tools/Webhook-Test-Tool.txt -------------------------------------------------------------------------------- /US-Keyboard-Layout/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/US-Keyboard-Layout/README.md -------------------------------------------------------------------------------- /US-Keyboard-Layout/US-Keyboard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/US-Keyboard-Layout/US-Keyboard.txt -------------------------------------------------------------------------------- /US-Keyboard-Layout/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/US-Keyboard-Layout/main.ps1 -------------------------------------------------------------------------------- /USB-Poison/USB-Poison.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/USB-Poison/USB-Poison.txt -------------------------------------------------------------------------------- /USB-Poison/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/USB-Poison/main.ps1 -------------------------------------------------------------------------------- /Unsaved-Notepad-to-Discord/Notepad-Tabs-to-Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Unsaved-Notepad-to-Discord/Notepad-Tabs-to-Discord.txt -------------------------------------------------------------------------------- /Unsaved-Notepad-to-Discord/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Unsaved-Notepad-to-Discord/main.ps1 -------------------------------------------------------------------------------- /Uvnc-Remote-Desktop/Uvnc-Remote-Desktop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Uvnc-Remote-Desktop/Uvnc-Remote-Desktop.txt -------------------------------------------------------------------------------- /Uvnc-Remote-Desktop/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Uvnc-Remote-Desktop/main.ps1 -------------------------------------------------------------------------------- /VM-Detection-Report/VM-Detection-Report.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/VM-Detection-Report/VM-Detection-Report.txt -------------------------------------------------------------------------------- /VM-Detection-Report/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/VM-Detection-Report/main.ps1 -------------------------------------------------------------------------------- /Voice-Activated-DarkMode/Voice-Activated-DarkMode.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Voice-Activated-DarkMode/Voice-Activated-DarkMode.txt -------------------------------------------------------------------------------- /Voice-Activated-DarkMode/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Voice-Activated-DarkMode/main.ps1 -------------------------------------------------------------------------------- /Wallpaper-Jumpscare/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Wallpaper-Jumpscare/README.md -------------------------------------------------------------------------------- /Wallpaper-Jumpscare/Wallpaper-Jumpscare.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Wallpaper-Jumpscare/Wallpaper-Jumpscare.txt -------------------------------------------------------------------------------- /Wallpaper-Jumpscare/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Wallpaper-Jumpscare/main.ps1 -------------------------------------------------------------------------------- /Webcam-to-Discord/Webcam-to-Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Webcam-to-Discord/Webcam-to-Discord.txt -------------------------------------------------------------------------------- /Webcam-to-Discord/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Webcam-to-Discord/main.ps1 -------------------------------------------------------------------------------- /Webhook-Spammer-GUI/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Webhook-Spammer-GUI/README.md -------------------------------------------------------------------------------- /Webhook-Spammer-GUI/Webhook-Spammer-GUI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Webhook-Spammer-GUI/Webhook-Spammer-GUI.txt -------------------------------------------------------------------------------- /Webhook-Spammer-GUI/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Webhook-Spammer-GUI/main.ps1 -------------------------------------------------------------------------------- /Wifi-Networks-to-Discord/Discord-WiFi-Grabber.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Wifi-Networks-to-Discord/Discord-WiFi-Grabber.txt -------------------------------------------------------------------------------- /Wifi-Networks-to-Discord/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Wifi-Networks-to-Discord/README.md -------------------------------------------------------------------------------- /Wifi-Networks-to-Discord/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Wifi-Networks-to-Discord/main.ps1 -------------------------------------------------------------------------------- /Win10-Phishing/Fake-Windows-10-Logon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Win10-Phishing/Fake-Windows-10-Logon.txt -------------------------------------------------------------------------------- /Win10-Phishing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Win10-Phishing/README.md -------------------------------------------------------------------------------- /Win10-Phishing/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Win10-Phishing/main.ps1 -------------------------------------------------------------------------------- /Win11-Phishing/Fake-Windows-11-Logon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Win11-Phishing/Fake-Windows-11-Logon.txt -------------------------------------------------------------------------------- /Win11-Phishing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Win11-Phishing/README.md -------------------------------------------------------------------------------- /Win11-Phishing/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Win11-Phishing/main.ps1 -------------------------------------------------------------------------------- /Windows-Idiot-Prank/Windows-Idiot-Prank.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Windows-Idiot-Prank/Windows-Idiot-Prank.txt -------------------------------------------------------------------------------- /Windows-Idiot-Prank/idiot.vbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Windows-Idiot-Prank/idiot.vbs -------------------------------------------------------------------------------- /Windows-Idiot-Prank/main.ps1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/beigeworm/BadUSB-Files-For-FlipperZero/HEAD/Windows-Idiot-Prank/main.ps1 --------------------------------------------------------------------------------