
‘XSS’ also known as ‘CSS’ - Cross Site Scripting is a
common vulnerability that can be found in Web Applications. This
vulnerability allows the attacker to inject codes into the already
existing codes, causing the web server to execute both the default codes
and our malicious codes. This method does not require you to know the
real IP address of the target website. So because of that a lot of
government sites, corporate sites can easily be exploited.
There are quite a number...