当前位置:网站首页>Infiltration learning diary day19
Infiltration learning diary day19
2022-07-04 01:10:00 【XiXioo1】
Here I added waf Knowledge
Combined with the safety dog learned before , I've seen a lot of simulated interview answers
1. Inline comments The first kind /*! The second kind /*! Add numbers , If it is greater than ( Still less than )mysql Version number of , The annotated statements here can also be used
2. Run keyword dictionary , Then run keyword combinations
3. Parameter pollution , False comment
Upload files :
1. The front-end verification can be passed directly burp Repackage , First upload his limited format , Then change the package to the suffix we want to write
2.content-type, through burp Repackage ,content-type This is based on the different content we upload type The type will change , But it can also be in burp Modify it into the format specified in
Blacklist detection : Write the suffix that is not allowed to upload in the array to match
Bypass :

upload-labs Methods that appear in
Add . .( Dot space dot )
Double write after the suffix ::$DATA
.htaceess File attack

.htaccess Two conditions for the successful operation of files as local variables
1.Allow Override All
2.LoadMoudule rewrite_module modules/mod_rewrite.so#rewrite The module is on
If you don't know which configuration file the above module is in , It can be used phpstorm open phpstudy File global search (ctrl+shift+F)
Implementation method
Create a new one .htaccess Name the file , Then add
<FilesMatch " A name ">
SetHandler application/x-httpd-php
</FilesMatch>
Then create a new one named above under this path .txt Text , Join in php The code can be parsed successfully
Add a link :
.htaccess Detailed explanation of file parsing vulnerability
边栏推荐
- Design of database table foreign key
- 查询效率提升10倍!3种优化方案,帮你解决MySQL深分页问题
- 不得不会的Oracle数据库知识点(四)
- From functional testing to automated testing, how did I successfully transform my salary to 15K +?
- 12. Go implementation of integer to Roman numeral and leetcode
- Cloud dial test helps Weidong cloud education to comprehensively improve the global user experience
- Summary of common tools and technical points of PMP examination
- How to use AHAS to ensure the stability of Web services?
- Sequence list and linked list
- Release and visualization of related data
猜你喜欢

Technical practice online fault analysis and solutions (Part 1)

Regular expression of shell script value

Huawei BFD and NQA

String hash, find the string hash value after deleting any character, double hash

长文综述:大脑中的熵、自由能、对称性和动力学
![Cesiumjs 2022^ source code interpretation [8] - resource encapsulation and multithreading](/img/d2/99932660298b4a4cddd7e5e69faca1.png)
Cesiumjs 2022^ source code interpretation [8] - resource encapsulation and multithreading

be based on. NETCORE development blog project starblog - (14) realize theme switching function

技术实践|线上故障分析及解决方法(上)

Software testers, how can you quickly improve your testing skills? Ten minutes to teach you

Sorry, Tencent I also refused
随机推荐
功能:编写函数fun求s=1^k+2^k +3^k + ......+N^k的值, (1的K次方到N的K次方的累加和)。
Which insurance products can the elderly buy?
基于.NetCore开发博客项目 StarBlog - (14) 实现主题切换功能
不得不会的Oracle数据库知识点(四)
[software testing] you haven't mastered these real interview questions of big companies?
Leetcode 121 best time to buy and sell stock (simple)
Summary of common tools and technical points of PMP examination
Pytest unit test framework: simple and easy to use parameterization and multiple operation modes
A little understanding of GSLB (global server load balance) technology
Thinkphp6 integrated JWT method and detailed explanation of generation, removal and destruction
For loop
Query efficiency increased by 10 times! Three optimization schemes to help you solve the deep paging problem of MySQL
leetcode 121 Best Time to Buy and Sell Stock 买卖股票的最佳时机(简单)
求esp32C3板子连接mssql方法
AI helps make new breakthroughs in art design plagiarism retrieval! Professor Liu Fang's team paper was employed by ACM mm, a multimedia top-level conference
2-redis architecture design to use scenarios - four deployment and operation modes (Part 2)
The force deduction method summarizes the single elements in the 540 ordered array
“疫”起坚守 保障数据中台服务“不打烊”
Cesiumjs 2022^ source code interpretation [8] - resource encapsulation and multithreading
功能:求5行5列矩阵的主、副对角线上元素之和。注意, 两条对角线相交的元素只加一次。例如:主函数中给出的矩阵的两条对角线的和为45。