Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cribb-it committed Jan 6, 2025
1 parent e2d417a commit b503f18
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions payloads/library/prank/MULTI_HID_cookie-monster/readme.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
# Cookie Monster
# :cookie: Cookie Monster
* Author: Cribbit
* Version: 1.0
* Target: any
* Category: pranks
* 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`

0 comments on commit b503f18

Please sign in to comment.