2020-10-18 2020网鼎杯青龙组 2020网鼎杯青龙组 Crypto_you raise me up附件(提取码:cvbl)此题考察离散对数,c=m^flag%n经大佬指点,去百度bsgs看懂之后就可以写脚本了先用sage求个值最终得到底下的X值接着python运行一波就可以得到flag附上python脚本: #!/usr/bin/env python -*- coding: utf-8 -*- from Crypto.Util.number import * import random x=56006392793405651552924479293096841126763872290794186417054288110043102953612574215902230811593957757 y=long_to_bytes(x) print(y)如果在kali中即可直接运行得flag,否则需要依靠sage(提取码:cbgy)Crypto_boom附件(提取码:cacg)这题就是需要通关(一共三关),需要在IDA打开第一关(md5):在线解得:en5oy第二关:解得:x=74;y=6... Harvey 2020-10-18 Writeup 14 阅读 0 评论 2020年10月18日 14 阅读 0 评论