RPISEC / MBE

Course materials for Modern Binary Exploitation by RPISEC
BSD 2-Clause "Simplified" License
5.43k stars 881 forks source link

Add a warning message to setup_wargame.sh (it looks like someone's ac… #15

Closed aweinstock314 closed 8 years ago

aweinstock314 commented 8 years ago

…tually made this mistake in IRC recently, but it's probably a good idea to have a warning even if it turns out that they're ok).

clarkb7 commented 8 years ago

A simple (y/n) to continue would be better than a sleep IMO

aweinstock314 commented 8 years ago

I've added a prompt using the "read" bash builtin, and it doesn't proceed unless it gets a "yes".