posting as is
From: Gernot Frisch (Me_at_Privacy.net)
Date: 08/27/04
- Next message: Berislav Lopac: "Re: posting as is"
- Previous message: dustie: "multiple emails via PHP"
- Next in thread: Berislav Lopac: "Re: posting as is"
- Reply: Berislav Lopac: "Re: posting as is"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 27 Aug 2004 11:54:43 +0200
Try this:
<?php
echo('<html><form action="./thisfile.php" method="post"
enctype="multipart/form-data"><textarea
name="text">'.$_POST['text'].'</textarea><input
type="submit"></from></html>');
?>
and enter " and ' chars. Now, the posted data contains \' and \"
(visible) in the text area. What can it be?
--
-Gernot
int main(int argc, char** argv) {printf
("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}
________________________________________
Looking for a good game? Do it yourself!
GLBasic - you can do
www.GLBasic.com
- Next message: Berislav Lopac: "Re: posting as is"
- Previous message: dustie: "multiple emails via PHP"
- Next in thread: Berislav Lopac: "Re: posting as is"
- Reply: Berislav Lopac: "Re: posting as is"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|