PDA

Click to See Complete Forum and Search --> : What does CGI or CGI-BIN mean on a website?


idq990
March 29th, 2003, 09:11 PM
Hey everyone:

What does CGI or CGI-BIN mean on a website? And how do hackers penetrate this /cgi-bin/ thing?

PS::not sure but some ppl told me that CGI means Common Gateway Interface or something like that. :confused:

PuReExcTacy
March 30th, 2003, 09:40 AM
CGI stands for common gateway interface, it is a script that you can run a webserver to do certain things. Because these scripts need to be executed, they are done, but in a scripts folder (cgi-bin). The reason people talk about this folder, is because there are many times that there are passwords in those scripts, for example to connect to a database, a script may contain a username and password. So now, you can see the importance of keeping the cgi-bin secure.



PuRe