write-ups-challenges-2020-2021/fancy_text/README.md
2022-11-24 18:03:20 +01:00

576 B

Fancy Text

Description

Found some fancy text, but my dumb computer can't read it... Can yours?

Deployment

Netcat challenge

Difficulty

Easy

Solution

As you can try a string yourself, you can pass all printable characters and build a dictionary for them. Then you can decode any string with this dictionary. A solution for the programming part of the challenge is provided in solution.py. You can use the python libraries requests and nclib or pwntools to communicate with the server.

Flag

IGCTF{You_should_really_consider_buying_AMC_stocks.<3}