摘要: 问题记录 yolov5环境 1 No labels found in (Done) 报错内容 F:\WorkSpace\GitSpace\yolov5>python train-self.py train-self: weights=weights/yolov5s.pt, cfg=models/yo 阅读全文
posted @ 2023-03-02 22:09 Sentry_InkCity 阅读(7808) 评论(0) 推荐(0) 编辑
摘要: impossible RSA wp 0x01 题目源码 server.py from Crypto.Util.number import * from Crypto.PublicKey import RSA e = 65537 flag = b'ACTF{...}' while True: p = 阅读全文
posted @ 2022-06-29 15:36 Sentry_InkCity 阅读(322) 评论(0) 推荐(0) 编辑
摘要: 2022DASCTF X SU 三月春季挑战赛 Crypto 0x01 FlowerCipher 源码 题目源码 # python3 from secret import flag import random # flag = b'flag{%s}' % md5(something).hexdige 阅读全文
posted @ 2022-03-26 22:14 Sentry_InkCity 阅读(397) 评论(10) 推荐(0) 编辑
摘要: 0x01 原理 其实没什么可说的原理,就是把9键的字母对应到26键来,先看一下九键。 可以找到一点规律,如果我想使用‘c’的话,那么就需要按三下‘2’,其他字母同理,那么26键呢。 很直观的把数字对应到字母上,那么在26键上的字母表就是‘wertyuio’,由26键对应到9键的密码就是字母加上次数。 阅读全文
posted @ 2021-11-10 21:26 Sentry_InkCity 阅读(1706) 评论(0) 推荐(0) 编辑
摘要: 题目 Cross_Fire.py from gmpy2 import * from libnum import s2n,n2s from Crypto.Util.number import * from flag import plaintext assert(len(plaintext)>128) 阅读全文
posted @ 2021-10-30 10:22 Sentry_InkCity 阅读(688) 评论(2) 推荐(0) 编辑
摘要: 题目给出了几百万位的 n 和 c 的值,好可怕,那么长怎么办... 阅读全文
posted @ 2021-09-24 20:24 Sentry_InkCity 阅读(181) 评论(0) 推荐(0) 编辑