rev pwn
This commit is contained in:
20
Unibw 2023/rev pwn/Baby Cyberdyne/ape.py
Normal file
20
Unibw 2023/rev pwn/Baby Cyberdyne/ape.py
Normal file
@@ -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()
|
||||||
11
Unibw 2023/rev pwn/House of Munich/README.md
Normal file
11
Unibw 2023/rev pwn/House of Munich/README.md
Normal file
@@ -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=
|
||||||
Binary file not shown.
Reference in New Issue
Block a user