- Namespace: picoctf/examples
- ID: reversing-python
- Type: custom
- Category: Reverse Engineering
- Points: 1
- Templatable: yes
- MaxUsers: 1
This service can provide you with a random number, but can it do anything else?
Connect to the program with netcat:
$ nc {{server}} {{port}}
The program's source code can be downloaded {{url_for("picker-I.py", "here")}}.
- Can you point the program to a function that does something useful for you?
Enter 'win' as the input to the program
cpus: 0.5
memory: 128m
pidslimit: 20
ulimits:
- nofile=128:128
diskquota: 64m
init: trueExamining source code to identify functionality
- python
- author: LT 'syreal' Jones
- organization: picoCTF
- event: picoCTF Problem Developer Training