Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
How to unable the use of tainted mode in a CGI script ?
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="Azol, post: 4857731"] Well, I've tried with this trivial CGI : #!/usr/bin/perl -T use strict; use warnings; print "Content-type: text/html\n\n<HTML><BODY><P>Hello World !</P> </BODY></HTML>"; exit 0; It returns a "Error 500 - Internal server error" with -T It works without -T So, its seems 1and1.fr really doesn't allow the tainted mode. [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
How to unable the use of tainted mode in a CGI script ?
Top