write-ups-challenges-2020-2021/fancy_text/README.md

19 lines
576 B
Markdown
Raw Permalink Normal View History

2022-11-24 17:03:20 +00:00
# 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}