当前位置:网站首页>Ctfshow web entry explosion
Ctfshow web entry explosion
2022-07-05 14:58:00 【Cwxh0125】
web21
First, enter an account password casually

Grab the bag
The account name and password entered are base64 Encrypted , Decoding found that its form is ——admin: password , Next, construct payload
Using a custom iterator The first paragraph is admin The second paragraph is “:” The third paragraph is the password for downloading the title attachment Conduct base64 After encryption, it can be exploded
web22



web23
Open to see php Code , First analyze the code , You can know token By md5 encryption , And its first = Fourteenth = 17th ,( first place + Fourteenth + 17th )/ first place = 31st place

php Script
<?php
error_reporting(0);
$a="asdfghjklqwertyuiopzxcvbnm1234567890";
for($i=0;$i<36;$i++){
for($j=0;$j<36;$j++){
$token=$a[$i].$a[$j];
$token = md5($token);
if(substr($token, 1,1)===substr($token, 14,1) && substr($token, 14,1) ===substr($token, 17,1)){
if((intval(substr($token, 1,1))+intval(substr($token, 14,1))+substr($token, 17,1))/substr($token, 1,1)===intval(substr($token, 31,1))){
echo $a[$i].$a[$j];
exit(0);
}
}
}
}
?>
After running, get 3j The ginseng token=3j

web24
mt_scrand(seed) This function means , By distributing seed seeds , Then the seeds have , by mt_rand() Generate random Count 
stay kali Run on Or by php Script ![]()
Run a pseudo-random number 1155388967 Pass on ?r=1155388967 Can get flag
web25
web26
Direct input I can't find out

Blow up the password 
After blasting
边栏推荐
- Using tensorboard to visualize the training process in pytoch
- Want to ask the big guy, is there any synchronization from Tencent cloud Mysql to other places? Binlog saved by Tencent cloud MySQL on cos
- 裁员下的上海
- [C question set] of Ⅷ
- Type declaration of all DOM elements in TS
- What about SSL certificate errors? Solutions to common SSL certificate errors in browsers
- Section - left closed right open
- PostgreSQL 13 installation
- Drive brushless DC motor based on Ti drv10970
- 可视化任务编排&拖拉拽 | Scaleph 基于 Apache SeaTunnel的数据集成
猜你喜欢

Coding devsecops helps financial enterprises run out of digital acceleration

实现一个博客系统----使用模板引擎技术

Mysql---- function

PHP - fatal error: allowed memory size of 314572800 bytes exhausted

【数组和进阶指针经典笔试题12道】这些题,满足你对数组和指针的所有幻想,come on !

Differences between IPv6 and IPv4 three departments including the office of network information technology promote IPv6 scale deployment

Dark horse programmer - software testing -10 stage 2-linux and database -44-57 why learn database, description of database classification relational database, description of Navicat operation data, de

CPU设计相关笔记
![[detailed explanation of Huawei machine test] character statistics and rearrangement](/img/0f/972cde8c749e7b53159c9d9975c9f5.png)
[detailed explanation of Huawei machine test] character statistics and rearrangement

【NVMe2.0b 14-9】NVMe SR-IOV
随机推荐
Crud de MySQL
Un week - end heureux
CODING DevSecOps 助力金融企业跑出数字加速度
想问下大家伙,有无是从腾讯云MYSQL同步到其他地方的呀?腾讯云MySQL存到COS上的binlog
js亮瞎你眼的日期选择器
[recruitment position] infrastructure software developer
GPS原始坐标转百度地图坐标(纯C代码)
裁员下的上海
STM32+BH1750光敏传感器获取光照强度
可视化任务编排&拖拉拽 | Scaleph 基于 Apache SeaTunnel的数据集成
Cartoon: what are the attributes of a good programmer?
【leetcode周赛总结】LeetCode第 81 场双周赛(6.25)
easyOCR 字符识别
Talking about how dataset and dataloader call when loading data__ getitem__ () function
Stm32+bh1750 photosensitive sensor obtains light intensity
美团优选管理层变动:老将刘薇调岗,前阿里高管加盟
IPv6与IPv4的区别 网信办等三部推进IPv6规模部署
JMeter performance test: serveragent resource monitoring
Ecotone technology has passed ISO27001 and iso21434 safety management system certification
Coding devsecops helps financial enterprises run out of digital acceleration