Skip to content

Commit

Permalink
add php-extension-backdoor
Browse files Browse the repository at this point in the history
  • Loading branch information
tennc committed Sep 24, 2014
1 parent 20ca435 commit 5fc033c
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions php/php-extension-backdoor.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
author:akamajoris

url:https://github.com/akamajoris/php-extension-backdoor

Windows: http://stackoff.ru/pishem-rasshirenie-bekdor-dlya-php/

Linux:
sudo apt-get install php5-dev
phpize && ./configure && make

chmod xxx.so
copy xxx.so to /var/www

edit php.ini
add extension=/var/www/xxx.so
restart apache

test success!! ^_^

demo:http://drops.wooyun.org/tips/3003

0 comments on commit 5fc033c

Please sign in to comment.