当前位置:网站首页>[ACTF2020 新生赛]BackupFile 1
[ACTF2020 新生赛]BackupFile 1
2022-07-23 05:53:00 【坚果雨】
[ACTF2020 新生赛]BackupFile 1
查看题目这是对备份文件的一个寻找,既然做到备份文件了就看一下常见的备份文件吧
常见备份文件:“.git” 、“.svn”、“ .swp” “.~”、“.bak”、“.bash_history”、“.bkf“
这里面是bak
用dirsearch进行目录扫描{
这里插一段软件的安装:
git clone https://github.com/maurosoria/dirsearch.git 克隆过来
cd dirsearch
pip3 install -r requirements.txt 安装依赖
python3 dirsearch.py -u -e 查询语法
}
查询完,查看报告
访问该链接讲文件下载下来
打开文件查看
是一个PHP若比较(
php弱类型比较
php中其中两种比较符号:
==:先将字符串类型转化成相同,再比较
===:先判断两种字符串的类型是否相等,再比较
)
让key=123进行访问,看到flag
边栏推荐
- Summary of basic SQL operations
- OpenCV图像处理(上)几何变换+形态学操作
- HCIA----02
- 0 backtracking / dynamic programming medium leetcode526. Beautiful arrangement
- C randomly generate a score to judge its grade (excellent, good, medium, poor, failed)
- SAR成像之点目标仿真(二)—— Matlab仿真
- Step on the electric render process renderer to solve the problem of require is not defined
- STP configuration instance learning record
- Rhcsa -- file content browsing, cut, uniq, sort,.Tr command use
- User and group management, file permissions
猜你喜欢
随机推荐
Install LNMP service deployment using yum
Offer II 094. Minimum palindrome segmentation
2020-10-16
Vmware虚拟机和主机之间复制、粘贴内容、拖拽文件
快速解决:Xshell拖不進去文件夾或者軟件包的問題
0 dynamic programming leetcode918. Maximum sum of circular subarrays
Rk3588 compilation problem set
Real questions required for Niuke interview [algorithm] summary of high-frequency TOP200 questions
写一个可执行文件依赖.so的测试用例
NFS service deployment notes
2020-09-22
【无标题】
PostgreSQL k8s deployment template
Helm installing rancher
Rip configuration instance learning record
Query the cross compiled executable dependency Library
app编译打包部署手册
Telnet configuration instance learning record
numpy:矩阵的元素选取
机器学习:李航-统计学习方法(二)感知机+代码实现(原始+对偶形式)









