diff --git a/2023/12/05/hello-world/index.html b/2023/12/05/hello-world/index.html index 9b1885f..8ec47a3 100644 --- a/2023/12/05/hello-world/index.html +++ b/2023/12/05/hello-world/index.html @@ -156,7 +156,7 @@

Deploy to remote sites

$ hexo deploy

More info: Deployment

-
文章作者: lone(thely314)
文章链接: https://thely314.github.io/2023/12/05/hello-world/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Ciallo!
avatar
lone(thely314)
Follow Me On Github
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
avatar
lone(thely314)
Follow Me On Github
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
avatar
lone(thely314)
Follow Me On Github
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
avatar
lone(thely314)
Follow Me On Github
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
avatar
lone(thely314)
Follow Me On Github
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
avatar
lone(thely314)
Follow Me On Github
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
avatar
lone(thely314)
Follow Me On Github
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
目录
最新文章
avatar
lone(thely314)
Follow Me On Github
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
目录
最新文章

miniGameFromLone(tips 1 updated)

mini Game From Lone(tips #1 updated)

intro

EN:

Driven by the idea of CTF Thinking it was interesting, I decided to design three beginner-friendly puzzles as a mini game.(Actually, there are also ideas to publicize my blog)

+

miniGameFromLone(tips 2 updated)

mini Game From Lone(tips #2 updated)

intro

EN:

Driven by the idea of CTF Thinking it was interesting, I decided to design three beginner-friendly puzzles as a mini game.(Actually, there are also ideas to publicize my blog)

the flag you need to collect has the fromat of cdkPartN{XXX}, N means number 1-3, but the content of cdkPartN{XXX} are not the real cdkey.

-

Please submit all flags and solutions at once (via email: p478a0bb9ea88@qq.com, or via private chats). If you encounter problems, please also contact me through the above methods.

+

Please submit all flags and solutions at once (via email: p478a0bb9ea88@qq.com, or via private chats). If you encounter problems, please also contact me through the above methods.

The first person to submit all flags and solutions will be awarded. Tips will be updated on this page if needed.

The reward will be a Steam game within the price range of 100(be pending) or KFC V50 for you

中文:

站长打CTF打的出于“觉得有意思所以就做了试试”的想法,设计了三个新手相对友好的问题,打算弄个小游戏(其实也有宣传我的博客的想法)

你需要收集的flag的格式为cdkPartN{XXX},N表示数字1-3,但是 cdkPartN{XXX} 的内容不是真正的cdkey

-

请一次提交所有flag和解题方法(通过邮箱p478a0bb9ea88@qq.com,也接受私聊)。遇到问题时同样通过上述方式联系我

+

请一次提交所有flag和解题方法(通过邮箱p478a0bb9ea88@qq.com,也接受私聊)。遇到问题时同样通过上述方式联系我

第一个提交所有flag和解题方法的人将获得奖励。如有需要,本页将更新提示。

奖励将会是价位100以内的steam游戏(待定)KFC V你50

puzzle 1

A basic string with clear meaning(?) guides you to find the treasure image:

意义明确的基础字符串(?),引导你找到藏宝图片:

bG9uZWNoYW4uc3BhY2UvaW1nL2hlcmUucG5n

-

tips1: 一层base64

+

tips1: 一层base64
tips2: The file structure of PNG files(PNG文件结构)

puzzle 2

A string with unclear meaning but distinct features, containing AES:

意义不明确但有明显特征的字符串,内含AES:

ZTk2ZTAwNTQ1YmUwMjQ1ZjM2NzEzYTNmZTcyNGViNDc0ODJjMzhlMDBkNTY2OGFjODA2NGU4MzU3MTJiMDNhNTwhLS0gdGhlIE5FWFQgQUVTIGtleSBpcyBteSBmYXZvcml0ZSB3YWlmdSdzIGVuZ2xpc2ggbmFtZShhbGwgaW4gbG93ZXJjYXNlKSBhZnRlciBBRVMgZW5jcnlwdCwgdGhlIEFFUyBrZXkgYW5kIEFFUyBJViBib3RoIGFyZSBteSBmYXZvcml0ZSB3YWlmdSdzIGVuZ2xpc2ggbmFtZSBhZnRlciBNRDUgLS0+

-

tips1: CBC mode; when using IV, take the first 16 bytes(CBC模式;用到IV时取前16 bytes)

+

tips1: CBC mode; when using IV, take the first 16 bytes(CBC模式;用到IV时取前16 bytes)
tips2: Take a look at my blog and discover my preferences(看看我的博客,发现我的偏好)

puzzle 3

DO SOME EASY JOB AND FELLOW ME ON gITHUB, YOU WiLL GEt THE AWARDS SOON

你需要阅读英文题面

-

tips1: Is there some strange commits on my profile repository?(我的个人主页配置仓库中是否有一些奇怪的commits?)

+

tips1: Is there some strange commits on my Github profile repository?(我的Github个人主页配置仓库中是否有一些奇怪的commits?)
tips2: how can i see the history of git?(我怎样才能看到git的历史?)

-
文章作者: lone(thely314)
文章链接: https://thely314.github.io/2024/11/19/miniPuzzleFromLone/
版权声明: 本博客所有文章除特别声明外,均采用 CC BY-NC-SA 4.0 许可协议。转载请注明来自 Ciallo!
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
文章总览 - 2
2023
更换Hexo_butterfly主题记录
Hello World
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
+
文章总览 - 2
2023
更换Hexo_butterfly主题记录
Hello World
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
网站资讯
文章数目 :
5
本站总字数 :
3.7k
本站访客数 :
本站总访问量 :
最后更新时间 :
文章总览 - 2
2023
更换Hexo_butterfly主题记录
Hello World
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
+
文章总览 - 2
2023
更换Hexo_butterfly主题记录
Hello World
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
网站资讯
文章数目 :
5
本站总字数 :
3.7k
本站访客数 :
本站总访问量 :
最后更新时间 :
文章总览 - 3
2024
miniGameFromLone(tips 1 updated)
Record of Dream
After Hackergame 2024
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
+
文章总览 - 3
2024
miniGameFromLone(tips 2 updated)
Record of Dream
After Hackergame 2024
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
网站资讯
文章数目 :
5
本站总字数 :
3.7k
本站访客数 :
本站总访问量 :
最后更新时间 :
文章总览 - 3
2024
miniGameFromLone(tips 1 updated)
Record of Dream
After Hackergame 2024
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
+
文章总览 - 3
2024
miniGameFromLone(tips 2 updated)
Record of Dream
After Hackergame 2024
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
网站资讯
文章数目 :
5
本站总字数 :
3.7k
本站访客数 :
本站总访问量 :
最后更新时间 :
文章总览 - 5
2024
miniGameFromLone(tips 1 updated)
Record of Dream
After Hackergame 2024
2023
更换Hexo_butterfly主题记录
Hello World
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
+
文章总览 - 5
2024
miniGameFromLone(tips 2 updated)
Record of Dream
After Hackergame 2024
2023
更换Hexo_butterfly主题记录
Hello World
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
网站资讯
文章数目 :
5
本站总字数 :
3.7k
本站访客数 :
本站总访问量 :
最后更新时间 :
分类 - Experience
2024
After Hackergame 2024
2023
更换Hexo_butterfly主题记录
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
+
分类 - Experience
2024
After Hackergame 2024
2023
更换Hexo_butterfly主题记录
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
网站资讯
文章数目 :
5
本站总字数 :
3.7k
本站访客数 :
本站总访问量 :
最后更新时间 :
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
+
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
网站资讯
文章数目 :
5
本站总字数 :
3.7k
本站访客数 :
本站总访问量 :
最后更新时间 :
分类 - mini game
2024
miniGameFromLone(tips 1 updated)
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
+
分类 - mini game
2024
miniGameFromLone(tips 2 updated)
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
网站资讯
文章数目 :
5
本站总字数 :
3.7k
本站访客数 :
本站总访问量 :
最后更新时间 :
分类 - record
2024
Record of Dream
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
+
分类 - record
2024
Record of Dream
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
网站资讯
文章数目 :
5
本站总字数 :
3.7k
本站访客数 :
本站总访问量 :
最后更新时间 :
分类 - start
2023
Hello World
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
+
分类 - start
2023
Hello World
公告
使用cloudflare的cdn服务加速了本站,但是我自己的平均访问速度变慢了(草)
日历
最新文章
网站资讯
文章数目 :
5
本站总字数 :
3.7k
本站访客数 :
本站总访问量 :
最后更新时间 :