Skip to content

Commit

Permalink
Spelling and grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
nullmonk committed Feb 9, 2023
1 parent 79b9510 commit 9a51009
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,9 @@ For more advanced deployment types, you will want to modify [./ctfd_script_chall

## Consumer

An example consumer has been provide for testing.
Note, The consumer within this repo is a **test Python script** for testing the CTFd-to-RabbitMQ integration.
For the actual consumer deployed, see [gg-consumer](https://github.com/ghidragolf/gg-consumer)
The consumer takes the script from RabbitMQ, and basic information about the challenge and user who sumbitted, and returns the results back to CTFd.

This consumer takes the script from RabbitMQ, and basic information about the challenge and user who sumbitted, and returns the results back to CTFd.
An example consumer has been provided in this repo for testing, for the actual consumer used in GhidraGolf, see [gg-consumer](https://github.com/ghidragolf/gg-consumer)

>Note: The example consumer does _NOT_ execute scripts and simply returns "hello world"
Expand Down

0 comments on commit 9a51009

Please sign in to comment.