macleo's blog

孤独 和 赛跑

导航

2024年10月5日 #

baby-mix bugku

摘要: url: https://ctf.bugku.com/challenges/detail/id/571.html 附件下载后 ,感觉是伪加密 但是也能解压出来 内容 解压出来 是:misc.png 看题目的提示,mix ,果然misc.png 混了 一个二维码,扫描出来一串数字: 4a5a4a584 阅读全文

posted @ 2024-10-05 17:35 macleo 阅读(21) 评论(0) 推荐(0)

我们生活在南京2 bugku(未解出)

摘要: url:https://ctf.bugku.com/challenges/detail/id/570.html 附件是音频,听了一下觉得是 morse code 先用ffmpeg 转mp3 到 wav 用csdn 有人推荐的 项目:https://github.com/Ling-Ink/MorseA 阅读全文

posted @ 2024-10-05 17:16 macleo 阅读(15) 评论(0) 推荐(0)

bugku 我们生活在南京-1

摘要: url:https://ctf.bugku.com/challenges/detail/id/569.html 附件是一段音频,下载后,听了。总感觉哪里不太对。考虑翻转音频。 翻转后,听出来是英文字母。按提示找密码表 按照对应 拼接 flag{radiowavesacrosstime} 阅读全文

posted @ 2024-10-05 09:16 macleo 阅读(87) 评论(0) 推荐(0)

2024年10月3日 #

lipstick bugku

摘要: 出处:https://ctf.bugku.com/challenges/detail/id/256.html stegslover 只看到YSL 的字样 找了writeup都是要 收费的。 谁知道 要怎么保存 到 zip 呢, 收费writeup:https://blog.csdn.net/qq_4 阅读全文

posted @ 2024-10-03 12:39 macleo 阅读(37) 评论(0) 推荐(0)

2024年8月30日 #

解决echarts报错 Can’t get DOM width or height. Please check dom.clientWidth and dom.clientHeight. They should not be 0.For example, you may need to call this in the callback of window.onload.

摘要: Can’t get DOM width or height. Please check dom.clientWidth and dom.clientHeight. They should not be 0.For example, you may need to call this in the c 阅读全文

posted @ 2024-08-30 22:04 macleo 阅读(464) 评论(0) 推荐(0)

2024年8月10日 #

System has not been booted with systemd as init system (PID 1). Can't operate on Debian bulleyes

摘要: 昨天为了安装 mariadb ,不小心可能安装了sysinit的东西,在启动gogs服务时 报了这个错 'System has not been booted with systemd as init system (PID 1). Can't operate' 找到了解决方案: 我的理解是这样的 阅读全文

posted @ 2024-08-10 12:11 macleo 阅读(1645) 评论(1) 推荐(0)

2024年8月4日 #

vue2 好复杂

摘要: 子父组件的通讯问题是解决了,不过感觉也挺复杂。 不知道vue3 在这个问题上有没有更好的表现。 感觉vue 复杂的1B,那种格式,写的稍微哪里不合适 ,就会报错。真的不知道那些前端大神怎么学会这些玩意的。 阅读全文

posted @ 2024-08-04 21:30 macleo 阅读(12) 评论(0) 推荐(0)

2024年6月2日 #

bugku 重重flag背后隐藏的秘密

摘要: https://ctf.bugku.com/challenges/detail/id/269.html 下载附件是个名为 m'y_flag.txt 的文本文件,打开一看 眼花缭乱的 flag ,我去。 按照规则提示搞一搞: 据说:真正的flag开头三位和结尾均为数字,第4位和倒数第3位为大写字母,聪 阅读全文

posted @ 2024-06-02 11:49 macleo 阅读(139) 评论(0) 推荐(0)

2024年5月31日 #

bugku 逆向入门

摘要: https://ctf.bugku.com/challenges/detail/id/118.html 附件是个压缩包 解压后 有一个admin.exe windows下尝试执行,报错。 查看是ASCII Data ,直接文本打开,是个base64 的图片 cyberchef 解码 里面的字符,出现 阅读全文

posted @ 2024-05-31 13:57 macleo 阅读(29) 评论(0) 推荐(0)

bugku 隐写2

摘要: https://ctf.bugku.com/challenges/detail/id/10.html binwalk 直接抽取 welcome.jpg 有个zip,破解一下,密码是:871 解压后 有个3.jpg ,直接cat 一下,flag 赫然在列了 貌似 base64,解码一下 内容为:y0u 阅读全文

posted @ 2024-05-31 13:45 macleo 阅读(24) 评论(0) 推荐(0)