From b503f1856c870dd47393c6957eff054016a75cb2 Mon Sep 17 00:00:00 2001 From: cribb-it <24548670+cribb-it@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:45:21 +0000 Subject: [PATCH 1/2] Update Readme --- .../prank/MULTI_HID_cookie-monster/readme.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/payloads/library/prank/MULTI_HID_cookie-monster/readme.md b/payloads/library/prank/MULTI_HID_cookie-monster/readme.md index de59325..446dc2f 100644 --- a/payloads/library/prank/MULTI_HID_cookie-monster/readme.md +++ b/payloads/library/prank/MULTI_HID_cookie-monster/readme.md @@ -1,4 +1,4 @@ -# Cookie Monster +# :cookie: Cookie Monster * Author: Cribbit * Version: 1.0 * Target: any @@ -6,16 +6,16 @@ * Attackmode: HID * Props: Unkown at Brown University, C. D. Tavares. -## Description -Types messages asking for a cookie. until the user type cookie +## :mag: Match +start_monster + +## :book: Description +Recreates the 1969 program from Brown University. This version types messages asking for a cookie. until the user type `cookie`. -## Change Log +## :placard: Change Log | Version | Changes | | ------- | ------------------------------| | 1.0 | Initial release | -## Match -start_monster - -## Configuration +## :pencil: Configuration The line: `if tail -c 6 "$crocKeys" | grep -q cookie; then` may need changing if the file is unicode to: `if tail -c 12 "$crocKeys" | grep -q cookie; then` From a2764d2d9b03c1dc935497f89eef0316db766958 Mon Sep 17 00:00:00 2001 From: cribb-it <24548670+cribb-it@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:52:29 +0000 Subject: [PATCH 2/2] fix case --- payloads/library/prank/MULTI_HID_cookie-monster/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/payloads/library/prank/MULTI_HID_cookie-monster/readme.md b/payloads/library/prank/MULTI_HID_cookie-monster/readme.md index 446dc2f..935ed8d 100644 --- a/payloads/library/prank/MULTI_HID_cookie-monster/readme.md +++ b/payloads/library/prank/MULTI_HID_cookie-monster/readme.md @@ -10,7 +10,7 @@ start_monster ## :book: Description -Recreates the 1969 program from Brown University. This version types messages asking for a cookie. until the user type `cookie`. +Recreates the 1969 program from Brown University. This version types messages asking for a cookie. Until the user type `cookie`. ## :placard: Change Log | Version | Changes |