当前位置:网站首页>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
边栏推荐
- 长列表优化虚拟滚动
- leetcode:881. 救生艇
- 在Pytorch中使用Tensorboard可视化训练过程
- FR练习题目---综合题
- Cartoon: programmers don't repair computers!
- easyOCR 字符識別
- 启牛证券账户怎么开通,开户安全吗?
- Is the securities account given by the head teacher of qiniu school safe? Can I open an account?
- I want to inquire about how to ensure data consistency when a MySQL transaction updates multiple tables?
- CPU design practice - Chapter 4 practice task 3 use pre delivery technology to solve conflicts caused by related issues
猜你喜欢

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

Under the crisis of enterprise development, is digital transformation the future savior of enterprises

CODING DevSecOps 助力金融企业跑出数字加速度

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

MySQL之CRUD

12 MySQL interview questions that you must chew through to enter Alibaba

亿咖通科技通过ISO27001与ISO21434安全管理体系认证

想进阿里必须啃透的12道MySQL面试题

729. My schedule I: "simulation" & "line segment tree (dynamic open point) &" block + bit operation (bucket Division) "

CPU design related notes
随机推荐
Machine learning notes - gray wolf optimization
Fr exercise topic --- comprehensive question
useMemo,memo,useRef等相关hooks详解
我想咨询一下,mysql一个事务对于多张表的更新,怎么保证数据一致性的?
STM32+BH1750光敏传感器获取光照强度
be careful! Software supply chain security challenges continue to escalate
Interpretation of Apache linkage parameters in computing middleware
Stm32+bh1750 photosensitive sensor obtains light intensity
Crud of MySQL
JMeter performance test: serveragent resource monitoring
启牛证券账户怎么开通,开户安全吗?
[detailed explanation of Huawei machine test] character statistics and rearrangement
Cartoon: programmers don't repair computers!
Coding devsecops helps financial enterprises run out of digital acceleration
面试突击62:group by 有哪些注意事项?
Photoshop plug-in action related concepts actionlist actiondescriptor actionlist action execution load call delete PS plug-in development
CODING DevSecOps 助力金融企业跑出数字加速度
Long list optimized virtual scrolling
【C 题集】of Ⅷ
机器学习框架简述