mit-jamming-attackathon/templates
Elle Mouton 953abb7436
templates/golang: set endorced field for JammingPayment AddInvoiceData
Use the JammingPaymentReq.EndorseOutgoing field to potentially set
EndorseOutgoing on the SendPaymentRequest.
2024-04-17 13:43:31 -04:00
..
golang templates/golang: set endorced field for JammingPayment AddInvoiceData 2024-04-17 13:43: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