当前位置:网站首页>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 .
边栏推荐
- Huawei cloud OBS file upload and download tool class
- Analysis of Top1 accuracy and top5 accuracy examples
- 备份与恢复 CR 介绍
- VMware virtualization cluster
- Golang force buckle leetcode 1020 Number of enclaves
- Pyqt5 development tips - obtain Manhattan distance between coordinates
- 【MySQL】数据库的存储过程与存储函数通关教程(完整版)
- Image fusion -- challenges, opportunities and Countermeasures
- 根据csv文件某一列字符串中某个数字排序
- Migrate data from SQL files to tidb
猜你喜欢

Ruffian Heng embedded bimonthly, issue 49
![[MySQL] database stored procedure and storage function clearance tutorial (full version)](/img/27/e775e03b77c7195216bc50c5cbefb4.png)
[MySQL] database stored procedure and storage function clearance tutorial (full version)

指针和数组笔试题解析

synchronized 解决共享带来的问题
![[untitled]](/img/38/bc025310b9742b5bf0bd28c586ec0d.jpg)
[untitled]

Wincc7.5 download and installation tutorial (win10 system)

Go learning notes (3) basic types and statements (2)

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

Configuring OSPF load sharing for Huawei devices

你想知道的ArrayList知识都在这
随机推荐
[untitled]
[research materials] 2022 China yuancosmos white paper - Download attached
Golang DNS write casually
2022.02.13 - NC004. Print number of loops
Zhong Xuegao, who cannot be melted, cannot escape the life cycle of online celebrity products
Hill sort c language
Yyds dry goods inventory three JS source code interpretation eventdispatcher
Artcube information of "designer universe": Guangzhou implements the community designer system to achieve "great improvement" of urban quality | national economic and Information Center
从 SQL 文件迁移数据到 TiDB
Colorlog结合logging打印有颜色的日志
Analysis of pointer and array written test questions
Hcip day 16
华为云OBS文件上传下载工具类
Step by step guide to setting NFT as an ens profile Avatar
Learn Arduino with examples
leetcode刷题 (5.29) 哈希表
Understanding of law of large numbers and central limit theorem
Circular reference of ES6 module
指针和数组笔试题解析
Migrate data from a tidb cluster to another tidb cluster