picoCTF-WP

本文档详细介绍了PicoCTF比赛中的多个解密挑战,包括使用凯撒密码、维吉尼亚密码、ROT13、数字转换、ASCII编码、维纳攻击、RSA加密等解密技术。每个挑战都提供了描述、提示和解密工具链接,旨在帮助参赛者解决各种加密谜题并获取FLAG。
摘要由CSDN通过智能技术生成

The Numbers

Description:The numbers… what do they mean?
Hints:The flag is in the format PICOCTF{}

在这里插入图片描述

a-1 b-2 c-3 d-4 e-5 f-6 g-7 h-8 
i-9 j-10 k-11 l-12 m-13 n-14 o-15 p-16 
q-17 r-18 s-19 t-20 u-21 v-22 w-23 x-24 
y-25 z-26 

大括号前数字对应的字母是PICOCTF

GET FLAG!

PICOCTF{
   THENUMBERSMASON}

caesar

Description:Decrypt this message
Hints:caesar cipher tutorial

picoCTF{
   gvswwmrkxlivyfmgsrhnrisegl}

凯撒加密在线解密网站
在这里插入图片描述
GET FLAG!

picoCTF{
   crossingtherubicondjneoach}

Easy1

Description:The one time pad can be cryptographically secure, but not when you know the key. Can you solve this? We’ve given you the encrypted flag, key, and a table to help UFJKXQZQUNB with the key of SOLVECRYPTO. Can you use this table to solve it?
Hints:
1.Submit your answer in our flag format. For example, if your answer was ‘hello’, you would submit ‘picoCTF{HELLO}’ as the flag.
2.Please use all caps for the message.

一看附件我们就知道这是考察维吉尼亚密码
在这里插入图片描述
维吉尼亚加密在线解密网站

GET FLAG!

picoCTF{
   CRYPTOISFUN}

13

Description:Cryptography can be easy, do you know what ROT13 is? cvpbPGS{abg_gbb_onq_bs_n_ceboyrz}
Hints:This can be solved online if you don’t want to do it by hand!

ROT13在线解密网站
在这里插入图片描述
GET FLAG!

picoCTF{
   not_too_bad_of_a_problem}

2Warm

Description:Can you convert the number 42 (base 10) to binary (base 2)?
Hints:Submit your answer in our competition’s flag format. For example, if your answer was ‘11111’, you would submit ‘picoCTF{11111}’ as the flag

直接将十进制转化为二进制

GET FLAG!

picoCTF{
   101010}

Lets Warm Up

Description: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为十六进制70,转化为ASCII码为字母p

GET FLAG!

picoCTF{
   p}

Warmed Up

Description:What is 0x3D (base 16) in decimal (base 10)?
Hints:Submit your answer in our flag format. For example, if your answer was ‘22’, you would submit ‘picoCTF{22}’ as the flag

GET FLAG!

picoCTF{
   61}

Bases

Description:What does this bDNhcm5fdGgzX3IwcDM1 mean? I think it has something to do with bases
Hints:Submit your answer in our flag format. For example, if your answer was ‘hello’, you would submit ‘picoCTF{hello}’ as the flag

在这里插入图片描述
GET FLAG!

picoCTF{
   l3arn_th3_r0p35}

plumbing

Description:Sometimes you need to handle process data outside of a file. Can you find a way to keep the output from this program and search for the flag? Connect to jupiter.challenges.picoctf.org 22058
Hints:
1.Remember the flag format is picoCTF{XXXX}
2.What’s a pipe? No not that kind of pipe… This kind

nc jupiter.challenges.picoctf.org 22058 | grep pico

在这里插入图片描述
GET FLAG!

picoCTF{
   digital_plumb3r_5ea1fbd7}

flag_shop

Description:There’s a flag shop selling stuff, can you buy a flag?
Source. Connect with nc jupiter.challenges.picoctf.org 60804
Hints:Two’s compliment can do some weird things when numbers get
really big!

((1<<31)//900)*1.5
3579138.0

在这里插入图片描述
GET FLAG!

picoCTF{
   m0n3y_bag5_65d67a74}

Glory of the Garden

Description:This garden contains more than it seems
Hints:What is a hex editor?

在这里插入图片描述
使用010 editor打开
在这里插入图片描述
GET FLAG!

picoCTF{
   more_than_m33ts_the_3y33dd2eEF5}

Insp3ct0r

Description:Kishor Balan tipped us off that the following code may
need inspection: https://jupiter.challenges.picoctf.org/problem/51418/
(link) or http://jupiter.challenges.picoctf.org:51418 Hints:
1.How do you inspect web code on a browser?
2.There’s 3 parts
在这里插入图片描述
在这里插入图片描述
在这里插入图片描述

GET FLAG!

picoCTF{
   tru3_d3t3ct1ve_0r_ju5t_lucky?2e7b23e3}

dont-use-client-side

Description:Can you break into this super secure portal?
https://jupiter.challenges.picoctf.org/problem/61882/ (link) or
http://jupiter.challenges.picoctf.org:61882 Hints:Never trust the
client

在这里插入图片描述
GET FLAG!

picoCTF{
   no_clients_plz_b706c5}

So Meta

Description:Find the flag in this picture.
Hints:
1.What does meta mean in the context of files?
2.Ever heard of metadata?

在这里插入图片描述

在这里插入图片描述
010 editor打开

GET FLAG!

picoCTF{
   s0_m3ta_d8944929}

extensions

Description:This is a really weird text file TXT? Can you find the
flag? Hints:
1.How do operating systems know what kind of file it is? (It’s not just the ending!
2.Make sure to submit the flag as picoCTF{XXXXX}

$ file flag.txt
flag.txt: PNG image data, 1697 x 608, 8-bit/color RGB, non-interlaced

GET FLAG!

picoCTF{
   now_you_know_about_extensions}

Flags

在这里插入图片描述
国际信号旗
在这里插入图片描述
GET FLAG!

PICOCTF{
   F1AG5AND5TUFF}

Tapping

Description:Theres tapping coming in from the wires. What’s it saying nc jupiter.challenges.picoctf.org 28927
Hints:
1.What kind of encoding uses dashes and dots?
2.The flag is in the format PICOCTF{}

在这里插入图片描述
在这里插入图片描述

GET FLAG!

PICOCTF{
   M0RS3C0D31SFUN1261438181}

la cifra de

Description:I found this cipher in an old book. Can you figure out what it says? Connect with nc jupiter.challenges.picoctf.org 50523
Hints:
1.There are tools that make this easy
2.Perhaps looking at history will help

在这里插入图片描述
https://github.com/d4rkvaibhav/picoCTF-2018-Writeups/tree/master/Cryptography/blaise

hgqqpohzCZK{
   m311a50_0x_a1rn3x3_h1ah3x6kp60egf}

维吉尼亚密码

key = FLAG

在这里插入图片描述
GET FLAG!

picoCTF{
   b311a50_0r_v1gn3r3_c1ph3r6fe60eaa}

what’s a net cat?

Description:Using netcat (nc) is going to be pretty important. Can you connect to jupiter.challenges.picoctf.org at port 29138 to get the flag?
Hints:nc tutorial

在这里插入图片描述
GET

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值