今天我們再解 General Skills 2 題好了,
我看到和昨天同樣概念的題型耶
一起解完好了。明天再回來解 Web
If I told you a word started with 0x70 in hexadecimal, what would it start with in ASCII?
Hints
Submit your answer in our flag format. For example, if your answer was 'hello', you would submit 'picoCTF{hello}' as the flag.
0x70是16進位,我們要做的就是把 16 進位轉成 ASCII,
可用線上工具或者自行寫py
我承認我用工具,我就懶~
https://coding.tools/tw/hex-to-ascii
再來一題是關於 netcat
Using netcat (nc) is going to be pretty important. Can you connect to jupiter.challenges.picoctf.org at port 64287 to get the flag?
Hints
nc tutorial
netcat是在解 CTF 常常使用的工具之一, Tips 看到 IP 和 Port 這 2 項訊息,都可以試看看 nc (netcat) 連線
小提醒:在 linux 和 Mac 下的 Terminal ,都有自帶 nc 命令,像我用 Ubuntu 就不用載, Windows 印象中要下載~
nc jupiter.challenges.picoctf.org 64287
64287是題目給我們的資訊
明天我們會回到 Web 的懷抱
這2天 General Skills 還算有趣ㄇ
可以留言告訴我ㄛ
大家晚安