当前位置:网站首页>Bugku-Misc-贝斯手
Bugku-Misc-贝斯手
2022-08-01 16:32:00 【lf_x】
用记事本打开 介绍.txt 会忽略后面内容,用VScode比较好
属猴,测试密码是1992,打开flag.txt内容是
5+58==327a6c4304ad5938eaf0efb6cc3e53dcCFmZknmK3SDEcMEue1wrsJdqqkt7dXLuS
5的意思是MD5,58的意思是base58
选择前32位进行md5解码md5在线解密破解,md5解密加密 (cmd5.com)
Base58在线编码解码-ME2在线工具 (metools.info)
也可用脚本解Base58
def b58encode(tmp:str) -> str:
tmp = list(map(ord,tmp))
temp = tmp[0]
base58 = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"
for i in range(len(tmp)-1):
temp = temp * 256 + tmp[i+1]
tmp = []
while True:
tmp.insert(0,temp % 58)
temp = temp // 58
if temp == 0:
break
temp = ""
for i in tmp:
temp += base58[i]
return temp
def b58decode(tmp:str) -> str:
import binascii
base58 = "123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz"
temp = []
for i in tmp:
temp.append(base58.index(i))
tmp = temp[0]
for i in range(len(temp)-1):
tmp = tmp * 58 + temp[i+1]
return binascii.unhexlify(hex(tmp)[2:].encode("utf-8")).decode("UTF-8")
#print(b58encode("ABDCDEFGA"))
print(b58decode("CFmZknmK3SDEcMEue1wrsJdqqkt7dXLuS"))
边栏推荐
猜你喜欢
MySQL INTERVAL Keyword Guidelines

MySQL最大建议行数2000w, 靠谱吗?

The site is not found after the website is filed. You have not bound this domain name or IP to the corresponding site! The configuration file does not take effect!

Ant discloses the open source layout of core basic software technology for the first time

DOM系列之classList属性

uwsgi配置文件启动

Description of common operations and help projects about DevExpress in C#

谁还敢买影视股?

直播app开发,是优化直播体验不得不关注的两大指标

月薪12K,蝶变向新勇往直前,我通过转行软件测试实现月薪翻倍...
随机推荐
untiy Resorces目录动态加载资源
DOM系列之触屏事件
C#的CSV格式文件帮助类
Isometric graph neural networks shine in drug discovery
08 Spark cluster construction
工业制造行业的低代码开发平台思维架构图
MySQL最大建议行数2000w, 靠谱吗?
华盛顿大学、Allen AI 等联合 | RealTime QA: What's the Answer Right Now?(实时 QA:现在的答案是什么?)
如何有效地开发 Jmix 扩展组件
UI helper class for Winform - some components will use DevExpress components
珠海市生物安全P3实验室主体结构封顶
SQL函数 TIMESTAMPDIFF
谁还敢买影视股?
DevExpress的GridControl帮助类
The untiy Resources directory dynamically loads resources
2022强网杯CTF---强网先锋 ASR wp
使用Canvas实现网页鼠标签名效果
请问数据库中报错信息如下,mongoshake 有什么配置的方式解决这种大消息问题吗?
我的新书销量1万册了!
今晚直播!