UMDLARS / dtanm

A framework to teach adversarial thinking to software developers without requiring any special security knowledge
3 stars 2 forks source link

Create tutorial/into video #15

Open CrimsonK1ng opened 5 years ago

CrimsonK1ng commented 5 years ago

Intro to the framework. Kept generic.

pahp commented 5 years ago

We should make an outline for this instructional video -- another thing to add might be a list of things that are "out of bounds" -- problems that we can't solve with DTANM v2.

pahp commented 5 years ago

Maybe we should come up with a super baby demo program for live use in the video to show all the framework features. For example, a name.c program that asks for your name and prints it out and has a trivial buffer overflow. That way, the video could show everything the framework does.

Maybe CS1 projects too, would be a good one. Like print a pyramid of stars, blackjack, number guessing game.

ChandlerSwift commented 4 years ago

https://youtu.be/OeSUpLptBpI

First attempt. Covers most of the framework basics, but still missing, at a minimum:

Uses the DTANM sample echo pack