diff --git a/payloads/library/prank/MULTI_HID_cookie-monster/readme.md b/payloads/library/prank/MULTI_HID_cookie-monster/readme.md index de59325..935ed8d 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`