mit-jamming-attackathon/templates
Carla Kirk-Cohen 06342f1ce4
main: add template to write jamming program
2024-04-15 15:45:31 -04:00
..
golang main: add template to write jamming program 2024-04-15 15:45:31 -04:00
README.md templates: add script to copy and run golang program 2024-04-15 15:45:24 -04:00
copy_and_run_golang.sh templates: add script to copy and run golang program 2024-04-15 15:45:24 -04:00

README.md

Attack Templates

This directory contains template code that can be used for your attack. Feel free to change it however you like, or not use it at all!

We currently have support for:

A "copy and run" script is provided for each template, which will:

  • Copy the code in your working directory into the flagship container
  • Update run.sh with execution commands (if not already present)
  • Run ./run.sh inside of the container