Update DownUnderCTF 2023/beginner/pyny/README.md

This commit is contained in:
2023-09-05 11:28:02 +02:00
parent c3ac7e2fb3
commit e54137ee0e

View File

@@ -1,5 +1,15 @@
# pyny # 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. 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. 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.