hello!
i have a web server running. and i want to prevent my users to use myshell script.
http://www.digitart.com.mx/php/myshell/download.html
it allows users to get shell.
How can i do that ?
Thank you
Printable View
hello!
i have a web server running. and i want to prevent my users to use myshell script.
http://www.digitart.com.mx/php/myshell/download.html
it allows users to get shell.
How can i do that ?
Thank you
you would beable to do this by putting an .htaccess or .htpasswd file and setting up the specific directory to have a password protection. google .htpasswd and see what you can find. i cant rememeber exactly how to do this but i have done it before :)