Skip to content

Commit

Permalink
Merge pull request #67 from cribb-it/cookie
Browse files Browse the repository at this point in the history
Update Read Me
  • Loading branch information
hak5peaks authored Jan 7, 2025
2 parents e864778 + a2764d2 commit 588eb69
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 588eb69

Please sign in to comment.