Loading...
Perface这是一个解密题题目给了一串秘文和一个index.php文件内容如下:<?php function encrypt($data,$key) { $key = md5('ISCC'); $x = 0; $len = strlen($data); $klen = strlen($key); for ($i=0; $i < $len;...
题目.git泄漏在此之前了解下.git泄漏:攻击者可以利用该漏洞下载git文件夹里的所有内容。如果文件夹内有敏感信息比如站点源码、数据库账户密码等,攻击者...
题目flag In the variable ! <?php error_reporting(0); include "flag1.php"; highlight_file(__file__); if(isset($_GET['args'])){ $args = $_GET['args']; if(!preg_match("/^\w+...
代码<?php include "flag.php"; $a = @$_REQUEST['hello']; ...
bp首先进去看见给了用户名的登陆框,第一反应就是爆破但是爆破了发现,响应码会不会都一样于是添加了一个grep match项目继续爆破发现密码zxc123登陆获得flagflag{0a11c98a074b8bace443218113d753ef}