【愚公系列】2021年11月 攻防世界-进阶题-MISC-051(Miscellaneous-300)
生活随笔
收集整理的這篇文章主要介紹了
【愚公系列】2021年11月 攻防世界-进阶题-MISC-051(Miscellaneous-300)
小編覺得挺不錯(cuò)的,現(xiàn)在分享給大家,幫大家做個(gè)參考.
文章目錄
- 一、Miscellaneous-300
- 二、答題步驟
- 1.暴力破解
- 總結(jié)
一、Miscellaneous-300
題目鏈接:https://adworld.xctf.org.cn/task/task_list?type=misc&number=1&grade=1&page=3
二、答題步驟
1.暴力破解
import zipfile import re zipname = "D:\\001\\ziptest\\"+"misc.zip" while True:if zipname != "D:\\001\\ziptest\\73168.zip":ts1 = zipfile.ZipFile(zipname)#print ts1.namelist()[0]res = re.search('[0-9]*',ts1.namelist()[0])print res.group()passwd = res.group()ts1.extractall("D:\\001\\ziptest",pwd=passwd)zipname = "D:\\001\\ziptest\\"+ts1.namelist()[0]else:print "find"發(fā)現(xiàn)12475.zip還是加密繼續(xù)爆破
發(fā)現(xiàn)音頻文件,把文件丟到audacityy中去得到flag:BallsRealBolls
總結(jié)
- ARCHPR
- fcrackzip
- audacityy
總結(jié)
以上是生活随笔為你收集整理的【愚公系列】2021年11月 攻防世界-进阶题-MISC-051(Miscellaneous-300)的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【愚公系列】2021年11月 攻防世界-
- 下一篇: 攻防世界 Misc Miscellane