Hi ,
web page having the form ,when submit the form we are inject some malicious script code in request to execute.
ex : " onload=prompt('Testing-for-XSS') bad="
the above script is executing when page on load.
i have written some java code to remove malicious code using ESAPI library its working but issue is ,js have more than 100 events .hacker can use any event to inject mailicous script.
how can put all the js event to check ?
attached java code for refernce .
is Interwoven providing any thing for XSS attack?
Thanks ,
Rajaguru