# Lab08: misc1 Various topics are covered in this lab, including int overflow, race conditions, time-of-check-time-of-use, bad-casting vulnerabilities, and sandbox escapes. * Problems + [level 00] tut-reliable [20 points] + [level 01] 2048-int [20 points] + [level 02] intq [20 points] + [level 03] race [20 points] + [level 04] urandom [20 points] + [level 05] concat [20 points] + [level 06] type [20 points] + [level 07] django [20 points] + [level 08] tictou [20 points] + [level 09] sandbox-seccomp [20 points] + [level 10] simple-aeg [20 points] Specifically, tictou, simple-aeg and django are remote challenges. django runs at port 10027 (HTTP server); tictou runs at port 10028 and 10029 (HTTP server); simple-aeg runs at port 10030. * Refs - http://phrack.org/issues/60/10.html - http://blog.llvm.org/2011/05/what-every-c-programmer-should-know.html