Arkadaşlar Sitede acık var XSS alert olmuyor çünkü gerekli olan engellemeler var.
Bu engellemeleri atlatmak için hangi Xss alert kodu geliştirilebilir...
Xss aleert kodunu engelleyn fonksiyon hakkındaki bilgiler :
function xss_check_3($data, $encoding = "UTF-8")
{
// htmlspecialchars - converts special characters to HTML entities
// '&' (ampersand) becomes '&'
// '"' (double quote) becomes '"' when ENT_NOQUOTES is not set
// "'" (single quote) becomes ''' (or &apos
only when ENT_QUOTES is set
// '<' (less than) becomes '<'
// '>' (greater than) becomes '>'
return htmlspecialchars($data, ENT_QUOTES, $encoding);
}
Yardımınızı Bekliyorum.....
Bu engellemeleri atlatmak için hangi Xss alert kodu geliştirilebilir...
Xss aleert kodunu engelleyn fonksiyon hakkındaki bilgiler :
function xss_check_3($data, $encoding = "UTF-8")
{
// htmlspecialchars - converts special characters to HTML entities
// '&' (ampersand) becomes '&'
// '"' (double quote) becomes '"' when ENT_NOQUOTES is not set
// "'" (single quote) becomes ''' (or &apos
// '<' (less than) becomes '<'
// '>' (greater than) becomes '>'
return htmlspecialchars($data, ENT_QUOTES, $encoding);
}
Yardımınızı Bekliyorum.....
Moderatör tarafında düzenlendi:
