Update DownUnderCTF 2023/beginner/pyny/README.md
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
# pyny
|
||||
|
||||
## Source
|
||||
|
||||
```
|
||||
#coding: punycode
|
||||
def _(): pass
|
||||
('Correct!' if ('Enter the flag: ') == 'DUCTF{%s}' % _.____ else 'Wrong!')-gdd7dd23l3by980a4baunja1d4ukc3a3e39172b4sagce87ciajq2bi5atq4b9b3a3cy0gqa9019gtar0ck
|
||||
```
|
||||
|
||||
## Solve
|
||||
|
||||
You probably want to do some easy stuff, like.. "decoding", and sure you can do that apparently.
|
||||
|
||||
Well I'm different, and went for the debugger route. Sadly the debugger shipped with Pycharm and VSCode seems to be incapable of running this punycode.
|
||||
|
||||
Reference in New Issue
Block a user