zoukankan
html css js c++ java
Misc小明的保险箱
打开题目:
打开是一张jpg图片,用010Editor打开,拖到最后发现有个2.txt文件
拖到kali里,使用binwalk命令,发现有一个rar文件
使用binwalk -e命令,分离文件,得到一个rar文件
解压发现需要密码,根据提示是一个4位的数字密码
使用archpr暴破密码,得到密码
使用这个密码,解压rar文件,得到2.txt文件
打开文件,得到flag
查看全文
相关阅读:
静态链接到 MFC 的规则 DLL
DLLAFX_MANAGE_STATE(AfxGetStaticModuleState())模块状态切换保护
多线程专题之线程同步(1)
UVa 4256 Salesmen dp
nefu 661 Clockwise 水DP+略几何
10635 Prince and Princess LCS&LIS
UVa 3882 And Then There Was One 递推无力orz
UVa 10192 Vacation 字符串dp
UVa 11584 Partitioning by Palindromes 回文串dp
UVa 10534 Wavio Sequence LIS
原文地址:https://www.cnblogs.com/1dan/p/15698571.html
最新文章
HDU 2304 Electrical Outlets
巨菜的HDOJ400题感言
HDU 2715 Herd Sums
HDU 2138 How many prime numbers
HDU 2161 Primes
HDU 1563 Find your present!
HDU 1194 Beat the Spread!
HDU 1124 Factorial
HDU 3279 Nth Largest Value
js 删除确定
热门文章
c# word 在当前光标位置插入内容
c# 关闭进程
c# email send
c# wordOperationClass
office word 开发
c# class copy class
初识OR Mapping
序列化
DLL
多线程专题之线程同步(2)
Copyright © 2011-2022 走看看