摘要: [NSSRound#16 Basic]RCE但是没有完全RCE 题目代码: <?php error_reporting(0); highlight_file(__file__); include('level2.php'); if (isset($_GET['md5_1']) && isset($_GET['md5_2'])) { if ((string)$_G 阅读全文
posted @ 2024-01-18 11:18 Fab1an 阅读(133) 评论(0) 推荐(0)
摘要: 2023年国家基地“楚慧杯”网络空间安全实践能力竞赛 Wp  一点WP MISC ez-zip 使用脚本解套娃压缩包 import io import zipfile with open("4096.zip", "rb") as f: data = f.read() info = "666" while True: with zipfile.ZipFile(io.Byt 阅读全文
posted @ 2023-12-18 09:26 Fab1an 阅读(370) 评论(0) 推荐(0)
摘要: 23年宁波职教中心CTF竞赛-决赛 Web 拳拳组合 进去页面之后查看源码,发现一段注释,写着小明喜欢10的幂次方,那就是10、100、1000、10000 返回页面,在点击红色叉叉的时候抓包,修改count的值为10、100、1000、10000 然后分别获得以下信息 ?count=10 有点接近了 ?count=100:readf 阅读全文
posted @ 2023-11-18 18:32 Fab1an 阅读(73) 评论(0) 推荐(0)
摘要: “技能兴鲁”职业技能大赛-网络安全赛项-学生组初赛 WP Crypto BabyRSA 共模攻击 题目附件: from gmpy2 import * from Crypto.Util.number import * flag = 'flag{I\'m not gonna tell you the FLAG}' # 这个肯定不是FLAG了,不要交这个咯 p 阅读全文
posted @ 2023-11-14 22:17 Fab1an 阅读(223) 评论(0) 推荐(0)
摘要: 第三届vecctf  WP Web php源码审计 打开发现是登录界面,Ctrl + U查看一下源代码 <!-- php $username = $_POST['username']; $passwd = $_POST['password']; if($username=="admin" && md5($passwd)=="0 阅读全文
posted @ 2023-11-13 09:27 Fab1an 阅读(118) 评论(0) 推荐(0)
摘要: WP光电信息学院2023年网络安全季度挑战赛 签个到就跑WP Misc MISC-没爱了,下一个 下载附件压缩包解压之后,获得一个流量包文件 使用wireShark打开流量包,Ctrl + F 搜索flag{即可获得flag flag{Good_b0y_W3ll_Done} MISC-送你一朵小花花 下载附件压缩包解压之后,获得一个JPG图片文 阅读全文
posted @ 2023-11-11 11:23 Fab1an 阅读(95) 评论(0) 推荐(0)
摘要: 0xGame2023 [Week 1] Misc [Week 1] hide and seek Hint 1: 如果我的hide是steghide那你该如何seek呢? 参考其他师傅的博客http://t.csdnimg.cn/5uwMx还有http://t.csdnimg.cn/rRu5L 用工具Steghide发现需 阅读全文
posted @ 2023-10-31 23:42 Fab1an 阅读(378) 评论(0) 推荐(0)
摘要: SHCTF2023-校外赛道 Week1 Misc [WEEK1]ez-misc 下载之后获得附件,打开01game,把二进制转换为图片,使用工具ToolsFxhttps://github.com/Leon406/ToolsFx/wiki 它的下载地址https://leon.lanzoub.com/b0d9av2kb?pwd= 阅读全文
posted @ 2023-10-31 16:29 Fab1an 阅读(340) 评论(0) 推荐(1)
摘要: NewStarCTF 2023 公开赛道 Week4 官方WP https://shimo.im/docs/gXqmdVvbOEsXpo3o/read Misc Nmap 参考博客:https://blog.csdn.net/m0_43406494/article/details/109091389 -sS参数启动TCP SYN Scan,向目标各个端 阅读全文
posted @ 2023-10-31 16:28 Fab1an 阅读(1157) 评论(0) 推荐(0)
摘要: NewStarCTF 2023 公开赛道 Week3 官方WP https://shimo.im/docs/QPMRxzGktzsZnzhz/read NewStarCTF 2023 Week3 官方WriteUp.html Crypto Rabin's RSA 参考博客:RSA攻击之Rabin密码体制_rsa rabin-CSDN博客 使用轩禹一把梭 阅读全文
posted @ 2023-10-22 22:05 Fab1an 阅读(2019) 评论(0) 推荐(0)