当前位置:网站首页>ctfshow-web351(SSRF)
ctfshow-web351(SSRF)
2022-07-01 07:06:00 【m0_ sixty-two million ninety-four thousand eight hundred and fo】
<?php
error_reporting(0);
highlight_file(__FILE__);
$url=$_POST['url'];
$ch=curl_init($url);
curl_setopt($ch, CURLOPT_HEADER, 0);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$result=curl_exec($ch);
curl_close($ch);
echo ($result);
?>
flag Exist in flag.php in , But you can't use the current web address , Try the local URL (127.0.0.1)
边栏推荐
- Router 6/ and the difference with router5
- ctfshow-web351(SSRF)
- ctfhub-端口扫描(SSRF)
- (I) apple has open source, but so what?
- 北漂程序员深夜emo发帖求助:女朋友走了我很孤独 ......
- Which securities company does qiniu school cooperate with? Is it safe to open an account?
- 运维管理有什么实用的技巧吗
- Esp32 - ULP coprocessor reading Hall sensor in low power mode
- K8s set up redis cluster
- Is it reliable to open an account on the compass with your mobile phone? Is there any potential safety hazard
猜你喜欢
Product learning (II) - competitive product analysis
【Tikhonov】基于Tikhonov正则化的图像超分辨率重建
Solve the problem that the class defined in meta-inf.services cannot be read
[FPGA frame difference] FPGA implementation of frame difference target tracking based on vmodcam camera
Pourquoi tant de gens sont - ils devenus des gestionnaires de produits? Quelles sont les perspectives de développement des gestionnaires de produits?
Servlet 和 JSP 中的分页
(上)苹果有开源,但又怎样呢?
K8s set up redis cluster
盘点华为云GaussDB(for Redis)六大秒级能力
Jena default inference query based on OWL
随机推荐
Principle of introducing modules into node
Router 6/ and the difference with router5
Open source! Wenxin large model Ernie tiny lightweight technology, accurate and fast, full effect
Rclone configuring Minio and basic operations
代码实战——从零开始搭建自己的Diffusion models/Score-based generative models
灰度何以跌下神坛?
Understanding of Turing test and Chinese Room
在长城证券上做基金定投安全吗?
SQL learning notes 2
JSP - 分页
How to use Alibaba vector font files through CDN
Jena default inference query based on OWL
Figure out the difference between event coordinates screenx, clientx, pagex and offsetx
How to enter the Internet industry and become a product manager? How to become a product manager without project experience?
[lingo] find the minimum connection diagram of seven cities to minimize the price of natural gas pipelines
问题解决:OfficeException: failed to start and connect(一)
【LINGO】求解二次规划
Esp32 - ULP coprocessor reading Hall sensor in low power mode
Reply and explanation on issues related to "online training of network security education in 2022"
Webapck packaging principle -- Analysis of startup process