.. | ||
.gitkeep | ||
docker-entrypoint.sh | ||
generic.nix | ||
image.nix | ||
README.md | ||
run.sh | ||
serverside.py | ||
skeleton.rkt | ||
solution.py |
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}