From 9c216656edad07b41d8e0218317e6bb3e6732a09 Mon Sep 17 00:00:00 2001 From: LulzAnarchyAnon Date: Sat, 14 May 2022 09:16:54 -0700 Subject: [PATCH 1/4] Create payload.txt --- payloads/library/prank/Webcam_Fun/payload.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 payloads/library/prank/Webcam_Fun/payload.txt diff --git a/payloads/library/prank/Webcam_Fun/payload.txt b/payloads/library/prank/Webcam_Fun/payload.txt new file mode 100644 index 0000000..27234a0 --- /dev/null +++ b/payloads/library/prank/Webcam_Fun/payload.txt @@ -0,0 +1,19 @@ +REM Title: Webcam_Fun +REM Author: LulzAnarchyAnon +REM Description: A simple, and very basic payload that turns on the targets webcam... +REM (Where you take this payload from here is up to you) +REM Target: Windows 10-11 +Props: Hak5 +REM Version: 1.0 +REM Category: Prank + +REM Payload may need to be adjusted depending on target system, but on the Two systems tested +REM it deployed in about 3 seconds. + + +GUI +DELAY 10 +SPACE +STRING camera +DELAY 10 +ENTER From 4a3b61463c4a6edbe1d1912c159b036df615c878 Mon Sep 17 00:00:00 2001 From: LulzAnarchyAnon Date: Sat, 14 May 2022 17:14:16 -0700 Subject: [PATCH 2/4] Update payload.txt --- payloads/library/prank/Webcam_Fun/payload.txt | 27 +++++++++++++------ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/payloads/library/prank/Webcam_Fun/payload.txt b/payloads/library/prank/Webcam_Fun/payload.txt index 27234a0..ca291c6 100644 --- a/payloads/library/prank/Webcam_Fun/payload.txt +++ b/payloads/library/prank/Webcam_Fun/payload.txt @@ -1,19 +1,30 @@ REM Title: Webcam_Fun REM Author: LulzAnarchyAnon -REM Description: A simple, and very basic payload that turns on the targets webcam... +REM Description: A simple, and very basic payload that turns on the targets webcam. Then the webcam proceeds to take Five pictures that are automatically +REM stored in the camera roll folder. Afterwards the webcam minimizes in the toolbar to be discovered later by the target. REM (Where you take this payload from here is up to you) REM Target: Windows 10-11 Props: Hak5 REM Version: 1.0 REM Category: Prank -REM Payload may need to be adjusted depending on target system, but on the Two systems tested -REM it deployed in about 3 seconds. +REM Payload may need to be adjusted depending on target system, but on the Two systems +REM tested it deployed in about 5 seconds. - -GUI -DELAY 10 -SPACE +GUI +DELAY 5 STRING camera -DELAY 10 +DELAY 50 ENTER +DELAY 1000 +CONTROL SPACE +DELAY 200 +CONTROL SPACE +DELAY 200 +CONTROL SPACE +DELAY 200 +CONTROL SPACE +DELAY 200 +CONTROL SPACE +DELAY 1000 +GUI d From 5e20848276e0ca6d0efd06b4944ab33bc5b9ec18 Mon Sep 17 00:00:00 2001 From: LulzAnarchyAnon Date: Sat, 14 May 2022 17:15:04 -0700 Subject: [PATCH 3/4] Update payload.txt --- payloads/library/prank/Webcam_Fun/payload.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/payloads/library/prank/Webcam_Fun/payload.txt b/payloads/library/prank/Webcam_Fun/payload.txt index ca291c6..a22e35a 100644 --- a/payloads/library/prank/Webcam_Fun/payload.txt +++ b/payloads/library/prank/Webcam_Fun/payload.txt @@ -1,7 +1,7 @@ REM Title: Webcam_Fun REM Author: LulzAnarchyAnon -REM Description: A simple, and very basic payload that turns on the targets webcam. Then the webcam proceeds to take Five pictures that are automatically -REM stored in the camera roll folder. Afterwards the webcam minimizes in the toolbar to be discovered later by the target. +REM Description: A simple, and very basic payload that turns on the targets webcam. Then the webcam proceeds to take Five pictures that are +REM automatically stored in the camera roll folder. Afterwards the webcam minimizes in the toolbar to be discovered later by the target. REM (Where you take this payload from here is up to you) REM Target: Windows 10-11 Props: Hak5