envicutor / drafts

Issues and drafts for Envicutor
1 stars 0 forks source link

Script that attacks Envicutor in an infinite loop #11

Closed Brikaa closed 3 months ago

Brikaa commented 3 months ago

A script that posts malicious submissions to Envicutor in an infinite loop. We can run it in the demo during contest simulation to show that Envicutor can respond to threats that can happen during the contest. For example:

- while True:
  - Post infinite loop submission
  - Post huge memory allocation submission
  - Post infinite idleness submission
  - Post fork bomb submission
  - Post "sudo rm -rf /*" submission

Note that these would be sent sequentially not in parallel (i.e, we would await each one to return) to avoid occupying many spots in the concurrent submissions queue. API throttling is handled by the client not by Envicutor.