Jump to content

Mini social network


waynewex

Recommended Posts

you haveXSS injection on:

signup.php

 

Might want to use the following functions to escape XSS injection:

Trim()- escapes white space before and after a string.

strip_tags()- removes unspecified JS/PHP and HTML tags.

filter_var($string,FILTER_SANITIZE_STRING)-Removes Html tags and encodes unwanted characters

 

Link to comment
Share on other sites

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.