攻防世界
Article Summary
GPT 4
移开图片,即可得到flag
base64stego
伪加密,然后base64隐写
流量分析2
发现text.txt文件,导出http
import os
data = os.listdir()
s=''
for i in range (1,11):
with open(f'test({i}).txt','r')as f:
de = f.read().strip()
s+=de
print(s)# {17uaji1l}
神奇的Modbus
搜索modbus,然后追踪tcp流即可。
This piece of writing is an original article, utilizing theCC BY-NC-SA 4.0Agreement. For complete reproduction, please acknowledge the source as Courtesy ofxiaocai