当前位置:网站首页>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 .
边栏推荐
- Hill sort c language
- PLT in Matplotlib tight_ layout()
- [research materials] 2021 China online high growth white paper - Download attached
- 【MySQL】数据库的存储过程与存储函数通关教程(完整版)
- Configuring OSPF load sharing for Huawei devices
- On the day of resignation, jd.com deleted the database and ran away, and the programmer was sentenced
- Nft智能合约发行,盲盒,公开发售技术实战--拼图篇
- 指针和数组笔试题解析
- Golang force buckle leetcode 1020 Number of enclaves
- LDAP application (4) Jenkins access
猜你喜欢
[secretly kill little partner pytorch20 days -day01- example of structured data modeling process]
The ECU of 21 Audi q5l 45tfsi brushes is upgraded to master special adjustment, and the horsepower is safely and stably increased to 305 horsepower
【MySQL】锁
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
[cloud native] teach you how to build ferry open source work order system
[research materials] 2021 live broadcast annual data report of e-commerce - Download attached
The State Economic Information Center "APEC industry +" Western Silicon Valley will invest 2trillion yuan in Chengdu Chongqing economic circle, which will surpass the observation of Shanghai | stable
Online yaml to CSV tool
Yyds dry goods inventory three JS source code interpretation eventdispatcher
[research materials] 2022 enterprise wechat Ecosystem Research Report - Download attached
随机推荐
Let the bullets fly for a while
It's hard to find a job when the industry is in recession
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
Pointer advanced --- pointer array, array pointer
Fibonacci sequence
[luatos-air551g] 6.2 repair: restart caused by line drawing
National economic information center "APEC industry +": economic data released at the night of the Spring Festival | observation of stable strategy industry fund
你想知道的ArrayList知识都在这
Introduction to number theory (greatest common divisor, prime sieve, inverse element)
2022.02.13 - NC004. Print number of loops
VMware 虚拟化集群
Use Alibaba icon in uniapp
2022 Inner Mongolia latest construction tower crane (construction special operation) simulation examination question bank and answers
[Yugong series] February 2022 U3D full stack class 011 unity section 1 mind map
[research materials] 2021 live broadcast annual data report of e-commerce - Download attached
【云原生】手把手教你搭建ferry开源工单系统
CAD ARX 获取当前的视口设置
Migrate data from a tidb cluster to another tidb cluster
Asia Pacific Financial Media | art cube of "designer universe": Guangzhou community designers achieve "great improvement" in urban quality | observation of stable strategy industry fund
MFC 给列表控件发送左键单击、双击、以及右键单击消息