mit-jamming-attackathon/templates
Vincenzo Palazzo f1046e909b
attck: start basic architecture
Signed-off-by: Vincenzo Palazzo <vincenzopalazzodev@gmail.com>
2024-04-19 13:46:40 -04:00
..
golang attck: start basic architecture 2024-04-19 13:46:40 -04:00
rustlang Adds cargo template pointing to a custom version of tonic_lnd 2024-04-19 10:12:44 -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