diff --git a/Unibw 2023/rev/Baby Cyberdyne/0d2dd2de6fc66a1b0e38dc299e38e0da b/Unibw 2023/rev pwn/Baby Cyberdyne/0d2dd2de6fc66a1b0e38dc299e38e0da similarity index 100% rename from Unibw 2023/rev/Baby Cyberdyne/0d2dd2de6fc66a1b0e38dc299e38e0da rename to Unibw 2023/rev pwn/Baby Cyberdyne/0d2dd2de6fc66a1b0e38dc299e38e0da diff --git a/Unibw 2023/rev/Baby Cyberdyne/README.md b/Unibw 2023/rev pwn/Baby Cyberdyne/README.md similarity index 100% rename from Unibw 2023/rev/Baby Cyberdyne/README.md rename to Unibw 2023/rev pwn/Baby Cyberdyne/README.md diff --git a/Unibw 2023/rev pwn/Baby Cyberdyne/ape.py b/Unibw 2023/rev pwn/Baby Cyberdyne/ape.py new file mode 100644 index 00000000..2255009f --- /dev/null +++ b/Unibw 2023/rev pwn/Baby Cyberdyne/ape.py @@ -0,0 +1,20 @@ +from pwn import * +elf = ELF(os.getcwd() + "/0d2dd2de6fc66a1b0e38dc299e38e0da") + +gs = ''' +unset env LINES +unset env COLUMNS +set follow-fork-mode child +br *handle_conn+631 +# br *main+420 +continue +''' + +def start(): + if args.GDB: + return gdb.debug([elf.path], gs) + else: + return process([elf.path]) + +io = start() +io.sendline() \ No newline at end of file diff --git a/Unibw 2023/rev pwn/House of Munich/README.md b/Unibw 2023/rev pwn/House of Munich/README.md new file mode 100644 index 00000000..63812dc8 --- /dev/null +++ b/Unibw 2023/rev pwn/House of Munich/README.md @@ -0,0 +1,11 @@ +House of Munich + +Since Arnold has retired, he wants to secure his new house. Since he is the best terminator ever developed by SkyNet, he is allowed to test SkyNet's new House Security System. + +Connect via SSH to house-of-munich.codectf.localos.io:2222 to receive your IP. Then use local forwarding to connect to your IP to port 8888. + +Credentials: + + User: aa43d20dbbbbfc662d960ab4d51d0fd8 + + Password: Ei1gkv2PYS9YFvbZJ1m0QOdCE1i2d90VRdLrvhOdd4I= diff --git a/Unibw 2023/rev pwn/House of Munich/d193ef034e897f31d7055a5d39a0fce6 b/Unibw 2023/rev pwn/House of Munich/d193ef034e897f31d7055a5d39a0fce6 new file mode 100644 index 00000000..41fb88b5 Binary files /dev/null and b/Unibw 2023/rev pwn/House of Munich/d193ef034e897f31d7055a5d39a0fce6 differ diff --git a/Unibw 2023/rev/shelly/ape.py b/Unibw 2023/rev pwn/shelly/ape.py similarity index 100% rename from Unibw 2023/rev/shelly/ape.py rename to Unibw 2023/rev pwn/shelly/ape.py diff --git a/Unibw 2023/rev/shelly/ape2.py b/Unibw 2023/rev pwn/shelly/ape2.py similarity index 100% rename from Unibw 2023/rev/shelly/ape2.py rename to Unibw 2023/rev pwn/shelly/ape2.py