当前位置:网站首页>Cisp-pte practice explanation
Cisp-pte practice explanation
2022-07-06 08:24:00 【Colorful @ star】
CISP-PTE Explanation of practical exercises
List of articles
Preface
This time I'll explain to you all the question types of the exam
One 、 Upload files
The problem is very simple , Upload a Trojan horse for ant sword connection 
The answer lies in key.php In file 
We create a file , Inject a paragraph and a sentence into the Trojan horse , Change to zhi.jpg Upload files
GIF89a?
Write GIF89a? The purpose of this is to prove that it is a picture file 
After uploading, you can capture packets and resend them , But you need to change the suffix to .php, And change it to case bypass , Will be eval Change it to Eval That's all right. 

Let's open the picture to see if it can be opened
http://150.158.27.164:82/zhi.php
Find that you can open , We use ant sword to connect 



The answer is :key2:adahhsh8
Two 、 Deserialization vulnerability

Deserialization vulnerabilities are some php Some loopholes caused by magic functions , The specific principles and methods have been discussed in my previous course of penetration testing , Again , Everyone should go back and review carefully , I'm not going to do that here .
Next , Let's answer the questions 

Let's briefly explain php The cause of deserialization
First of all php The magic functions in are as follows
__construct() Called when an object is created
__destruct() Called when an object is destroyed
__toString() When an object is used as a string
__sleep() Run... Before the object is serialized
__wakeup Will be called immediately after serialization
These are some magic methods we should pay attention to , If the server can receive the string we deserialized 、 And put the variables directly into these magic methods without filtering , It is easy to cause serious loopholes .
At this time, there is no method or array in the code , In this way, it is much simpler ; He has only one unserialize()
unserialize() The function is used to pass serialize() Function to deserialize the serialized object or array , And return the original object structure
We construct it as follows vul.php?str=s:8:“CISP-PTE”;
Code audit , You can see
if (unserialize( s t r ) = = = " str) === " str)==="PTE")
{
echo “$key4”;
}
If you meet this condition, you can output the answer , Add this condition to the back of the website , That's all right.
http://49.232.193.10:84/start/vul.php?str=s:8:“CISP-PTE”;
After retransmission 
The answer is :key4:pw3yx7fa
3、 ... and . Invalid access control


Just look at the title , Administrator user access is required , So to put it bluntly, it is to forge administrator identity and authority ,SSO Ultra vires ?
Without saying , Refresh the browser , Grab the bag 
Put... Directly false Change to true; Well username Change the field to admin Corresponding base64 Encoding can 
The answer is :key5:m9gbqjr6
summary
This time, we have summarized several common exam question types , Next, I will explain the second practical exercise for you .
边栏推荐
- [t31zl intelligent video application processor data]
- On the day of resignation, jd.com deleted the database and ran away, and the programmer was sentenced
- IP lab, the first weekly recheck
- Easy to use tcp-udp_ Debug tool download and use
- 【MySQL】锁
- Online yaml to CSV tool
- Grayscale upgrade tidb operator
- Hungry for 4 years + Ali for 2 years: some conclusions and Thoughts on the road of research and development
- 将 NFT 设置为 ENS 个人资料头像的分步指南
- What is the use of entering the critical point? How to realize STM32 single chip microcomputer?
猜你喜欢

Convolution, pooling, activation function, initialization, normalization, regularization, learning rate - Summary of deep learning foundation

Chinese Remainder Theorem (Sun Tzu theorem) principle and template code

CISP-PTE实操练习讲解

leetcode刷题 (5.28) 哈希表

The Vice Minister of the Ministry of industry and information technology of "APEC industry +" of the national economic and information technology center led a team to Sichuan to investigate the operat

Synchronized solves problems caused by sharing

2022.02.13 - 238. Maximum number of "balloons"

What is the use of entering the critical point? How to realize STM32 single chip microcomputer?

Wireshark grabs packets to understand its word TCP segment

wincc7.5下载安装教程(Win10系统)
随机推荐
[cloud native topic -45]:kubesphere cloud Governance - Introduction and overall architecture of enterprise container platform based on kubernetes
C语言 - 位段
NFT smart contract release, blind box, public offering technology practice -- jigsaw puzzle
Learn Arduino with examples
Circular reference of ES6 module
vulnhub hackme: 1
ESP系列引脚说明图汇总
Mobile Test Engineer occupation yyds dry goods inventory
Online yaml to CSV tool
Erc20 token agreement
从 CSV 文件迁移数据到 TiDB
[research materials] 2022 enterprise wechat Ecosystem Research Report - Download attached
leetcode刷题 (5.29) 哈希表
Leetcode skimming (5.29) hash table
2022.02.13 - NC001. Reverse linked list
[research materials] 2021 live broadcast annual data report of e-commerce - Download attached
JS select all and tab bar switching, simple comments
Day29-t77 & t1726-2022-02-13-don't answer by yourself
IoT -- 解读物联网四层架构
[2022 广东省赛M] 拉格朗日插值 (多元函数极值 分治NTT)