Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - benjikt

Pages: [1]
1
Hacking and Security / Re: Bypass htmlspecialchars
« on: December 04, 2013, 08:33:37 pm »
ok and what is the conclusion, when use PDO and htmlspecialchars, my system is 100% protected ? , i mean how to make a xss when this thing use?
Sorry for my bad English :)

2
Hacking and Security / Bypass htmlspecialchars
« on: December 04, 2013, 05:33:32 pm »
Hi everyone, :) can you tell me how to bypass htmlspecialchars, search in google but nothing then can help me , i just try with small html form and one text field  php code:

Code: (php) [Select]
<?php
if(isset($_POST['go']))
{
     echo 
htmlspecialchars($_POST['text']);
}
?>


Pages: [1]