Is it possible to control server via CGI? For example, run the windowns update of the server, open some application of the server, of shutdown the server computer.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Depends which server, and what access rights the CGI owner has there. If you can find (or code) a right executable, you can do anything you have permission for. CGI is just a very specific protocol by which web server passes data to and from external executables.
For example, if you’re renting a shared Linux host, you will not be able to shut down the computer (because you will not have a permission to do so); and you will not be able to update Windows (because, what Windows?).