Skip to content Skip to sidebar Skip to footer
Showing posts with the label Xss

Prevent Html Data From Being Posted Into Form Textboxes

I'm making a web application using PHP in where I have a form that makes entries into a MySQL d… Read more Prevent Html Data From Being Posted Into Form Textboxes

Creating A Full Screen Iframe

I'm currently looking into XSS attacks, with the aim of using them in client demonstrations (I&… Read more Creating A Full Screen Iframe

Sql Preventation Of Xss

Hey guys so Ive got a question, is there a something I could use when inserting data into the SQL t… Read more Sql Preventation Of Xss

Sanitize Html5 With Php (prevent Xss)

I'm building WYSIWYG editor with HTML5 and Javascript. I'll allow users post pure HTML via … Read more Sanitize Html5 With Php (prevent Xss)

Using Jquery To Disable Css Inheritance

Is there a way to use jQuery (or generic javascript) to disable CSS inheritance on a block level? F… Read more Using Jquery To Disable Css Inheritance

Some Chars Encoded During Post While Others Are Not

TL;DR CodeIgniters' Security Class directly manipulates your Globals such as $_POST and it find… Read more Some Chars Encoded During Post While Others Are Not

Using Html Purifier On A Site With Only Plain Text Input

I would appreciate an answer to settle a disagreement between me and some co-workers. We have a typ… Read more Using Html Purifier On A Site With Only Plain Text Input

Avoiding Xss When Echoing Posted Html

I have a web page which needs to do the following: dynamically create an HTML fragment using JavaS… Read more Avoiding Xss When Echoing Posted Html