From f3eae194ae483e41bf2d1625bbf08dc03492f0d4 Mon Sep 17 00:00:00 2001 From: Em4non Date: Tue, 27 Sep 2022 07:27:46 +0800 Subject: [PATCH] =?UTF-8?q?Update=20=E5=88=A9=E7=94=A8pearcmd.php=E4=BB=8E?= =?UTF-8?q?LFI=E5=88=B0getshell.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 有个小错误 --- ...47\224\250pearcmd.php\344\273\216LFI\345\210\260getshell.md" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/Web/php/\345\210\251\347\224\250pearcmd.php\344\273\216LFI\345\210\260getshell.md" "b/Web/php/\345\210\251\347\224\250pearcmd.php\344\273\216LFI\345\210\260getshell.md" index e20bc829a..20095eaa3 100644 --- "a/Web/php/\345\210\251\347\224\250pearcmd.php\344\273\216LFI\345\210\260getshell.md" +++ "b/Web/php/\345\210\251\347\224\250pearcmd.php\344\273\216LFI\345\210\260getshell.md" @@ -27,7 +27,7 @@ php go-pear.phar -其次就是需要开启`register_argc_argv`这个东西。这个东西之前做ctfshow的PHP特性的时候遇到过一次,如果存在php.ini的话,默认是Off。如果没有php.ini则默认是Off。 +其次就是需要开启`register_argc_argv`这个东西。这个东西之前做ctfshow的PHP特性的时候遇到过一次,如果存在php.ini的话,默认是Off。如果没有php.ini则默认是On。 PHP官方提供的镜像里面也是默认没有php.ini,所以也是默认开启了这个`register_argc_argv`: