当前位置:网站首页>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
边栏推荐
- Wechat official account and synchronization assistant
- 1-Redis架构设计到使用场景-四种部署运行模式(上)
- gslb(global server load balance)技术的一点理解
- Is it really possible that the monthly salary is 3K and the monthly salary is 15K?
- Functions and arrays of shell scripts
- Summary of common tools and technical points of PMP examination
- Characteristics of ginger
- Day05 table
- Mobile asynchronous sending SMS verification code solution -efficiency+redis
- Introduction to thread pool
猜你喜欢

0 basic learning C language - nixie tube dynamic scanning display

swagger中响应参数为Boolean或是integer如何设置响应描述信息
![[common error] custom IP instantiation error](/img/de/d3f90cd224274d87fcf153bb9244d7.jpg)
[common error] custom IP instantiation error

Function: store the strings entered in the main function in reverse order. For example, if you input the string "ABCDEFG", you should output "gfedcba".

Who moved my code!

Gee: create a new feature and set corresponding attributes

Makefile judge custom variables

基于.NetCore开发博客项目 StarBlog - (14) 实现主题切换功能

AI 助力艺术设计抄袭检索新突破!刘芳教授团队论文被多媒体顶级会议ACM MM录用

Sequence list and linked list
随机推荐
Msp32c3 board connection MSSQL method
Summary of common tools and technical points of PMP examination
Introduction to unity shader essentials reading notes Chapter III unity shader Foundation
7.1 学习内容
数据库表外键的设计
Windos10 reinstallation system tutorial
Future源码一观-JUC系列
Wechat official account and synchronization assistant
Mobile asynchronous sending SMS verification code solution -efficiency+redis
12. Go implementation of integer to Roman numeral and leetcode
Decompile and modify the non source exe or DLL with dnspy
HR disgusted interview behavior
功能:将主函数中输入的字符串反序存放。例如:输入字符串“abcdefg”,则应输出“gfedcba”。
swagger中响应参数为Boolean或是integer如何设置响应描述信息
[common error] UART cannot receive data error
基于.NetCore开发博客项目 StarBlog - (14) 实现主题切换功能
Introduction to A-frame virtual reality development
Struct in linked list
The FISCO bcos console calls the contract and reports an error does not exist
Print diamond pattern