Cross site Scripting XSS
-
What is CSS XSS? And how can i change port through asp.net script?
-
What is CSS XSS? And how can i change port through asp.net script?
Hi, Cross site scripting is used to do attacks on sites (user information) that rely on vulnerable code. For a more detailed description take a look at wikipedia: http://en.wikipedia.org/wiki/Cross-Site_Scripting[^] Which port do you want to change and more important why? This is not what the user expects so you shouldn't do this. Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
-
What is CSS XSS? And how can i change port through asp.net script?
Here is few good ref. for XSS related to asp.net web application. This may helpful for you. How To: Prevent Cross-Site Scripting in ASP.NET[^] and Adding Cross-Site Scripting Protection [^] Thanks !
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Hi, Cross site scripting is used to do attacks on sites (user information) that rely on vulnerable code. For a more detailed description take a look at wikipedia: http://en.wikipedia.org/wiki/Cross-Site_Scripting[^] Which port do you want to change and more important why? This is not what the user expects so you shouldn't do this. Regards Sebastian
It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.
Why i want to change port is becoz my ftp port no. is 21 and my submission form is also use that port. which is vulnerable to attack. thats why i want it change.