Last active
May 31, 2020 23:03
-
-
Save E314c/6e2de50565afd1a1e09fc08929bcf67e to your computer and use it in GitHub Desktop.
Revisions
-
E314c revised this gist
May 31, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ <h1> checking if this works </h1> <? echo exec('whoami'); echo exec('ls /usr/share/php'); ?> -
E314c created this gist
May 31, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,4 @@ <h1> checking if this works <h1> <? echo exec('whoami'); echo exec('ls /usr/share/php'); ?>