当前位置:网站首页>xxe of CTF
xxe of CTF
2022-08-02 04:01:00 【SevenCold】
xxe vulnerability means that we can inject external entities. When external entities are allowed to be referenced, by constructing malicious content, it can lead to reading arbitrary files, executing system commands, detecting intranet ports, and attacking intranet websites.
Two writeups
Question 1:
bp packet capture

Then you can perform xml injection

This is two xxe, let's try first and secondSpecies (because the source code does not mark which file the flag is in)

Then enter the intranet
However, if you can't get in, you can only find a surviving host.
Direct Violent Search

Question 2:
Follow the idea of the question above
But noFind the flag....
Finally, I can only find it in the file, but the title does not indicate which file the specific flag is in, so I can only try the /flag file
It turned out to be

边栏推荐
- PHP Foundation March Press Announcement Released
- (6) Design of student information management system
- php函数漏洞总结
- JS objects, functions and scopes
- 13. JS output content and syntax
- Scrapy爬虫遇见重定向301/302问题解决方法
- TCP communications program
- DVWA drone installation tutorial
- The Error in the render: "TypeError: always read the properties of null '0' (reading)" Error solution
- 3.PHP数据类型、常量、字符串和运算符
猜你喜欢
随机推荐
SQL classification, DQL (Data Query Language), and corresponding SQL query statement demonstration
PHP有哪些杀手级超厉害框架或库或应用?
TypeScript error error TS2469, error TS2731 solution
(2) Thinkphp6 template engine ** tag
Pycharm打包项目为exe文件
JS objects, functions and scopes
敏感信息泄露
easyswoole uses redis to perform geoRadiusByMember Count invalid fix
hackmyvm-bunny预排
4.表单与输入
Various ways of AES encryption
(1) introduction to Thinkphp6, installation view, template rendering, variable assignment
12. What is JS
[phpunit/php-timer] A timer for code execution time
Offensive and defensive world - novice MISC area 1-12
Multithreading (implementing multithreading, thread synchronization, producer and consumer)
[campo/random-user-agent] Randomly fake your User-Agent
PHP入门(自学笔记)
hackmyvm-bunny walkthrough
Advanced Operations on Arrays








