phpinfo()
-
从phpinfo中能获取哪些敏感信息
https://cloud.tencent.com/developer/article/1196798 phpinfo()想必的最熟悉的了,在搭建环境之后都会随后写一个 phpin…
-
取反、异或绕过preg_match()过滤所有字母数字
捞到代码,在本地搭建,源码(rce.php): <?php error_reporting(0); if(isset($_GET[‘code’])){ $code=$_GET…
-
在 Windows 10、 Nginx 1.10、PHP 7.4 中报错:413 Request Entity Too Large
1、在 Windows 10、 Nginx 1.10、PHP 7.4 中报错:413 Request Entity Too Large。上传文件的大小:286MB。如图1 图1 4…
-
在 Laravel 5.4 中报错:Call to undefined function App//App//Services//exif_read_data()
1、在 Laravel 5.4 中报错:Call to undefined function App//App//Services//exif_read_data()。如图1 图1…
-
Call to undefined function Intervention/Image/Gd/imagecreatefromjpeg() 的分析解决
1、报错:Call to undefined function Intervention/Image/Gd/imagecreatefromjpeg()。如图1 图1 2、查看 ph…
-
在 CentOS 7.5 64 位、PHP 7.4 中报错:PHP Core Warning ‘yii/base/ErrorException’ with message ‘Module ‘zip’ already loaded’ 的分析解决
1、在 CentOS 7.5 64 位、PHP 7.4 中报错:PHP Core Warning ‘yii/base/ErrorException’ wit…
-
在 Windows 10 64 位、PHP 7.4.6 中,报错:PHP Warning: PHP Startup: Unable to load dynamic library ‘imagick’ (tried: C:/php-7.4.6/ext/imagick 的解决
1、在 Windows 10 64 位、PHP 7.4.6 中,报错:PHP Warning: PHP Startup: Unable to load dynamic librar…
-
在 Windows 10 的 PHP 7.2 版本下安装 Xdebug
1、查看 phpinfo() 的相关信息,确认下载 Xdebug 的版本,VC15 x64 Thread Safe,如图1 图1 2、打开网址:https://xdebug.org…