picoCTF 2021 Nice netcat… Writeup

Nice netcat... was an easy challenge worth 10 points.

Description

There is a nice program that you can talk to by using this command in a shell: $ nc mercury.picoctf.net 22342, but it doesn't speak English...

Solving

Connecting to this host with netcat, I was presented with several numbers which appeared to be “character codes”, which are the decimal representation of ASCII characters.

Character codes come up a lot in CTFs and programming. You can recognize that some data may be character codes if you are presented with several numbers between 30 and 127.

This was easily decoded with CyberChef. Remember to use the correct base in the From Charcode ingredient:

One thought on “picoCTF 2021 Nice netcat… Writeup

  1. Pingback: picoCTF Writeups – DMFR SECURITY

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s